dsh-sessions-rm
Run the following command in DeepSeek Harness:
dsh plugin install Temoa/dsh-sessions-rm
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Temoa/dsh-sessions-rm in your DeepSeek Harness environment to install this plugin; the source is available at https://github.com/Temoa/dsh-sessions-rm, then restart the harness to activate it.
About this plugin
DeepSeek Harness sessions keep piling up over time, yet there is no built-in place to review or clean them up. dsh-sessions-rm adds a Session Management panel to the Settings page, giving you a single view of every historical session and a safe, auditable way to delete the ones you no longer need.
Deletion is deliberately guarded: a modal dialog requires you to type the exact phrase before the confirm button becomes clickable, protecting against accidental removal. Once confirmed, the plugin physically removes the entire session directory, including logs and owned artifacts, via Node fs. The operation is irreversible. Every delete request, whether it succeeds or fails, appends a JSON line to the audit log with the timestamp, session ID, title, result, and path or error message. Running sessions are automatically rejected so you never corrupt a live agent. The plugin is configuration-free, follows the system light/dark theme, and never replaces existing UI surfaces.
If you have accumulated a large number of DSH sessions and want to reclaim disk space while keeping a clear secondary-confirmation step and a traceable audit record, dsh-sessions-rm is a zero-config, drop-in solution that requires no further tuning.
Use Cases
- Free up disk space by selectively removing stale historical sessions
- Delete sessions with type-to-confirm guard and a persistent audit log
- Clean up unused sessions while running agents remain untouched
Best For
- DSH power users with a large backlog of historical sessions
- Teams or individuals who need an auditable deletion record
- Developers who prefer zero-config, drop-in maintenance tools
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.