插件目录 / Developer / dsh-ui-concise
dsh-ui-concise
已验证 · 实测可装 stars2022
✓ 持续维护
3Stars
0Forks
0未关闭 issue
—语言
2026-08-18最近推送
跨平台平台
功能简介
Collapsible plugin for DeepSeek Harness that folds tool/output details, keeping results clean and focused.
我们的评价
可用 — 实测通过,早期项目
可用 — 实测通过,早期项目
Collapsible plugin for DeepSeek Harness that folds tool/output details, keeping results clean and focused. 实测能干净安装、正常启动。早期项目,但功能可用。
「已验证」表示我们的自动化 CI 在干净 profile 里实际执行了 dsh plugin add 并启动成功——仅此而已。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
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 排版和消息操作保持正常视图样式。
- 开启“隐藏思考内容”后,思考过程中显示“正在思考”,完成后隐藏思考文本。
- 中文、英文界面均已支持。
许可证
安装
🧩 让 Agent 自动装(推荐)
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-ui-concise」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
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 实测报告
验证通过:从 GitHub 源码完成 L1 安装 + L2 加载 + L3 运行(dsh 0.1.0-rc.6)。