Skip to main content

How to use dsh-resume-headless

DeepSeek Harness (dsh) bundle: headless one-shot session resume. `dsh --profile headless --resume <session-id> "task"` continues a persisted session (history and turn numbering carry on), prints and exits. Overrides the official headless runner via ctx.agents.resume(); install with `dsh plugin add github:EvieHe/dsh-resume-headless#v0.1.1`.

This article is auto-derived from indexed fields (wiki / faq / compatibility_json), not freshly AI-generated.

This article is derived from the plugin's already-indexed fields (wiki / faq / compatibility_json / readme), not freshly generated by AI. Source field is noted at the end of each section.

Quick start

DeepSeek Harness (dsh) bundle: headless one-shot session resume. dsh --profile headless --resume <session-id> "task" continues a persisted session (history and turn numbering carry on), prints and exits. Overrides the official headless runner via ctx.agents.resume(); install with dsh plugin add github:EvieHe/dsh-resume-headless#v0.1.1.

source: plugins.ai_summary

Install & verify

dsh plugin --profile web add github:EvieHe/dsh-resume-headless

Run the command above in your DSH Web Profile. Then enable the plugin in the plugin list.

source: plugins.install

Pitfalls

Review the upstream repo before installing. This guide is auto-derived from indexed fields and may lag the latest release. If anything contradicts the official docs, treat the upstream source as authoritative.

source: general rule