pandashere/dsh-kimi-bridge ↗★ 1
dsh-kimi-bridge
DeepSeek Harness 的 Kimi 桥接插件,提供调用、状态查询、中止及引导 Kimi 的工具,并在 WebUI 中新增 Kimi 标签页以观察当前会话。
AI 分析
用于在 DSH 中集成 Kimi。适合需要调用和引导 Kimi 工具并监控会话的开发者。需 Node.js 22+ 及已认证的 Kimi CLI 支持。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:pandashere/dsh-kimi-bridge说明文档
阅读完整 README ↗Installation
Requirements: Node.js 22 or newer, @deepseek-ai/dsh@0.1.0-rc.6, and an
authenticated Kimi CLI available as kimi (or set kimiPath). The plugin
does not copy credentials into the repository or dsh telemetry. In
reviewOnly mode, the managed Kimi home symlinks the CLI's existing auth files
so the CLI remains the credential owner.
Build, validate, and pack the standalone bundle from the plugin directory:
npm install
npm run check
npm pack
Install the generated tarball into a DSH profile, then restart dsh web.
Installing the source directory as a link is not supported because host peers
are supplied by the DSH profile:
npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web add ./dsh-kimi-bridge-0.1.0.tgz
npx @deepseek-ai/dsh@0.1.0-rc.6 web
The browser half is served at /plugins/dsh-kimi-bridge/client.js and appears
in the conversation pane. Verify it against a running default Web profile:
curl -s http://127.0.0.1:3080/plugins/dsh-kimi-bridge/client.js | head
To update, build a tarball with a newer package version, remove the installed bundle, add the new tarball, and restart. To uninstall:
npx @deepseek-ai/dsh@0.1.0-rc.6 plugin --profile web remove dsh-kimi-bridge