Plugin directory / Developer / dsh-ui-concise
dsh-ui-concise
Verified · install-tested on dsh stars2022
What it does
Collapsible plugin for DeepSeek Harness that folds tool/output details, keeping results clean and focused.
Works — verified, early-stage project
Collapsible plugin for DeepSeek Harness that folds tool/output details, keeping results clean and focused. It installs cleanly and boots without issues in our testing. It's early-stage but functional.
“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
dsh-ui-concise
English | 中文
DeepSeek Harness WebUI 的 Codex/macOS 风格简洁会话模式。
安装
在 DeepSeek Harness 根目录运行:
dsh plugin --profile web add \
https://github.com/stars2022/dsh-ui-concise/releases/download/v0.1.3/dsh-ui-concise-0.1.3.tgz
dsh web
卸载插件:
dsh plugin --profile web remove dsh-ui-concise
dsh web
功能
- 设置页提供“简洁模式”和“隐藏思考内容”选项。
- 每个 Turn 显示独立计时器:运行中实时计时,完成后自动收起,中断或失败时保持展开。
- Turn 内的连续工具调用合并为一个活动栏,运行时显示“正在读取文件”“正在编辑文件”等状态,完成后显示操作汇总。
- 展开活动栏可以查看每个工具的原始详情和工具卡。
- 最后的 Assistant 答案保留在外层折叠栏之外,Markdown 排版和消息操作保持正常视图样式。
- 开启“隐藏思考内容”后,思考过程中显示“正在思考”,完成后隐藏思考文本。
- 中文、英文界面均已支持。
许可证
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-ui-concise for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
Web profile:
dsh plugin --profile web add github:stars2022/dsh-ui-concise Headless (CLI) profile:
dsh plugin --profile headless add github:stars2022/dsh-ui-concise Test report
Verified: L1 install + L2 load + L3 runtime from GitHub source on dsh 0.1.0-rc.6.