DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Session Tools — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

@suqingsq/dsh-session-tools

Session Tools

DeepSeek Harness 的跨会话工具和 Web @session 提及功能。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @suqingsq/dsh-session-tools@0.2.0
README兼容性版本

兼容性与来源证明

Session Tools 以 @suqingsq/dsh-session-tools 发布,当前版本为 0.2.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.0stable
2026/8/18

相关插件

正在加载相关插件…

最新版
0.2.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
168.9 kB
文件数
52
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
23
最近提交
2026/8/18
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Memory Plugin@openviking/dsh-memory-plugin适用于 DeepSeek Harness 的 OpenViking 记忆与上下文套件Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。Reme@agentscope-ai/reme面向 TypeScript 代理的 ReMe 客户端和记忆集成

README

dsh-session-tools

English | 中文

Session tools for DeepSeek Harness. One package gives the model six session tools, and gives the Web composer @ session candidates that inject another session as sourced context.

Verified with @deepseek-ai/dsh@0.1.0-rc.6.

Tools

The tools run only on the current, running Root Agent driven by the Agent Loop. Subagents are rejected. Cross-session messages use source.kind = "session-relay" and are not disguised as direct user input.

ToolWhat it does
list_sessionsLists ordinary session metadata (id, title, cwd). It does not search message bodies. Subagent-owned sessions are excluded.
read_sessionAttaches a bounded, untrusted snapshot of another ordinary session to the current step. Tool calls, reasoning, internal context, and unfinished chunks are omitted.
create_sessionCreates a real persisted session and an idle Agent through the Host API. It inherits cwd and agent preset unless you override them. The new session is not prompted automatically.
rename_sessionRenames the current session or another ordinary session through the same business API as the Web UI.
fork_sessionForks an ordinary session at a completed turn boundary, inheriting cwd, model target, workspace, lineage, and title seed.
send_message_to_sessionQueues one follow-up turn on another ordinary session, waits for that session's current turn to finish, and returns delivery confirmation only.

@ session mentions

The Web composer @ menu gains a session group of ordinary sessions. The current session and subagent sessions are excluded. Sessions that share the current cwd are ranked first.

Picking a candidate inserts @[title](dsh-session:…). On agent/pre-step, the host parses those mentions, calls sessionReferenceResolver.prepare(), and places the untrusted snapshot ahead of this step's messages.

A human @ mention does not go through read_session approval. Typing @title as plain text does not inject; the draft must contain the markdown mention (or a pasted canonical dsh-session: URI). If read_session already attached the same sessionId in this step, the mention is not prepared again.

Session mention candidates

Configuration

These fields live on the session-tools Cordis row config:

FieldDefaultMeaning
approveReadtrueAsk before attaching another session's snapshot
approveCreatetrueAsk before creating a session
approveRenameCurrentfalseAsk before renaming the current session
approveRenameOthertrueAsk before renaming another session
approveForktrueAsk before forking
approveSendtrueAsk before relaying a message

Only allowed-once continues an approval request; any other answer fails closed.

Verification

The compatibility boundary and verification evidence are recorded in the design document. The current compatibility baseline is @deepseek-ai/dsh@0.1.0-rc.6.

License

MIT