What's wrong with this entry?
Anonymous. No account, no email.
The claude daemon subcommand has been reorganized with new operations:
- New
hubsubcommand for interactive daemon management (requires TTY) - New
listsubcommand for a flat view across all worker kinds - New
scheduled,assistant,remote-controlsubcommands for per-kind listing and mutation startandrestartsubcommands are now explicitly disabled with a clear message: "the daemon runs on demand and exits when the last client disconnects"stop --anycan now stop transient (non-service) daemons- Better status output including
pid,version,uptime,origin, andconfigpath - 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.