Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 4/5 agents 427 findings $12.75 so far

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.80 Home All releases olderv2.1.79 v2.1.81newer
Claude Code v2.1.80

/schedule Command (Remote Agent Triggers)

What

Schedule, update, list, or run remote Claude Code agents that execute on cron schedules in Anthropic's cloud infrastructure.

Usage
claude /schedule
claude /schedule "run tests every morning"
Details
  • Each trigger spawns a fully isolated remote session (CCR) with its own git checkout, tools, and optional MCP connections
  • Supports four operations: create, update, list, and run triggers via the /v1/code/triggers API
  • Can connect to GitHub repos (via the Claude GitHub App or token sync) and MCP connectors from claude.ai
  • Automatically creates environments if none exist
  • Includes git bundle uploading to seed remote sessions with your local code (including uncommitted changes)
  • Requires claude.ai authentication (API-only accounts are not supported)
  • Cron expressions are in UTC; the skill converts local times automatically
  • Cannot delete triggers from CLI — directs users to https://claude.ai/code/scheduled
Evidence

Schedule remote agents skill (search for "Schedule Remote Agents" and "/v1/code/triggers")

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