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.

Synapse — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-synapse

Synapse

A visual, non-linear conversation workspace plugin for DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:liangmianya/dsh-synapse#56935dc1862e7791b212f6eb2dd26404def5a575
READMECompatibilityVersions

Compatibility and provenance

Synapse is published as dsh-synapse and currently resolves to version 0.4.1. 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/26/2026

Versions

0.4.1stable
8/26/2026
0.4.0stable
8/26/2026
0.3.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.4.1
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
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 productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseWeb 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 包。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.

README

dsh-synapse

DeepSeek Harness 的可视化对话工作台

中文指南 · English guide · npm · 开发与发布

把同一工作区中的会话、追问和分支组织成一张可浏览、可拖拽、可缩放的地图,同时保留 DSH 原生会话作为唯一事实来源。

Synapse 会话地图:链条、分支和右侧详情

快速安装

需要支持 profile 插件机制的 DeepSeek Harness、Node.js >= 22.19.0,以及 web profile。

corepack pnpm dsh plugin --profile web add dsh-synapse
corepack pnpm dsh web

启动后,在 DSH 顶部切换到 会话地图。Synapse 复用现有的 DSH Web Server,不会启动第二个应用或代理系统。

它解决什么问题

能力说明
对话地图把连续追问、分支和不同会话放到同一张可操作的画布上。
保留真实分支按 DSH 原生 fork 关系连接卡片,不制造另一套会话历史。
追问更顺手选中回答中的文字可直接带入新的追问;常用补充词可编辑。
双向同步在地图或 DSH 原生对话中切换会话,当前上下文保持一致。

从原生对话进入

在 DSH 原生对话中,通过顶部的 会话地图 进入 Synapse;返回 对话 后,仍是同一个 DSH 会话。

DSH 原生对话与会话地图入口

文档

文档内容
中文指南安装、启动、配置、使用、卸载和限制。
English guideInstallation, configuration, usage, cleanup, and limitations.
开发与发布本地验证、GitHub Actions、版本标签和 npm 发布。
架构与边界会话归属、投影、数据存储和模型影响。

与 DSH 的边界

  • DSH session log 保存真实会话内容;Synapse 只投影已提交的事件。
  • Synapse 的画布布局数据保存在 $DSH_HOME/synapse/,删除它不会删除 DSH 会话。
  • 插件不修改 prompt、模型请求、工具 schema、provider 路由或可复用 KV-cache 前缀。
  • 内置 patch 仅支持 DSH 的 web profile。

开发

corepack pnpm install --frozen-lockfile
corepack pnpm run build
corepack pnpm test

完整的贡献、CI/CD 和发布流程见开发与发布指南。

许可证

MIT