AI Agent Hub
Back to plugins
🖥️

dsh-soln-panel

Client Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install PastSheep/dsh-soln-panel

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

Run dsh plugin install PastSheep/dsh-soln-panel in the DeepSeek Harness terminal to install the plugin; the source repository is at https://github.com/PastSheep/dsh-soln-panel , and the right-side solution panel becomes available after restarting Harness.

About this plugin

In the DeepSeek Harness Web conversation stream, structured solutions produced by an agent—architecture comparisons with tables, multi-step code walkthroughs, dense technical notes with blockquotes—often get buried in a wall of plain text, making them hard to read and reference. dsh-soln-panel gives the agent a dedicated right-side drawer where it pushes fully rendered HTML via the show_solution tool, so each solution gets its own visual space separate from the chat.

The drawer organises multiple solutions in browser-style tabs that auto-compress and scroll horizontally as the count grows; a drag handle on the left edge lets you resize the panel between 280 and 900 pixels; and an orange unread badge appears whenever a hidden tab is updated, clearing on click. The agent can update a title or content by id, jump to a specific tab with activate, toggle panel visibility with openPanel, and every call returns a summary of all solutions so context carries across sessions.

Solutions persist per workspace in .dsh/soln-panel.json, survive restarts, remain visible across sessions within the same workspace, and are strictly isolated across workspaces with no cross-leakage. The plugin is hand-written JavaScript with no build step—install and it is ready. It suits DeepSeek Harness developers and teams who want their agent's structured output presented clearly and visually alongside the conversation.

Use Cases

  • The agent pushes an architecture comparison table into the right-side panel for quick review
  • Multiple code solutions are browsed via browser-style tabs with orange unread badges
  • Historical solutions persist across sessions in the same workspace without regeneration

Best For

  • Developers working with DeepSeek Harness Web
  • Teams that rely on agent-produced structured solutions for quick reference
  • Users who want clearly rendered HTML solutions displayed beside the conversation