AI Agent Hub
Back to plugins
🖥️

dsh-session-plugin

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install Heeweelee/dsh-session-plugin

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

In DeepSeek Harness Desktop, find and install the plugin from Settings > Plugins marketplace, or run dsh plugin install Heeweelee/dsh-session-plugin; the source is hosted at https://github.com/Heeweelee/dsh-session-plugin. Restart DSH after installation to activate it.

About this plugin

DSH Desktop has two everyday friction points the official product does not address well: quickly reusing a previous prompt mid-typing, and permanently removing stale sessions from the workspace list, since DSH only exposes an archive (hide) API rather than a true delete.

The plugin ships two core capabilities. Input-history recall: focus the input box and press Up to pull in your last user message, keep pressing Up or Down to navigate, open the searchable list via the dropdown in the title bar, click to refill, or dismiss a single entry with a cross. Permanent session deletion: right-click a session in the left list, confirm once more, and the local log file is removed at the filesystem level with no recovery; sessions actively generating or running background jobs return a 409 refusal, while idle sessions vanish from the list immediately.

Best for heavy DSH Desktop users who accumulate many sessions and frequently reuse earlier prompts. The plugin has zero runtime npm dependencies, takes effect after one restart, and uninstalling it leaves existing data intact.

Use Cases

  • Reuse a previous prompt mid-typing by pressing the Up arrow
  • Permanently remove stale sessions from an ever-growing workspace list
  • Recycle earlier messages across multi-turn conversations without losing the current draft

Best For

  • Heavy DSH Desktop users juggling many sessions daily
  • Developers who frequently reuse earlier prompts and want to minimize retyping
  • Users who value local data hygiene and need true deletion of session records