AI Agent Hub
Back to plugins
🖥️

dsh-session-sight

Client Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install Yidien/dsh-session-sight

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

Run dsh plugin install Yidien/dsh-session-sight in the DeepSeek Harness terminal; or fetch the source from https://github.com/Yidien/dsh-session-sight, mount it into your profile's node_modules directory, and register it under dsh.profile.bundles.

About this plugin

After weeks of using DeepSeek Harness, your sidebar is packed with dozens of sessions, and the temptation to delete on a gut feeling is strong — only to regret it later. dsh-session-sight turns "look before you leap" into a first-class plugin. Two entries at the bottom of the sidebar (Delete Sessions and Archived List) let you open a read-only preview panel for any row before acting: the last 20 messages between you and the assistant are rendered with full GFM Markdown support, including headings, tables, code blocks, and blockquotes. Hard deletion moves the session directory into the system Recycle Bin so you can always bring it back; archiving uses the official archiveSession API and adds only a hidden flag, preserving logs and placement so you can unarchive at any time. The plugin has zero external dependencies, does not patch official code, and mounts as a hot-pluggable bundle — dsh upgrades are unaffected, and the index rebuilds automatically after deletions without a restart.

Use Cases

  • Sidebar is overflowing with sessions and you want to verify content before deleting or keeping
  • Accidentally deleted a session and need to recover it from the system Recycle Bin
  • Archive and hide inactive sessions while keeping data intact for later restoration

Best For

  • Heavy DSH users whose sidebar has accumulated a large number of historical sessions
  • Data-sensitive users who require a confirmation step before any deletion
  • Users who prefer zero-dependency, non-invasive hot-pluggable plugin approaches