AI Agent Hub
Back to plugins
dsh-conversation-process-collapse preview

dsh-conversation-process-collapse

Client Updated 2026.08.28

Run the following command in DeepSeek Harness:

dsh plugin install shimingming520/dsh-conversation-process-collapse

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install shimingming520/dsh-conversation-process-collapse in DeepSeek Harness to install this plugin (source: https://github.com/shimingming520/dsh-conversation-process-collapse); after installing, restart dsh web and hard-refresh the browser to load the new bundle.

About this plugin

In the DeepSeek Harness Web conversation, a freshly settled turn can bury its final answer under a wall of intermediate narration, Think rows, tool cards, retry statuses, and workflow run logs. dsh-conversation-process-collapse folds every process row in a closed turn into a single expandable disclosure header (Processed in 3.2s · 7 steps) at the DOM level, while the closing content message and turn-tail stay fully visible. Reasoning embedded in the final answer is also grouped and hidden by default, but the answer text itself is never obscured. Tool-only turns and live streaming flows keep their plain layout, so an answer or in-progress indicator is never accidentally collapsed.

Under the hood it is a pure frontend DOM plugin: it watches the data-chat-flow container, identifies turns that are closed and carry a content-bearing assistant step, then swaps the process rows for one expandable disclosure. It requires no unmerged extension point, no profile override, and no fork of the official conversation package. After installing, simply restart dsh web and hard-refresh the browser to load the new bundle.

If you work deep in multi-step reasoning, tool orchestration, or workflow runs and find the post-turn process noise drowning out your answers, this plugin lets you focus on the result with a single glance and dig into the full process only when you need to.

Screenshots

Use Cases

  • A multi-step tool turn closes with long process rows burying the final answer; collapse with one click
  • A workflow run generates many intermediate steps; expand the disclosure only when you need the details
  • Reviewing conversation history and folding each turn to a compact answer list

Best For

  • Daily users doing multi-step reasoning and tool calls in the DSH Web client
  • Developers orchestrating complex workflows who need fast access to final outputs
  • Plugin users who want a cleaner conversation UI without forking or profile overrides