rayafriandion/deepseek-harness-tui0

deepseek-harness-tui

A terminal UI (TUI) for DeepSeek Harness — an opencode-inspired chat client that boots as a dsh profile app plugin.

AI 분석

核心用途是为 DSH 提供纯终端交互界面。适合喜爱命令行操作、不希望使用 Web 浏览器的极客用户。支持恢复会话、切换模型、调整推理努力度(thinking)等快捷键操作。

패키지
deepseek-harness-tui
버전
0.1.0
라이선스
LGPL-2.1
최근 업데이트
2026. 8. 15.

설치

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

Usage

FlagEffect
--resume Resume a persisted session by id.
--model Default model id for new sessions.
`--provider
`Default provider route for new sessions.
--sidebar / --no-sidebarShow (default) or hide the session sidebar.
--helpPrint the TUI's own flag help.

Keybindings

KeyAction
Entersend message
Ctrl+Enter / Shift+Enter / Alt+Enterinsert a newline
Ctrl+Cclear a non-empty prompt, cancel a running turn, or press twice while idle to exit
Ctrl+Popen the settings menu
Ctrl+Etoggle the reasoning-effort slider below the input box
Ctrl+Nnew session
Ctrl+Ddelete the focused session in Settings → Manage sessions
Ctrl+Lclear the transcript view
Up / Downinput history
PgUp / PgDnscroll the transcript
Escclose the effort slider / close help / cancel an approval prompt
y / nanswer an inline approval prompt

Commands

/help /settings /new /resume /model /provider /clear /cancel /quit

Harness human commands (/compact, /goal, ...) are forwarded to ctx.commands and run without a model turn.