dsh-conversation-link
Peer communication between conversations in one DeepSeek Harness process: list the conversations the workspace shows, link one under a nickname, message it without waiting for its turn to end, read its progress without waking it, and declare rules for your own tool calls.
同一 DeepSeek Harness 进程内对话之间的对等通信:列出工作区里的对话、用昵称连接、发消息而不必等对方当前一轮结束、不唤醒对方地查看进度,并给自己声明工具调用规则。
How to install
dsh plugin add dsh-conversation-link About
dsh-conversation-link English | 中文 DeepSeek Harness 里,**对话与对话之间的通信、进度查看与常驻规则**。 **让对话像同事一样互相说话。** 同一个 dsh 进程里的对话可以互相发现、直接发消息、看对方进度、各自给自己立规矩——不用先连接,也不用套一层子代理。多对话协作、跨会话通信、进度查看与工具护栏,一个插件全包。 Harness 本来就把每个打开过的对话都留在同一个进程里,也允许任何插件寻址任意活跃 agent;但它对外只提供了「父会话 → 子代理」这一条跨会话路径。这个插件补上横向的那条:一个对话可以发现平级对话、给它们起名字连起来、双向收发消息、在不打扰对方的前提下看进度、自己开新的平级对话,并给自己声明常驻规则。 **这里没有角色。** 连接是**名字**,不是权限:没有任何机制让一个对话成为另一个对话的「上级」。唯一会执行的东西——规则——只约束**声明它的那个对话自己**。A 开 B/C/D/E 做功能,是因为 A 想找人干活并且记得住谁是谁,不是因为 A 是它们的监工。 **不需要先连接才能说话。** 给本工作区侧栏可见的任何一个对话发第一条消息,插件会在同一次调用里把它连上(默认用它的 handle 作昵称)再投递;之后按昵称或 handle 寻址。连接依然存在——它就是那条持久、可审计的关系记录——只是不再需…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-17
- Created
- 2026-09-12
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- agent-communication, conversation, conversation-link, cross-session, deepseek-harness, deepseek-harness-plugin, dsh-plugin, guardrails, multi-agent, multi-conversation, peer-messaging, supervision
Related plugins
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
Inline-edit and recall your own user messages in dsh web — lazily and seamlessly, with a version pager and per-session draft persistence.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-nested-followups
sluminositys/dsh-nested-followups
Keep branching from any completed answer at any depth while the main session stays untouched.
dsh-session-sync
PerryLink/dsh-session-sync
Cross-device session sync for DeepSeek Harness — syncs sessions and settings between machines through git.