AI Agent Hub
Back to plugins
🖥️

dsh-summary-panel

Client Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install hzthzt/dsh-summary-panel

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

Run dsh plugin install hzthzt/dsh-summary-panel in DeepSeek Harness; the source is available at https://github.com/hzthzt/dsh-summary-panel .

About this plugin

Scanning through a long conversation to find which files were modified is slow and error-prone. dsh-summary-panel adds a compact 320-pixel popover to the session header, giving you an at-a-glance view of every successful file mutation in the current session.

The built-in Outputs section aggregates all loaded turns, deduplicates by exact path, and keeps only the latest successful write for each path. Five files are shown initially with explicit expand and collapse controls; clicking a row opens the file directly in the Harness workspace. The panel grows with its content until it hits the viewport limit, then scrolls. On mobile it becomes a dismissible right drawer, and open state is persisted per session.

A typed extension API lets other client plugins register custom sections through the conversation.summary.section slot, using SummarySection, SummaryItem, and SummaryEmpty primitives for consistent visuals and interaction. If you work with multi-turn file changes in DeepSeek Harness Web every day, or are building companion plugins for the DSH ecosystem, this panel cuts the cost of locating deliverables significantly.

Use Cases

  • Quickly reviewing which files were mutated and their latest state after a long conversation
  • Deduplicating file changes by exact path across multiple turns to see only the newest successful write
  • Building custom summary sections for the DSH ecosystem with standard session props

Best For

  • Developers handling multi-turn file changes in DeepSeek Harness Web on a daily basis
  • Engineers building companion plugins or extensions for the DSH client ecosystem
  • Users who need a convenient way to review session summaries on both desktop and mobile