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 Comps — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-session-comps

Session Comps

CompFlow groups DSH Desktop sessions into named, collapsible compositions.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:SoyBeanMilkx/CompFlow#bc062219c13b7174f6cc437695222f95cfd63c67
READMECompatibilityVersions

Compatibility and provenance

Session Comps is published as dsh-session-comps and currently resolves to version 0.2.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
9/20/2026

Versions

0.2.1stable
9/20/2026

Related plugins

Loading related plugins…

Latest
0.2.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
Last push
9/20/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 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

CompFlow

CompFlow 是一个 Deepseek Harness 的会话管理插件。它把同一工作区里的多个会话收进可折叠的“合成”,让频繁分叉后的会话列表保持清爽

CompFlow 合成视图

功能

  • 创建、重命名、折叠和嵌套合成
  • 通过拖拽移动会话与合成
  • 从会话菜单快速新建或加入同级合成
  • 将会话移回工作区根目录
  • 解散合成时保留全部会话
  • 删除合成时确认并永久删除整个子树及其中会话

加入合成菜单

使用

在会话的三点菜单中选择“加入合成”,然后新建合成或选择当前层级已有的合成。也可以直接拖动会话和合成来调整结构

右键合成可以重命名、新建子合成、解散或删除。合成仅能管理同一工作区中的会话

安装

dsh plugin --profile web add github:SoyBeanMilkx/CompFlow

安装完成后重启 DSH

开发

npm run build
npm test

开发时也可以从本地目录安装到 DSH 的 web profile:

dsh plugin --profile web add /path/to/CompFlow

首次安装或 Host 端代码更新后,可能需要完全重启 DSH