Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 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.110 Home All releases olderv2.1.109 v2.1.111newer
Claude Code v2.1.110

Remote Workflow Commands (/autopilot, /bugfix, /dashboard, /docs, /investigate)

What

Five new slash commands that spawn remote Claude Code sessions pre-configured for specific workflows. Each runs headlessly on Anthropic's infrastructure.

Usage
/autopilot <task description>    # General-purpose autonomous agent
/bugfix <bug description>        # Reproduce, root-cause, fix, and regression-test a bug
/dashboard <data sources>        # Design and build a dashboard
/docs <feature area>             # Discover a feature surface and write/update docs
/investigate <incident details>  # Root-cause an incident and produce a fix report
Details
  • These extend the existing remote session system (previously only /autofix-pr existed)
  • Requires the allow_remote_sessions organizational policy to be enabled
  • Before spawning, the CLI checks for unpushed local commits and warns: "you have unpushed local commits. The remote session clones from GitHub, so they would not be included."
  • If the current branch has no upstream, you'll be prompted to git push -u origin HEAD first
Evidence

Remote workflow definitions (search for "Spawn a remote session that reproduces" and "Spawn a remote Claude Code session that runs the autopilot")

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