@chiro2001/dsh-oc
DeepSeek Harness × OpenCode TUI 前端:把 dsh 的 Agent、会话、工具接入官方 opencode 终端。OpenCode TUI frontend for the DeepSeek Harness (dsh): agents, sessions and tools in the official opencode terminal.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:chiro2001/dsh-oc说明文档
阅读完整 README ↗安装使用
dsh plugin --profile oc add chiro2001/dsh-oc
dsh --profile oc
更新到该源最新版本(重复执行安装命令即可):
dsh plugin --profile oc add chiro2001/dsh-oc
固定分支/版本用 pnpm git spec,例如 github:chiro2001/dsh-oc#develop。
npm 包名为 @chiro2001/dsh-oc(未发布 registry,走 GitHub 源安装)。
发布与候选流程见 docs/RELEASE.md(版本 bump → 全套门禁 → full-SHA
安装/回滚演练 → 受保护 tag)。
安装后可用简写命令 dsh-oc(等价于 dsh --profile oc,参数原样透传)。
它由 npm bin 提供:把 profile 的 bin 目录加入 PATH 即可直接使用,例如:
export PATH="$HOME/.dsh/profiles/oc/node_modules/.bin:$PATH"
dsh-oc # 等价 dsh --profile oc
dsh-oc --mini # 等价 dsh --profile oc --mini
dsh-oc --version # 同时输出 dsh-oc 与 dsh 的版本
pnpm 提示缺少 @deepseek-ai/cordis 等 peer 属于预期警告,由 dsh-base/宿主在
运行时提供,可忽略。