dsh-tui
一个用于 DeepSeek Harness 的轻量级、具备会话感知能力的终端用户界面(TUI)。
AI 分析
核心用途是为 DSH 提供命令行终端交互界面。适合喜爱终端操作、希望在本地项目中快速启动、继续或管理 DSH 会话的开发者。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:orriduck/dsh-tui说明文档
阅读完整 README ↗Quick start
Open a terminal in the project you want DeepSeek to work on:
cd /path/to/your/project
dsh-tui
To continue the newest session for that same project later:
cd /path/to/your/project
dsh-tui -c
Install
Requirements: Node.js 22+, pnpm, and the official DeepSeek Harness CLI.
npm install -g @deepseek-ai/dsh
npm install -g github:orriduck/dsh-tui
Then enter any project and run:
cd /path/to/your/project
dsh-tui
The first launch creates the local tui profile and registers this bundle automatically. DSH remains responsible for credentials, model settings, sessions, tools, sandboxing, and approvals.