AI Agent Hub
Back to plugins
🖥️

dsh-session-archive

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install OpenSaozi/dsh-session-archive

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

Run dsh plugin install OpenSaozi/dsh-session-archive in your terminal to install this plugin; the source repository is available at https://github.com/OpenSaozi/dsh-session-archive

About this plugin

When your sidebar is packed with dozens of conversations and hunting down a session from last week means scrolling through a wall of titles, the workspace gets noisy fast. dsh-session-archive adds a one-click Archive action to the session menu, sweeping inactive threads into a compact disclosure at the bottom of the sidebar while keeping the active list clean.

Under the hood it follows a strict slot-injection pattern: the plugin mounts through the sidebar.workspaces.archive child slot and unmounts without leaving any stray DOM or UI artifacts. Archiving is purely a view-level hide; the underlying transcript logs and workspace records are untouched, so you can expand the archive disclosure, open any conversation, and pick up where you left off. No system prompts, tool schemas, or provider fields are injected into model requests, keeping token and KV-cache impact at zero.

It is built for power users juggling many concurrent sessions who want the main workspace reserved for active work while preserving full historical context. One caveat: the archive disclosure is focused on viewing and restoring; in-place session renaming within the list is not yet available.

Use Cases

  • Sweep inactive sessions out of a crowded sidebar in one click
  • Reopen and continue archived conversations from the sidebar disclosure
  • Unmount the plugin without leaving any stray UI artifacts

Best For

  • Power users juggling many concurrent sessions
  • Users who want the main workspace reserved for active work
  • Users who need full transcript history preserved