FuWenLianggit/dsh-session-bridge

FuWenLianggit★ 0TypeScript最后同步: 2026-08-15

在 GitHub 打开

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 of any agent preset.

README 摘要

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): Or from a local 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 provenan…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类