AI Agent Hub
Back to plugins
🖥️

dsh-more-message-actions

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install suzuran520yyz/dsh-more-message-actions

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

Run dsh plugin install suzuran520yyz/dsh-more-message-actions in DeepSeek Harness; the full source is hosted at https://github.com/suzuran520yyz/dsh-more-message-actions. After installation, restart dsh web and refresh any open pages to activate the plugin.

About this plugin

The DeepSeek Harness message list is read-only: you cannot edit a prompt, retry an unsatisfying answer, or delete a stray message the way you can on the DeepSeek web UI or in ChatGPT. dsh-more-message-actions plugs that gap by injecting five action buttons—Edit, Edit & Retry, Retry, Advanced Retry, and Delete—into every message row, restoring the familiar chat-management workflow inside DeepSeek Harness.

Every action is an in-place, single-point rewrite; no conversation forks are created. Deleting an AI reply removes that turn's chain-of-thought and tool calls together while preserving the corresponding user prompt, and deleting a user message leaves its AI reply intact. Advanced Retry lets you type an extra instruction, truncate the old answer, and regenerate with the original prompt plus your new requirement, making it easy to steer the model in a different direction without losing context. Under the hood, a Host half rewrites the persisted log and resets coordinator cursors while a Browser half injects the buttons and maps DOM keys to persistent IDs.

If you use DeepSeek Harness regularly for prompt iteration, code debugging, or long-form writing and find yourself copy-pasting and manually re-sending messages, this plugin turns that repetition into a single click. Keep in mind it operates on internal engine structures, is blocked while a turn is running, cannot safely replay turns that contain image attachments, and you should verify backup files before working on important sessions.

Use Cases

  • Edit previously sent message text to refine a prompt inside DeepSeek Harness
  • Retry or use Advanced Retry with an extra instruction when an AI answer falls short
  • Delete unwanted messages to keep a session tidy without rebuilding the whole conversation

Best For

  • Developers who iterate prompts or debug code frequently in DeepSeek Harness
  • Users accustomed to web-style edit, retry, and delete operations
  • Workflow-minded users who prefer in-place retry without forking conversations