hanlinlibham/dsh-native-tui0

@ablemind/dsh-plugin-tui

Classic, dependable DeepSeek Harness TUI with session, provider, and model management

包名
@ablemind/dsh-plugin-tui
版本
0.2.0
许可证
MIT
最近更新
2026年8月19日

安装

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

配置项(cordis.patch.ymlconfig:

含义
fullscreen占满终端(alt screen,自带 PgUp/PgDn 滚动,退出时把 transcript 回放到普通屏)。默认开;DSH_TUI_FULLSCREEN=0 退回内联模式(滚动与拖选交给终端)
cwdagent 的工作目录(会话 meta.cwd、底栏路径与 git chip、! shell、@ 补全根)。通常不用填——默认就是进程 cwd;只在宿主把进程钉死在别处时才需要(比如源码 checkout 启动)
themedark / light / mono;不填则用 ~/.dsh/tui-settings.json/theme 存的
contextLength适配器还没报出容量前,底栏占用条用的窗口大小
settingsFile配色持久化路径
bangTimeout! 本机命令的超时秒数(默认 30)
sessionModenew / continue / resume;启动器自动设置
resumeSession要精确恢复的 session id;启动器自动设置
historyFile输入历史 JSONL,默认 $DSH_HOME/tui-history.jsonl(未设时 ~/.dsh/...
provider / model / reasoningEffort可选的启动模型路由;provider/model 必须一起配置