AI Agent Hub
Back to plugins
🧩

dsh-command-delete

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install wang122818/dsh-command-delete

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

Run dsh plugin install wang122818/dsh-command-delete in your terminal to install the plugin; full source repo: https://github.com/wang122818/dsh-command-delete

About this plugin

Over time, the DSH workspace registry can accumulate stale project entries that are no longer needed, and persisted session logs keep piling up with no automatic cleanup. dsh-command-delete fills that gap by adding dedicated delete commands for both project registrations and persisted sessions.

The plugin separates two levels of deletion clearly. Deleting a project removes only the DSH workspace registry entry; the underlying directory and all session logs stay on disk. Deleting a session permanently removes the persisted JSONL session directory, but it will refuse to act on any session still owned by a live Agent. In the Web UI, a trash icon in the sidebar footer opens a management panel that lists projects and sessions side by side, and every destructive action is gated behind a confirmation dialog.

This plugin is aimed at long-term DSH power users and administrators who need a safe, deliberate way to prune their workspace registry and clear out old session logs without touching live work.

Use Cases

  • Prune stale DSH workspace registrations
  • Permanently remove archived persisted session logs
  • Quickly browse and manage projects and sessions via the Web panel

Best For

  • Long-term DSH power users
  • Sysadmins who need periodic registry cleanup
  • Users who prefer confirmation-gated destructive actions