Busabase

DeepSeek Harness Plugin

为 DeepSeek Harness 安装 Busabase Plugin,并连接本地 Busabase。

安装 @busabase/dsh-plugin 后,即可在 DeepSeek Harness 中使用本地 Busabase。

本地集成

该 Plugin 连接同一台电脑上的 Busabase,不需要 Marketplace 账号或 Busabase Cloud OAuth。

准备工作

  • 安装 Node.js >=24.18.0
  • 确保 pnpm 命令可用
  • 安装 DeepSeek Harness

安装 Plugin 前不需要提前启动 Busabase。

1. 安装 Plugin

在终端运行:

npx @deepseek-ai/dsh plugin --profile web add --allow-build=@busabase/dsh-plugin @busabase/dsh-plugin

该命令会安装当前版本的 DeepSeek Harness CLI 和 Busabase Plugin。

2. 启动 DeepSeek Harness

安装完成后,启动或重启 Web profile:

npx @deepseek-ai/dsh --profile web

如果浏览器没有自动打开,请访问 http://127.0.0.1:3080

3. 开始使用 Busabase

第一次使用时,可以这样告诉 DeepSeek Harness:

先调用 busabase_start,再列出我的所有 Busabase Base,并概括每个 Base 的内容。

Plugin 会自动启动 Busabase,或连接已经运行的 Busabase Personal Desktop。连接后即可读取 Base,并提交需要你审核的修改建议。

4. 确认安装成功

npx @deepseek-ai/dsh plugin --profile web list --depth=0

输出中应包含 @busabase/dsh-plugin

安装失败怎么办

如果安装命令提示构建脚本未获授权,请运行:

npx @deepseek-ai/dsh plugin --profile web approve-builds @busabase/dsh-plugin
npx @deepseek-ai/dsh plugin --profile web add @busabase/dsh-plugin

然后重启 DeepSeek Harness。如果只看到 busabase_start,请先调用它,其他 Busabase 工具会在连接成功后出现。

更新或删除

npx @deepseek-ai/dsh plugin --profile web update @busabase/dsh-plugin
npx @deepseek-ai/dsh plugin --profile web remove @busabase/dsh-plugin

Busabase DeepSeek Harness Plugin 源码

On this page