AI Agent Hub
Back to plugins
🖥️

dsh-plugin-archived-conversations

Client Updated 2026.09.05

Run the following command in DeepSeek Harness:

dsh plugin install leogottadothebest/dsh-plugin-archived-conversations

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

Run dsh plugin install leogottadothebest/dsh-plugin-archived-conversations to install this plugin, then restart DeepSeek Harness and access it from Settings; source code at https://github.com/leogottadothebest/dsh-plugin-archived-conversations

About this plugin

Once a conversation is archived, it vanishes from the sidebar, yet DeepSeek Harness offers no native settings page to retrieve or permanently remove it. dsh-plugin-archived-conversations adds an archived conversations page under Settings where every archived session is listed in reverse-chronological order with its title, workspace path, and last activity time.

Key actions include unarchive—restoring a conversation back to the sidebar instantly while preserving workspace bookkeeping; delete—permanently purging the session, on-disk log, workspace record, and archive entry behind a double-confirmation prompt (bad rows that fail to load can still be removed, a self-healing touch); and a one-click unarchive-all batch restore. The page stays in real-time two-way sync with the sidebar, is fully bilingual, and adapts to light and dark themes. A complete archivedSessions remote API (list, archive, unarchive, deleteSession) with strict zod wire codecs is also exposed to the host for further integration.

Built for anyone who frequently archives conversations in DeepSeek Harness and wants a single unified entry point to bulk-restore or permanently clean up historical sessions—especially power users with a large backlog of archived work who need periodic workspace housekeeping.

Use Cases

  • Bulk-restore early archived conversations
  • Permanently purge unneeded archived sessions and disk logs
  • Review all archived records in one place under Settings

Best For

  • Power users who archive conversations frequently
  • Developers who need periodic workspace cleanup
  • Advanced users looking to extend the Settings UI