dsh-claude-live
Run Claude Code as a subagent inside DeepSeek Harness, with its steps streaming live into the session view.
About
A DeepSeek Harness plugin that dispatches Claude Code headless as a subagent and pushes a throttled digest of its steps into the session UI while the run is still in flight. Uses the tool/code-dispatch event pair the released harness already understands, so sessions stay replayable in the web viewer.
Key features
- 01
Live digest rows while the child runs — pushed, not polled
- 02
One tool (claude_live), one child process, no registry or role library
- 03
Works on the released harness (0.1.1-rc.2+) — no unreleased core needed
- 04
Permission modes: readonly (plan), full, or Claude's own configuration
- 05
Hard timeout with process-group SIGTERM/SIGKILL; cancellation kills the child
Use cases
- — DeepSeek plans and orchestrates while Claude Code executes chunks, both visible in one session
- — Long refactors you want to watch instead of poll
- — Harness users who need replayable sessions in the web UI
