qiushi-dev/dsh-session-nexus

qiushi-dev★ 1TypeScript最后同步: 2026-08-21

在 GitHub 打开

Unofficial DeepSeek Harness plugin — sessions as addressable, first-class citizens: lifecycle controls + cross-session messaging. Companion to deepseek-harness#3640

README 摘要

dsh-session-nexus Unofficial community plugin for DeepSeek Harness. Not reviewed or endorsed by DeepSeek. 非官方社区插件,未经 DeepSeek 审查或背书。 One install, the whole session toolkit — working companion to the community session RFCs. 一次安装获得完整的会话工具套件:生命周期控制 + 跨会话消息。 Install / 安装 Commands / 命令 命令 功能 /resume 按 id 显式挂载冷会话(不发消息;从日志解析 preset) /unarchive best-effort 取消归档(注册表缓存限制见下) /rm-session --yes 降级两步删除(默认关闭, lifecycle.allowDelete: true 开启) /send-to wakeup 投递:成为目标的下一个 turn;冷会话自动 resume /notify quiet 投递:目标下一步的模型上下文,不唤醒 /address [地址] 输出会话的规范地址(URI + mention)供复制;无参数=当前会话 模型工具 ( mailbox.enableTool: true 默认开启): session send message (向其他会话投递消息)、 session overview (一次调用获取任意会话的标题/时间线/最近消息摘要——让"这个会话干了什么"这类问题一步得到答案,不再需要模型翻磁盘日志)。 地址格式 (按推荐顺序):composer @ 选择器产生的 @标题 mention、 dsh-session: URI、session id、 "含空格的标题" (直引号或「」)、裸标题(贪心匹配,仅活会话)。 With mailbox.enableTool: true (default) models get a session send message tool — an orchestrator session can drive other sessions. Presentation / 呈现 Wakeup mail shows as a clean chat bubble (just the message, Codex-like); sender attribution and the untrusted-content notice ride a separate collapsed context row the same turn claims ( mailbox.presentation: 'context' keeps everyth…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginsession-management

分类