AI Agent Hub
Back to plugins
🖥️

dsh-session-folders

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install Harzva/dsh-session-folders

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Harzva/dsh-session-folders inside DeepSeek Harness to install the plugin; the full source code is available at https://github.com/Harzva/dsh-session-folders

About this plugin

Once your DeepSeek Harness session list starts outgrowing a single flat scroll, managing parallel projects each living in their own working directory becomes painful. What you really want is for sessions to sort themselves by context.

dsh-session-folders layers a durable folder registry on top of DSH sessions. Sessions can be auto-filed by the current working directory or manually reassigned to any folder; removing a folder simply returns its members to the inbox without deleting any session or log. The folder path doubles as a natural key for a project-scoped memory namespace, so sessionId-to-folderPath mappings can drive .harvis/memory-style isolation. The plugin injects a settings page and a per-session move action additively, replacing no core slot.

Built for developers juggling multiple projects who want per-project memory isolation in DSH without touching the core workspace model. It is lightweight, self-contained, and every folder relationship survives restarts.

Use Cases

  • Auto-filing sessions by working directory across parallel projects
  • Isolating DSH memory per project via folder-path scoping
  • Reorganizing a growing session list without deleting any data
  • Preserving every session-to-folder mapping across restarts

Best For

  • Heavy DSH users juggling multiple projects in parallel
  • Developers who want per-project memory and context isolation
  • Users who prefer lightweight additive plugins over core model changes