DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-session-organizer

Session Organizer

DeepSeek Harness plugin: manage history sessions across projects — list, move (with memory log), and delete conversations. Provides list_sessions / move_session / delete_session model tools plus a web sidebar panel.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-session-organizer@1.0.0
READMECompatibilityVersions

Compatibility and provenance

Session Organizer is published as dsh-session-organizer and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

1.0.0stable
8/16/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
30.3 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
29
Last push
8/16/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
Session Organizer — DSH Plugin for DeepSeek Harness

Related plugins

More verified plugins in memory-context.

Memory Plugin@openviking/dsh-memory-pluginOpenViking memory and context bundle for DeepSeek HarnessWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Memsearch Dsh@zilliz/memsearch-dshMemSearch plugin for DeepSeek Harness: shared markdown memory across agents, with capture, pre-step context injection, memory-recall skill, and a skill-candidate review panel.Reme@agentscope-ai/remeReMe client and memory integrations for TypeScript agents

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.