hanlinlibham/dsh-native-tui ↗★ 0
@ablemind/dsh-plugin-tui
Classic, dependable DeepSeek Harness TUI with session, provider, and model management
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hanlinlibham/dsh-native-tui说明文档
阅读完整 README ↗配置项(cordis.patch.yml 的 config:)
| 键 | 含义 |
|---|---|
fullscreen | 占满终端(alt screen,自带 PgUp/PgDn 滚动,退出时把 transcript 回放到普通屏)。默认开;DSH_TUI_FULLSCREEN=0 退回内联模式(滚动与拖选交给终端) |
cwd | agent 的工作目录(会话 meta.cwd、底栏路径与 git chip、! shell、@ 补全根)。通常不用填——默认就是进程 cwd;只在宿主把进程钉死在别处时才需要(比如源码 checkout 启动) |
theme | dark / light / mono;不填则用 ~/.dsh/tui-settings.json 里 /theme 存的 |
contextLength | 适配器还没报出容量前,底栏占用条用的窗口大小 |
settingsFile | 配色持久化路径 |
bangTimeout | ! 本机命令的超时秒数(默认 30) |
sessionMode | new / continue / resume;启动器自动设置 |
resumeSession | 要精确恢复的 session id;启动器自动设置 |
historyFile | 输入历史 JSONL,默认 $DSH_HOME/tui-history.jsonl(未设时 ~/.dsh/...) |
provider / model / reasoningEffort | 可选的启动模型路由;provider/model 必须一起配置 |