NEWSteuer is live — German freelancer tax filing for Claude Code
flykit.cc

dsh-claude-live

kaiomp on GitHubby kaiomp
DeepSeek Harness
DeepSeek Harness
Agents
Claude Code

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

  1. 01

    Live digest rows while the child runs — pushed, not polled

  2. 02

    One tool (claude_live), one child process, no registry or role library

  3. 03

    Works on the released harness (0.1.1-rc.2+) — no unreleased core needed

  4. 04

    Permission modes: readonly (plan), full, or Claude's own configuration

  5. 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