heiheiha798/dsh-plugin-response-window1

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.

包名
dsh-plugin-response-window
版本
0.2.0
许可证
MIT
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:heiheiha798/dsh-plugin-response-window

配置

cordis.patch.yml 里插入了默认配置,可改:

默认说明
lines10窗口高度(行)。0 = 不限高(等价于关闭窗口)
collapsedfalse每轮 slide 是否默认收起成一行 bar。默认 false:始终展开、内容可见
showReadOnlytrue是否在 slide 里列出 read/grep/web_search 等只读调用(默认全列出,不藏)
minCollapseRows3collapsed: true 时生效:少于该数量的轮次不收起

设置页(Settings → General)

插件在 Web UI 的 Settings → General 里注册了一项 「响应窗口大小(行数)」

  • / 数值输入 / +:调整 lines(0–200,0 = 不限高,默认 10)
  • 即时生效:改动后已渲染的 slide 高度立刻变化(经宿主 settings namespace dsh-plugin-response-window 持久化)