DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Right Sidebar — DSH Plugin for DeepSeek Harness
← Plugins
R

dsh-right-sidebar

Right Sidebar

Codex-style right sidebar for DSH Web with automatic output collection, responsive previews, and session-aware tabs

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Limitinfinitude/DSH-Right-Sidebar#55f5dce44b151f74f9198371fdb2a5c01423fdf2
READMECompatibilityVersions
Output Dock 中的预览

Compatibility and provenance

Right Sidebar is published as dsh-right-sidebar and currently resolves to version 0.4.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/11/2026

Versions

0.4.0stable
9/11/2026
0.3.0stable
9/11/2026

Related plugins

Loading related plugins…

Latest
0.4.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 4
Weekly downloads
0
Last push
9/11/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

DSH Right Sidebar

中文 | English

DSH Right Sidebar 为 DeepSeek Harness 提供原生的右侧产物工作区。它让 Agent 在一个会话中生成的报告、图表、图片、数据和文档 留在对话旁边,而不是散落在工作区和工具记录中。

Output Dock 总览

设计目标

Output Dock 不是文件管理器,也不展示项目里的每一个文件。它只保留用户可以直接阅读、检查、 下载或使用的结果;源码、配置、依赖和 HTML 源文件继续由 DSH 工作区负责。

  • 常驻右侧入口,可自动展开,也可手动收起和恢复
  • 产物与会话绑定;切换会话时同步切换标签、排序和关闭状态
  • Agent 更新同一路径的产物后,当前预览会自动刷新
  • 支持 Agent 明确输出的 HTTP(S) 文件 URL,以及工作区内唯一匹配的不完整文件路径
  • 顶部堆叠标签支持关闭和拖拽重排,狭窄侧栏仍保留可读文件名
  • 底部“本会话产物”目录可按类型筛选(文档/图片/数据/媒体,带计数)、按名称或路径搜索、按轮次分组,重新打开已关闭的结果,并可一键关闭全部标签
  • 目录条目显示产物文件大小,Agent 更新同一产物后随修订刷新
  • Markdown 可直接在渲染内容上编辑,停止输入后静默保存,并给出保存中/已保存/失败反馈
  • 支持复制路径、复制内容、下载、打开所在目录、置顶与隐藏
  • 质量检查徽标会显示失效链接、SVG/HTML 结构问题和媒体加载失败
  • 隐藏项支持单个恢复并显示隐藏数量;左缘可拖拽调整并记住侧栏宽度
  • 快捷键:Alt+] / Alt+[ 切换产物,Alt+W 关闭当前标签,Alt+O 开关侧栏,Esc 关闭弹层

预览范围

类别当前支持
自动产物Markdown(md/mdx/markdown)、PDF、SVG、图片(PNG、JPEG、WebP、GIF、AVIF、BMP、ICO、TIFF)、视频(MP4、M4V、WebM、OGV、MOV)、音频(MP3、WAV、OGG、OGA、OPUS、M4A、FLAC、AAC)
按需产物TXT、JSON、JSONL、CSV、TSV、IPYNB;仅在 Agent 回复中明确提到文件路径或名称时显示
不展示源码、HTML/HTM、配置、日志、YAML、TOML、XML、INI、CONF 等项目内部文件
  • JSON/JSONL:可折叠结构树、搜索、全部展开/收起、格式化原文及错误行提示
  • CSV/TSV:正确处理引号与多行字段,支持筛选、数值/文本排序、分页和列宽调整
  • TXT:行号、全文搜索、匹配计数、自动换行;大文件按 250 行分页,避免一次生成过多 DOM
  • 图片/SVG:适应窗口、原始尺寸、缩放、拖拽平移、尺寸信息和透明背景棋盘格
  • 视频/音频:使用浏览器原生播放器,可在新窗口打开,不做任何转码
  • PDF:使用浏览器内置 PDF 阅读器,并提供刷新和外部打开

HTML 文件属于项目源码,而部署后的网页应由 Agent 在对话中提供可访问 URL。这样一个前后端 项目生成大量 js、ts、css 和配置文件时,Output Dock 仍然只呈现真正的交付物。

Output Dock 中的预览

使用方式

  1. 让 DSH 生成报告、图表、图片、PDF 或数据文件。
  2. Markdown、PDF、SVG 和图片等富预览产物出现时,右侧栏自动展开并打开最新产物。
  3. TXT、JSON 和 CSV 等数据文件只在 Agent 明确提到时进入产物列表,且不会抢占当前富预览。
  4. 使用标签在不同产物之间切换;关闭后可从底部目录重新打开,目录支持按名称搜索,也可一次性关闭全部标签。
  5. 需要源码或项目文件时,使用“打开所在目录”回到 DSH 工作区。

安装

DSH Right Sidebar 需要 DSH Web 提供会话级 details.overlay 插槽和具名详情栏 API。

git clone https://github.com/Limitinfinitude/DSH-Right-Sidebar.git
cd DSH-Right-Sidebar
npm install
npm run build
dsh plugin --profile web add .

安装后刷新 DSH Web 会话。

性能与安全

侧栏在空闲时不轮询文件或端口。产物内容只在用户选中后读取,复杂预览按需初始化;JSON 搜索 只遍历数据一次,表格限制为最多 10,000 行,TXT 分页渲染。视频和音频交给浏览器原生播放器流式播放, 不会按文本读取。浏览器端包体积约为 188 KB gzip。

工作区内文件会校验路径;Agent 在工作区外生成的产物,则通过 DSH 同源授权后限时访问。 外部授权根目录最多保留 256 个,6 小时后过期。Markdown 和 SVG 在渲染前净化,二进制文件保持只读; HTML/HTM 源文件不会嵌入到 Dock。

网络产物必须由同源 DSH 页面先授权,再通过无 Cookie、无认证头的受限代理读取;仅允许受支持 的文件扩展名,单个响应上限 16 MB,10 秒超时。只有带明确交付语义的裸 URL 或 Markdown 文件链接 会进入产物栏,普通参考链接不会被误判为产物。不完整路径仅在已注册工作区中有唯一匹配时解析, 遇到多个同名文件会拒绝猜测。

开发

npm test -- --run
npm run typecheck
npm run build

许可证

MIT