dsh-view-modes¶
| 类型 | 插件 | 分类 | 界面与体验 |
| 星数 | ⭐1 | 状态 | ✅ 活跃 |
| 能力 | ui | 更新时间 | 2026-08-13 |
📖 项目简介¶
**English** · [简体中文](./README.zh-CN.md)
Three output modes for DeepSeek Harness (DSH) Web: Verbose, Normal, and Summary. Keep the full trace when debugging, reduce process noise during daily work, or focus on the result.
This is an official-style DSH bundle plugin (dsh.bundle + dsh.client). It changes only browser-side presentation and does not patch DSH core files.
📦 安装¶
dsh plugin --profile web add git+https://github.com/NigelYao/dsh-view-modes.git
🚀 快速开始¶
$pluginRoot = Join-Path $env:USERPROFILE ".dsh\local-plugins\dsh-view-modes"
git clone https://github.com/NigelYao/dsh-view-modes.git $pluginRoot
Set-Location $pluginRoot
dsh plugin --profile web add link:$pluginRoot