raktim-mondol/dsh-tui-en0

@deepseek-harness-tui/dsh-tui

Claude Code style interactive TUI front door for DeepSeek Harness agents, built on the ported Ink core.

包名
@deepseek-harness-tui/dsh-tui
版本
0.8.8
许可证
MIT
最近更新
2026年8月22日

安装

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

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; /model selections persist in ~/.dsh-tui/model.json. See Configuration.
  • Custom themes: the /theme picker (auto follows the system/terminal background, built-in light / dark / dark-ansi) also accepts custom themes from ~/.dsh-tui/themes/.json — selecting one hot-swaps and persists it; precedence is DSH_TUI_THEME env var > persisted selection > OSC 11 terminal-background auto-detection. See Themes.
  • MCP: servers are mounted via @deepseek-ai/dsh-mcp-client, with tools registered as mcp____; /mcp shows connection status. See Configuration.