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.

Session Atlas — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-session-atlas

Session Atlas

会话地图 for DeepSeek Harness — turn the conversation waterfall into a navigable map: one complete turn per card, branchable DAG, live growth, docked turn inspector. Pure map, no context-graph extras.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:martinkot9336299-cell/dsh-session-atlas#fbcc23f42ab7d0a2cf7568df21b689194cabc8d1
READMECompatibilityVersions
会话地图

Compatibility and provenance

Session Atlas is published as dsh-session-atlas and currently resolves to version 0.2.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/25/2026

Versions

0.2.0stable
8/25/2026

Related plugins

Loading related plugins…

Latest
0.2.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/25/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 memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessContextdsh-contextA DeepSeek Harness plugin for context insight and management, with context dashboard and context command, for understanding how the context is made of, and how it evolves.Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Mnemondsh-mnemonComposable three-tier memory control plane for DeepSeek Harness: persistent runtime context, searchable project documents, pluggable long-term memory, guarded strategies, WebUI, and headless tools.

README

dsh-session-atlas · 会话地图

把对话从瀑布变成地图。

DeepSeek Harness(DSH)的非线性对话地图:会话不再是聊不完的滚动瀑布,而是一张可以缩放、拖拽、导航的 DAG 卡片图——每个回合是一张完整卡片,分支清晰可见,AI 的回答在卡片上实时生长。

从 dsh-synapse 血统抽取(v0.2.0 起:纯地图,Context Graph 引擎已独立为 dsh-context-graph)。

会话地图

功能

  • 回合卡片 DAG:Turn N-M 编号、贝塞尔血缘连线、祖先高亮、折叠芯片
  • 画布交互:相机惯性平移/缩放、卡片拖拽与自适应尺寸、快捷键、视图适配(tidy/focus)
  • 分支工作流:从任意回合开分支、草稿卡、乐观更新、归档——探索式思考不丢线索
  • 实时生长:流式文本平滑呈现(FPS 守卫)、跨会话 watchLive 观看
  • 检视三件:停靠式回合检查器(TurnInspector)、详情视图、compare 双栏对比
  • 移动端:手机触控/抽屉手势优先适配
  • 双通道挂载:官方 conversation.view 插槽 + dsh-better-sidebar 标签页(未装 better-sidebar 时走官方插槽,不阻塞启动)

安装

dsh plugin --profile web add github:martinkot9336299-cell/dsh-session-atlas

(或本地路径 dsh plugin --profile web add /path/to/dsh-session-atlas)

说明

  • 内部 CSS 类前缀 .syn- 与 localStorage 键 syn-* 继承自 synapse 血统,未做改名——如果你的机器上同时装过 dsh-synapse,请先卸载它再装本插件(两者共用画布状态键会互相干扰)。
  • 数据文件默认 ~/.dsh/session-atlas/workspaces.json,可在 profile 的 cordis.patch.yml 里用 dataFile 覆盖。旧图事件文件(graph-events.jsonl)会被忽略,可手动删除。
  • 运行时仅依赖 DSH 宿主提供的服务;Node ≥ 22.19。

License

MIT