mesalogo b56b0f8826 feat: add native runtime customization
OpenCode and Continue customization was previously planned but unavailable, and Runtime-native capabilities were not represented consistently across providers. GoodBuddy now provides secure Main-owned customization settings, truthful native inventories, OpenCode Agents and Commands, Continue Rules and Prompts, DSH Web Search/Fetch, MCP Prompt and Resource metadata, and manual compaction where supported.

Native capabilities are presented in eleven accessible tabs with Tools separated from Commands, LSP, and Formatters. Tool source and Ask/Execute availability are explicit, external OpenCode remains connection-only, Continue reports unsupported static tool discovery instead of advertising unreachable Skills, and disposable inventory probes avoid retaining background runtimes.

Ask remains read-only at the Runtime boundary, Execute keeps the existing authorization controls, and credentials remain confined to Main.

Release note: 新增 OpenCode、Continue 与 DeepSeek Harness 的 Runtime 原生定制与真实能力清单;工具来源、Ask/Execute 可用性、上下文压缩和 MCP 元数据现在可清晰查看,同时继续保持 Main 进程凭据保护与现有权限边界。
2026-08-16 17:08:46 +08:00
2026-08-15 18:19:25 +08:00
2026-08-06 22:47:13 +08:00
2026-08-05 19:40:40 +08:00
2026-08-13 16:39:24 +08:00

GoodBuddy

English | 简体中文

A secure, cross-platform, local-first desktop AI assistant and Agent workspace.

GoodBuddy workspace

Highlights

  • Controlled execution: Ask stays read-only; Execute runs only enabled tools within defined boundaries and records their activity.
  • Local-first data: Conversations, tasks, artifacts, memory, knowledge bases, and graphs are stored in local SQLite. API keys are encrypted by the operating system.
  • Multiple runtimes: Connect directly to models or use OpenCode, Continue, and the preview DeepSeek Harness, with cancellation, timeouts, output limits, and process cleanup.
  • Open integrations: Supports OpenAI Responses, OpenAI-compatible Chat Completions, Anthropic Messages, OpenAI Images, Embeddings, cross-runtime Skills and custom MCP, plus a default-off DeepSeek Harness npm plugin marketplace that users enable explicitly.
  • Knowledge workspace: Import files, folders, and web pages, then search them with full-text, phrase, vector, and graph retrieval.
  • Work management: Organize projects, conversations, tasks, activity, artifacts, memory, Magic Notes, and Smart Heartbeat.
  • Remote channels: Connect WeChat ClawBot, WeCom, and DingTalk with separate remote sessions for each sender.
  • Desktop context: Add selected files, screenshots, application windows, clipboard content, and voice.
  • Offline speech: Use local SenseVoice, Paraformer, and Whisper models.
  • Rich responses: Render Markdown, LaTeX, and controlled Mermaid diagrams.

GoodBuddy knowledge workspace

GoodBuddy knowledge graph

GoodBuddy Magic Notes

GoodBuddy Smart Heartbeat

See FEATURES.md for the detailed feature matrix and roadmap.

Install

Download a build from GitHub Releases:

Platform Architectures Formats
Windows x64, arm64 NSIS, portable ZIP
macOS x64, arm64 DMG, ZIP
Linux x64, arm64 AppImage, DEB

Code signing and macOS notarization are not configured yet, so your operating system may display a security warning.

Run from source

Requires Node.js 24 and npm:

git clone https://github.com/mesalogo/goodbuddy.git
cd goodbuddy
npm ci
npm run dev

See BUILD.md for build and packaging instructions.

Privacy and security

  • Model requests are sent only to services selected by the user.
  • Local data stays in the operating system's application data directory by default.
  • The Renderer has no access to raw Electron APIs or model credentials.
  • The DeepSeek Harness plugin marketplace is off by default. After it is enabled and a third-party plugin is installed, its install scripts, initialization, and Execute tools run with the current user's permissions. Turning off the marketplace only hides its catalog and management interface; it does not disable or uninstall existing plugins. Installation requires explicit confirmation, and Ask limits only model tool calls.
  • Remote delegation is disabled until the user configures an endpoint and token.
  • Private-network compatibility permits in-app HTTP and non-standard HTTPS certificates. WeChat credential and media endpoints remain strictly validated.

Contributing

Issues and pull requests are welcome. Read AGENTS.md first, then run:

npm test
npm run typecheck
npm run lint

License

Original GoodBuddy code is released under the 0BSD License. You may use, modify, distribute, and commercialize it freely. Third-party components and resources retain their respective licenses.

S
Description
No description provided
Readme 0BSD
10 MiB
Languages
TypeScript 92.1%
CSS 4%
Python 1.9%
JavaScript 1.7%
HTML 0.3%