dsh-view-modes¶
| Type | plugin | Category | UI & experience |
| Stars | ⭐1 | Status | ✅ active |
| Capabilities | ui | Updated | 2026-08-13 |
📖 About¶
**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.
📦 Install¶
dsh plugin --profile web add git+https://github.com/NigelYao/dsh-view-modes.git
🚀 Quick Start¶
$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