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.119 Home All releases olderv2.1.118 v2.1.120newer
Claude Code v2.1.119

Interactive Daemon Hub (/daemon)

What

A new slash command providing a tabbed interactive UI for managing daemon services.

Usage
/daemon
Details
  • Scheduled tab: lists all scheduled tasks with cron expression, directory, prompt, enabled/disabled status, permission mode, model, and timeout. Supports enable/disable, edit, and remove actions
  • Remote Control tab: lists remote-control servers with directory, spawn mode, and running status
  • Assistants tab: shows assistant entries with options to restart, clear conversation history, and uninstall
  • New Scheduled Task form: accepts prompt, schedule (intervals like 5m, 2h, 1d or cron expressions with live human-readable preview), directory, auto-generated ID, permission mode, and model selection
  • New Remote Control Server form: accepts directory (with trust check), name, and spawn mode (same-dir or worktree)
  • New Assistant form: accepts directory, name, permission mode, and model
  • Service management buttons: Install, Uninstall, Start, Stop, Restart
Evidence

Daemon hub UI (search for "Claude Daemon", "New Scheduled Task", "New Remote Control Server")

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.119 →