DSH terminal client
huiliyi37/dsh-tianshu-tui · skills
DeepSeek Harness terminal UI +harness workflow. It is an interactive terminal UI plug-in on the official DeepSeek Harness.
★ 143GitHub stars
5Forks
2026-08-15Last updated
TypeScriptLanguage
Apache-2.0License
Project overview
本包不是独立程序。须先有官方 CLI @deepseek-ai/dsh(0.1.0-rc.6)。只 npm i 本包跑不起来。 1. 准备环境 Node.js ^22.19 || >=24 PATH 上有 pnpm(dsh plugin 会转发给它) 不要直接敲 dsh。 若 PATH 上已有旧的 dsh(例如 /.local/bin/dsh,dsh --version 不是 0.1.0-rc.6),会走到本地 staging,出现 ERRFSEISDIR / Path is a directory .../@deepseek-ai/dsh。请始终用下面的 npx 命令。 2. 把本插件装进 tui profile
pnpm 可能提示 peer missing,可忽略:peer 由官方 dsh 宿主提供,不必另装。
也可以从 Git 装:npx -y @deepseek-ai/dsh plugin --profile tui add github:huiliyi37/dsh-tianshu-tui(仓库已包含 lib/index.js,不必再打包)。 3. 启动
Install command
dsh plugin --profile web add github:huiliyi37/dsh-tianshu-tui