orriduck/dsh-tui2

dsh-tui

A small, session-aware terminal UI for DeepSeek Harness

AI 분석

核心用途是为 DSH 提供命令行终端交互界面。适合喜爱终端操作、希望在本地项目中快速启动、继续或管理 DSH 会话的开发者。

패키지
dsh-tui
버전
0.4.1
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:orriduck/dsh-tui

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.