dsh-call-session
面向 DeepSeek Harness 的进程内跨会话通信、对等会话创建与公共黑板插件。
In-process cross-session communication, peer session creation, and shared blackboard for DeepSeek Harness.
怎么安装
dsh plugin add dsh-call-session 简介
In-process cross-session communication and workspace shared blackboard for DeepSeek Harness (DSH) English | <a href="README_ZH.md">简体中文</a> --- Overview DeepSeek Harness sessions are isolated by default, and child tasks exit upon completion. dsh-call-session adds in-process cross-session communication, peer session creation, and shared blackboard capabilities: Inter-session unicast: send directives or hand off tasks between independent long-running sessions. Shared blackboard: publish bulky artifacts to a shared board for on-demand retrieval, avoiding context bloat. Visual canvas: observe sess…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- 319
- 最近更新
- 2026-09-23
- 创建于
- 2026-09-04
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
在 dsh web 中内联编辑与撤回自己的消息——惰性、无痕,带版本翻页器与会话级草稿持久化。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。
dsh-nested-followups
sluminositys/dsh-nested-followups
从任意层级的已完成回答持续创建隔离分支,主会话始终不受影响。
dsh-session-sync
PerryLink/dsh-session-sync
DeepSeek Harness 的跨设备会话同步:经 git 在多机之间同步会话与设置。