@xp266/dshtui
ink-based terminal UI plugin for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xp266/dsh-tui说明文档
阅读完整 README ↗Configuration
The plugin reads its config from the matching profile row:
- id: tui
name: '@xp266/dshtui'
config:
colors: {} # palette overrides (color name -> hex)
maxFps: 240
bootListTimeout: 10000
alternateScreen: true
collapse: # tool-card fold policy
maxLines: 16 # fold bodies over this many rendered rows
previewLines: 8 # rows kept visible while folded
folded: [] # tool names that always fold
expanded: [] # tool names that never fold
Environment variables: DSH_TUI_PROFILE, DSH_TUI_COLOR, DSH_TUI_ASCII, DSH_TUI_WIDTH, DSH_TUI_BG, DSH_TUI_LANG, DSH_TUI_HOT_THEME, DSH_TUI_THEME_PATH, DSH_TUI_DEBUG, and the DSH_TUI_LOG_* family.