DeepSeek Harness plugin

dsh-soln-panel

Right-side solution panel for DeepSeek Harness Web: push HTML solutions to a collapsible right drawer with browser-style tabs, resizable width, unread hints, and per-workspace durable persistence.

Jump to install

Source facts

Repository
PastSheep/dsh-soln-panel
Latest update
Aug 17, 2026
Category
Notifications & Integrations
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/PastSheep/dsh-soln-panel
Plugin: dsh-soln-panel
Author: PastSheep

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-soln-panel

对话右侧的方案面板插件(DeepSeek Harness Web / dsh 宿主)。助手可以把 HTML 方案推送到一个可展开/收缩的右侧抽屉:多标签页、宽度拖拽、未读提示、按工作区持久化。

A right-side solution panel for DeepSeek Harness Web. The agent pushes HTML solutions into a collapsible right drawer with browser-style tabs, resizable width, unread hints, and per-workspace durable persistence.

功能 Features

  • HTML 方案展示 — 通过 show_solution 工具推送,原样渲染 HTML(表格/代码块/引用等样式齐全)
  • 多标签页 — 多个方案以浏览器式标签切换,标签多时自动压缩 + 滚动
  • 宽度拖拽 — 左缘手柄调整 280–900px
  • 未读提示 — 更新未显示的方案时,对应标签变橙色,点击后清除
  • 动态调整 — 支持按 id 更新标题/内容;activate 控制跳转、openPanel 控制开合
  • 按工作区持久化 — 方案池存于 <工作区>/.dsh/soln-panel.json,重启保留、同工作区跨会话可见、跨工作区隔离
  • 免构建 — 手写 JS,npm / git 安装均可直接使用

安装 Install

dsh plugin --profile web add "github:PastSheep/dsh-soln-panel#main"

然后重启 DeepSeek Harness。安装后:

  • 会话右侧出现竖排「方案」标签,点击展开面板
  • 助手可通过 show_solution 工具推送方案(工具为宿主级注册,所有会话可用)

卸载:

dsh plugin --profile web remove dsh-soln-panel

工具 show_solution

参数说明
id方案 id;提供则更新该方案,省略则追加新方案
title / html标题 / HTML 内容;更新时可省略任一字段(保留原值)
activate是否跳转到该方案标签(省略:追加默认 true,更新默认 false)
openPanel是否展开面板(true/false;省略保持当前状态)
clear清空当前工作区全部方案并收起

每次调用返回 solutions 摘要(全部方案 id/标题/未读状态),便于跨会话接续。

数据与隔离 Data & isolation

  • 数据文件:<workspace>/.dsh/soln-panel.json(每个工作区独立)
  • 前端通过当前会话的工作区读取对应方案池;无工作区信息时返回空池,不跨工作区泄漏

License

MIT