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.

AI 분석

防止长篇大论的工具调用和 AI 回复撑爆屏幕。适合喜欢紧凑界面、希望保持中间过程可见但限制滚动高度的用户。

패키지
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 持久化)