heiheiha798/dsh-plugin-response-window ↗★ 1
dsh-plugin-response-window
DeepSeek Harness (DSH) web plugin: per-turn response window. Each turn's tool calls collapse into ONE always-expanded bounded slide (configurable N-line window, inner scroll, nothing hidden), and long assistant markdown gets a bounded scroll window too — Grok-build style, keeps every intermediate response visible inside a finite window.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:heiheiha798/dsh-plugin-response-window说明文档
阅读完整 README ↗配置
cordis.patch.yml 里插入了默认配置,可改:
| 键 | 默认 | 说明 |
|---|---|---|
lines | 10 | 窗口高度(行)。0 = 不限高(等价于关闭窗口) |
collapsed | false | 每轮 slide 是否默认收起成一行 bar。默认 false:始终展开、内容可见 |
showReadOnly | true | 是否在 slide 里列出 read/grep/web_search 等只读调用(默认全列出,不藏) |
minCollapseRows | 3 | 仅 collapsed: true 时生效:少于该数量的轮次不收起 |
设置页(Settings → General)
插件在 Web UI 的 Settings → General 里注册了一项 「响应窗口大小(行数)」:
−/ 数值输入 /+:调整lines(0–200,0= 不限高,默认 10)- 即时生效:改动后已渲染的 slide 高度立刻变化(经宿主 settings namespace
dsh-plugin-response-window持久化)