DeepSeek Harness Plugin
DeepSeek Harness に Busabase Plugin をインストールし、ローカル Busabase に接続します。
@busabase/dsh-plugin をインストールすると、DeepSeek Harness からローカル Busabase を利用できます。
ローカル連携
同じコンピューター上の Busabase に接続します。Marketplace account や Busabase Cloud OAuth は必要ありません。
準備
- Node.js
>=24.18.0をインストール - pnpm command を利用可能にする
- 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 webBrowser が自動で開かない場合は http://127.0.0.1:3080 を開きます。
3. Busabase を使う
最初の task では、DeepSeek Harness に次のように依頼します。
まず busabase_start を呼び出し、Busabase の Base を一覧して内容を要約してください。Plugin は Busabase を起動するか、Busabase Personal Desktop に接続します。その後、Base の読み取りと review 対象の変更提案ができます。
4. インストールを確認
npx @deepseek-ai/dsh plugin --profile web list --depth=0出力に @busabase/dsh-plugin が含まれていることを確認します。
インストールに失敗した場合
Build script が承認されていないと表示された場合:
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 しか表示されない場合は、最初にそれを呼び出してください。
更新と削除
npx @deepseek-ai/dsh plugin --profile web update @busabase/dsh-plugin
npx @deepseek-ai/dsh plugin --profile web remove @busabase/dsh-plugin