dsh-session-tools
Gives the agent four session tools: start a new session, send a message into another one, list sessions with their state, and wait for another session's turn to finish so its answer can be read back.
给 AI 四个会话工具:新建会话、给别的会话发消息、列出会话及其状态,以及等另一个会话这一轮跑完并把它的回答取回来。
How to install
dsh plugin add @ryuu-64/dsh-session-tools About
dsh-session-tools 让对话里的 AI 能**新建会话**、**给别的会话发消息**、**看看有哪些会话**,以及**等别的会话干完活**。 四个工具,session_create、session_send、list_sessions、session_wait。新会话会出现在左侧会话列表里,和手动新建的完全一样;想让它归到某个工作区下面也可以。 典型用法:你说"帮我开一个会话去查一下这件事"——AI 直接建好,不用你自己新建再复制粘贴。或者你已经有一个会话在跑,说"等它弄完把结果告诉我",AI 把活派过去,等它做完了再回来接着讲。 session_create:新建会话 | 参数 | 是否必填 | 说明 | |---|---|---| | prompt | 必填 | 新会话要做的第一件事。**新会话看不到当前这个会话**,所以要把背景写全。 | | workspacePath | 可选 | 工作区的完整路径。填了,新会话就归到这个工作区下面;不填就是未分组。 | | title | 可选 | 会话标题。不填就和手动新建一样,由第一句话自动生成。 | | wait | 可选 | 默认不等。只有一种情况需要等:你要在新建的那个会话跑完第一轮之后才继续。 | 做完返回新会话的名字和 id,你在左侧列表里就能看到它。如果中途失败,会把建了一半的东西清理掉,不留垃圾。 sess…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- 255
- Last push
- 2026-09-23
- Created
- 2026-09-20
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- agent-tools, deepseek-harness, dsh, dsh-category-session, dsh-plugin, sessions
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.