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.10 Home All releases olderv2.1.9 v2.1.11newer
Claude Code v2.1.10

Push to Remote from Plan Mode

What

Send an implementation plan directly to a cloud-based Claude.ai session that will execute it autonomously.

Usage: When Claude presents a plan for approval, there's now an option to push the plan to a remote session instead of executing locally. This creates a new remote agent session on Claude.ai that will implement the plan in the cloud.

Details
  • Requires being logged in to Claude.ai (not Console)
  • Requires the Claude GitHub app to be installed on the repository
  • Validates prerequisites before attempting to create the remote session
  • Automatically handles uncommitted or unpushed changes via a git dialog
  • Creates a remote agent that appears in your session list with an r prefix (e.g., r123456)
Evidence

YA() at line 510466 (plan-to-remote handler, creates session with e2A() and tracks with tengu_plan_exit outcome "yes-push-to-remote")

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