dsh plugins中文
← Back to popular plugin directory

DSH terminal client

boxeryao/dsh-mini-tui · skills

DSH-TUI: a lightweight and fast terminal plugin connected directly to the DSH runtime.

★ 6GitHub stars
1Forks
2026-08-16Last updated
TypeScriptLanguage
MITLicense

Project overview

DeepSeek Harness(DSH) 的极简终端 UI 插件。它保留完整的 Agent 与工具能力,但默认把执行过程收进后台,让终端专注于你的输入和模型的最终回答。

界面、npm 包与 GitHub 仓库统一命名为 DSH Mini TUI / dsh-mini-tui:Mini 指更少的界面噪声,而不是更少的 Harness 能力。中文也可以昵称为 “单身汉 Mini TUI”,取自 DSH 的谐音。 Mini 的含义:少显示,专注回答

工具调用默认静默;失败时只显示一行短提示。/verbose 会显示后续调用的编号摘要和限长详情,/tool N 可查看最近保留的输入和结果。toolDetailMaxLines 和 toolDetailMaxCharacters 默认限制为 80 行和 8,000 字符。toolDetailHistoryLimit 默认让 /tool N 保留最近 200 次调用;更早的详情会从进程内存淘汰,完整值仍保留在 DSH Session 日志中。 范围

Install command

dsh plugin --profile web add github:boxeryao/dsh-mini-tui
View GitHub repository ↗Back to popular plugin directory