dsh-session-bridge
Manifest validSession-level multi-thread orchestration for DeepSeek Harness: create ordinary sessions, send queued or interrupt prompts to any session by id, and enumerate sessions. Installs globally, independent o
dsh-session-bridge
Session-level multi-thread orchestration for DeepSeek Harness. Installs as a bundle in the web profile and registers globally — every session can use the tools regardless of agent preset.
Tools
| Tool | Purpose |
|---|---|
| session_create | Create an ordinary session in the caller's workspace (optional initial prompt); returns the session id. The child binds to the caller's standing composition via composeFrom — never re-mounts another preset. |
| session_send | Deliver a prompt to any ordinary session by id. queue = next-turn FIFO (busy targets finish their turn first); interrupt = insert at the next step boundary. Cold sessions resume automatically. Subagent sessions are refused. |
| session_list | Enumerate ordinary sessions (id, title, cwd, running); optional workspace filter. |
Install
From the Git repository (recommended):
dsh plugin --profile web add https://github.com/FuWenLianggit/dsh-session-bridge
Or from a local checkout:
dsh plugin --profile web add <path-to-this-checkout>
Restart dsh web and hard-refresh the browser. Uninstall with
dsh plugin --profile web remove dsh-session-bridge.
Notes
- Send/creation use the harness's built-in session/agent services; the plugin only wraps them into model-facing tools.
- Cross-session messages are recorded with
source: { kind: 'plugin', plugin: 'session-bridge' }for provenance. - Only ordinary sessions are addressable; subagent-owned sessions keep the subagent routing fence.
Similar plugins
by heartmove
DSH 插件,让当前代理直接从提示词驱动其它真实 DSH 会话——创建/发送/等待回复/读取/恢复/跨工作区查找会话,并支持监控调度主任务与归档会话。A DSH plugin that lets the agent drive other real DSH sessions straight from a prompt — create, send, wait, read, resume, an
★ 0
↓ 474/wk
TypeScript
Sep 10, 2026
dsh plugin --profile web add dsh-session-bridgeby jinhuang712
Link and read DSH sessions: one-click @session-id reference, an @ mention menu by title, and a session_read tool that projects any session to readable text. DeepSeek Harness plugin.
★ 0
MIT
JavaScript
Aug 16, 2026
dsh plugin --profile web add dsh-session-linkby Asaiuta
Aggregate and natively control multiple remote DeepSeek Harness (DSH) servers' sessions from one official Web UI — hub gateway + official-UI bridge. 多服务器 DSH 会话聚合与原生操控
★ 4
↓ 111/wk
MIT
JavaScript
Aug 15, 2026
dsh plugin --profile web add dsh-session-hubby xingyingyuzhui
Session row menu extras for DeepSeek Harness: pin sessions, copy session id, export structured Markdown, and permanently delete sessions.
★ 4
MIT
JavaScript
Sep 10, 2026
dsh plugin --profile web add dsh-session-actionsby Totoro-qaq
DeepSeek Harness plugin for previewable cross-preset session migration. Fixed-schema handoffs preserve state, source-model intent, and unresolved images; the original session stays untouched.
★ 164
MIT
JavaScript
Sep 10, 2026
dsh plugin --profile web add dsh-plugin-bridgeby baixianger
Same-process session-to-session messaging plugin for DeepSeek Harness
★ 3
↓ 467/wk
MIT
JavaScript
Sep 14, 2026
dsh plugin --profile web add dsh-bridge