AI Agent Hub
Back to plugins
🧩

dsh-resume-plugin

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Demogorgon314/dsh-resume-plugin

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

Clone from the source repository at https://github.com/Demogorgon314/dsh-resume-plugin, then run dsh plugin install Demogorgon314/dsh-resume-plugin to install the plugin into your current DeepSeek Harness profile.

About this plugin

If you regularly split your workflow between Codex, Claude Code, and DeepSeek Harness, you know the gap: after a productive sprint in an external agent, pulling that context back into DSH usually means manual copy-paste or filling gaps from memory. dsh-resume-plugin compresses that ritual into a single command. It reads the external session transcript as untrusted static history, distills a concise handoff summary, verifies the current repository state, and resumes work directly inside the active DSH session—without spawning Codex or Claude Code or re-delegating tasks back to them.

The plugin ships two built-in skills, /resume-codex and /resume-claude, and lets you target the most recent session, a specific session ID, a rollout or transcript file path, or a title keyword. If a keyword matches multiple sessions, it lists candidates and asks you to choose rather than guessing. A shared reader strips system/developer messages and reasoning/thinking content, explicitly labels all recovered material as untrusted static history, caps tool-output text lengths, and reports malformed or unknown records so external content cannot silently pollute the live toolchain.

It is built for developers who routinely switch between multiple AI coding tools—using Codex or Claude Code for focused sub-tasks while returning to DeepSeek Harness as their primary workbench—and want the handoff to take one line instead of a wall of pasted text.

Use Cases

  • Resume a Codex sub-task in DSH with a single command and continue development seamlessly
  • Bring a Claude Code transcript summary into a DSH session to pick up follow-up work
  • Recover an external Agent work state from a historical rollout path and verify repo status

Best For

  • Multi-tool developers who switch between Codex, Claude Code, and DSH daily
  • Engineers who want seamless handoff between external Agent sub-tasks and DSH as the primary workbench
  • Teams that treat external session content as untrusted and guard against prompt pollution