dsh-plugin-response-window
Run the following command in DeepSeek Harness:
dsh plugin install heiheiha798/dsh-plugin-response-window
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install heiheiha798/dsh-plugin-response-window in your terminal to install the plugin; the source is at https://github.com/heiheiha798/dsh-plugin-response-window . Restart dsh web after installation.
About this plugin
One prompt can trigger a hundred tool calls and pages of reasoning, leaving the chat feed buried under an endless scroll of intermediate output. dsh-plugin-response-window tames that noise by wrapping every think block and tool call in a turn into a compact, internally scrollable window (ten lines by default), segmented into slides at each interim text response the model sends the user. Text responses stay fully expanded and native, with no height cap or collapse button. Unlike summary-style plugins, nothing is hidden: every line of reasoning, every parameter, every output is still one click away.
Each slide header shows a plain-text count of tool calls and Think entries plus a running or failed status badge. The body interleaves think and tool-call lines in true output order, each rendered as a one-line summary that expands on click to reveal the full content. While the model is still working, the slide auto-scrolls to the latest line. Under the hood the plugin works purely through React slot shadows and CSS classes, reads the session snapshot without writing, never mutates the DOM row structure, and gracefully falls back to the built-in renderer if anything goes wrong.
If you run heavy agentic workloads in the DeepSeek Harness Web interface and want to step through every reasoning step and tool execution inside a long response without drowning in an information waterfall, this plugin is made for you.
Use Cases
- A single turn produces 100+ tool calls and long reasoning, and you need the page to stay navigable
- Stepping through a multi-step agent task by sliding between segments of think and tool calls in order
- Watching a live execution in real time as each slide auto-scrolls to the latest output line
Best For
- Power users running heavy agentic workloads in DSH Web
- Developers who want every detail preserved but visually segmented
- Teams that review model reasoning chains repeatedly and reject one-click summary collapse
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.