DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

dsh-session-organizer

Session Organizer

DeepSeek Harness 插件:跨项目管理历史会话——列出、移动(包含 memory log)和删除对话。提供 list_sessions / move_session / delete_session 模型工具,以及 Web 侧边栏面板。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-session-organizer@1.0.0
README兼容性版本

兼容性与来源证明

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

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

版本

1.0.0stable
2026/8/16

相关插件

正在加载相关插件…

最新版
1.0.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
30.3 kB
文件数
7
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
29
最近提交
2026/8/16
查看源码 ↗项目主页 ↗
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-organizer

DeepSeek Harness (DSH) plugin: manage history sessions across projects — list, move (together with its memory log), and delete conversations. Ships model tools plus a web panel.

GitHub · npm

Features

  • Model tools (chat commands):
    • list_sessions — list every history session (title, id, project, whether currently running).
    • move_session(session_id, target_project) — relocate a finished session + its memory log to another project.
    • delete_session(session_id) — permanently delete a session and its memory log (backed up first).
  • Web panel: a "💬 Sessions" button in the input bar → lists sessions (with their Chinese titles) → click Move to… / Delete (executed directly, not delegated to the assistant).

Install

dsh plugin add dsh-session-organizer

or add it to your profile's bundles + dependencies with a file: dependency.

Usage

  1. Open the "💬 Sessions" panel from the input bar, or ask the assistant to run list_sessions.
  2. Delete: pick a finished session → "Delete" → confirm. It removes the conversation + its memory log (a backup is written to ~/.dsh/session-backups/ first).
  3. Move: pick a finished session → "Move to…" → choose the target project. The conversation + memory log are relocated to that project folder.
  4. Restart DSH afterwards so the sidebar and indexes fully refresh.

How it works

  • Moving rewrites the session log header's cwd to the target project path, relocates the .zstd log to the new project directory, and updates the workspace registry.
  • Deleting removes the session directory, detaches it from the workspace registry, and clears its projection-cache record so it does not linger as "Ungrouped".
  • Only finished sessions can be moved/deleted; a session with an active turn (currently running) is refused.

Caveats

  • Moving relocates only the conversation + memory log; ordinary files in the old project folder stay put.
  • Deleting is irreversible (aside from the pre-delete backup).

License

MIT. See NOTICE.