Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.120 Home All releases olderv2.1.119 v2.1.121newer
Claude Code v2.1.120

Daemon CLI Enhancements

The claude daemon subcommand has been reorganized with new operations:

  • New hub subcommand for interactive daemon management (requires TTY)
  • New list subcommand for a flat view across all worker kinds
  • New scheduled, assistant, remote-control subcommands for per-kind listing and mutation
  • start and restart subcommands are now explicitly disabled with a clear message: "the daemon runs on demand and exits when the last client disconnects"
  • stop --any can now stop transient (non-service) daemons
  • Better status output including pid, version, uptime, origin, and config path
  • Auto-uninstalls stale service files from previous Claude Code versions
Evidence

Help text registered as "Usage: claude daemon [subcommand] [options]..." — search for that string

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.120 →