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.

Outline Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
O

dsh-outline-plugin

Outline Plugin

A session-scoped outline, todo, note, and image panel for the DeepSeek Harness web UI.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Reedphoto3/dsh-outline-plugin#e35e026b6be45d42ca38d70472df2d65a0c85f0d
READMECompatibilityVersions
dsh-outline-plugin 界面

Compatibility and provenance

Outline Plugin is published as dsh-outline-plugin and currently resolves to version 0.1.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
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/22/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

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient 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.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-outline-plugin

为 DeepSeek Harness Web UI 增加右侧大纲面板,可在聊天时维护待办、笔记和图片附件。

安装

要求 DeepSeek Harness 0.1.0-rc.5 或兼容版本。建议固定到已审核提交:

dsh plugin --profile web add github:Reedphoto3/dsh-outline-plugin#<commit-sha>

重启 dsh --profile web 后生效。仓库已提交浏览器构建产物,Git 安装不执行 prepare 脚本。

卸载:

dsh plugin --profile web remove dsh-outline-plugin

功能

  • 会话页头的“笔记”按钮打开右侧面板。
  • 待办、笔记、附件三种视角;支持嵌套、折叠、拖拽排序。
  • 单击文本编辑;Enter 新建同级项;Shift+Enter 换行。
  • Tab / Shift+Tab 缩进或减少缩进。
  • Cmd+↑/↓ 移动;Windows/Linux 使用 Ctrl+↑/↓。
  • Alt+Cmd+8/9 将当前项切换为待办或笔记;Windows/Linux 使用 Alt+Ctrl+8/9。
  • 粘贴图片时缩放并去重;移除图片后,下次保存会清理未引用数据。
  • 可选 Markdown 同步导出;相对路径基于 DSH 文件系统工作目录。

重要限制

该插件占用 DSH 的单一 details 插槽,因此会替换内置工具调用详情面板。停用或卸载插件即可恢复内置详情面板。

Host RPC 仅允许本机回环页面调用,远程 LAN Web 客户端不能读写大纲。

数据与隐私

默认数据文件是工作区根目录的 .dsh-outline.json。它包含会话 ID、笔记文本和粘贴图片的 base64 数据,不应提交到 Git。请在使用插件的工作区忽略该文件:

.dsh-outline.json

Markdown 导出文件也可能包含内联 base64 图片;公开或同步前应单独检查。

若 .dsh-outline.json 损坏或不可读,插件会显示加载失败,不会把它当作空文件覆盖。

开发

pnpm install
pnpm test
pnpm run check

src/client.js 是浏览器源码;pnpm run build 生成并提交 lib/client.js。

许可证

MIT