DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-session-bridge

F

dsh-session-bridge

Manifest valid

Session-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

hasBundlePatch

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

dsh-session-bridge

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

Sessions & MessagesManifest valid

0

474/wk

TypeScript

Sep 10, 2026

dsh plugin --profile web add dsh-session-bridge

by 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.

Manifest valid

0

MIT

JavaScript

Aug 16, 2026

dsh plugin --profile web add dsh-session-link

by Asaiuta

Aggregate and natively control multiple remote DeepSeek Harness (DSH) servers' sessions from one official Web UI — hub gateway + official-UI bridge. 多服务器 DSH 会话聚合与原生操控

Manifest valid

4

111/wk

MIT

JavaScript

Aug 15, 2026

dsh plugin --profile web add dsh-session-hub

by xingyingyuzhui

Session row menu extras for DeepSeek Harness: pin sessions, copy session id, export structured Markdown, and permanently delete sessions.

Sessions & MessagesManifest valid

4

MIT

JavaScript

Sep 10, 2026

dsh plugin --profile web add dsh-session-actions

by 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.

Tools & CapabilitiesSessions & MessagesManifest valid

164

MIT

JavaScript

Sep 10, 2026

dsh plugin --profile web add dsh-plugin-bridge

by baixianger

Same-process session-to-session messaging plugin for DeepSeek Harness

Sessions & MessagesManifest valid

3

467/wk

MIT

JavaScript

Sep 14, 2026

dsh plugin --profile web add dsh-bridge