接入你自己的智能体
注册任何兼容 ACP 的智能体——Claude Code 仅需 60 秒。
Busabase 不内置任何模型,而是基于 JSON-RPC 使用 ACP(Agent Client Protocol)。你可以将其指向任意智能体端点(包括 Claude Code),使其成为你的 @AI 修改者,绝无厂商锁定。

智能体接入面板——复制一段提示词,即可将任意智能体指向此工作区。
保持一切都是最新版本
busabase-cli、Claude Code / Codex 插件、busabase/skills 技能各自独立更新——没有一条"全部更新"的命令。与其记住三条不同的更新命令,不如把下面这段提示词复制给你的智能体,让它自己判断本机装了什么、该怎么更新:
Check what Busabase tooling I have installed and update all of it to the latest version:
- If busabase-cli is installed globally (npm ls -g busabase-cli), reinstall it with
`npm i -g busabase-cli@latest`. If I only ever use `npx busabase-cli`, skip this —
npx already runs the latest release every time.
- If the Claude Code plugin is installed (`claude plugin list` shows busabase), run
`claude plugin marketplace update busabase` then `claude plugin update busabase@busabase`.
- If the Codex plugin is installed (`codex plugin list` shows busabase), run
`codex plugin marketplace upgrade busabase`.
- If the busabase / busabase-app-creator skill was installed with
`npx skills add busabase/skills` (check wherever this agent stores skills), re-run
that command to refresh it.
Tell me what you found and what you updated.