@deepseek-harness-tui/dsh-tui
Claude Code style interactive TUI front door for DeepSeek Harness agents, built on the ported Ink core.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:raktim-mondol/dsh-tui-en说明文档
阅读完整 README ↗Configuration & Extensions
- Agent presets: four official agent modes (
standard/code/minimal/cordis) plus the TUI-bundled Liangshen mode (liangshen), switched with/preset; sessions that already have a conversation cannot switch, while blank sessions take effect immediately. The default preset persists in~/.dsh-tui/agent-preset.json;/modelselections persist in~/.dsh-tui/model.json. See Configuration. - Custom themes: the
/themepicker (autofollows the system/terminal background, built-inlight/dark/dark-ansi) also accepts custom themes from~/.dsh-tui/themes/.json— selecting one hot-swaps and persists it; precedence isDSH_TUI_THEMEenv var > persisted selection > OSC 11 terminal-background auto-detection. See Themes. - MCP: servers are mounted via
@deepseek-ai/dsh-mcp-client, with tools registered asmcp____;/mcpshows connection status. See Configuration.