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.0.56 Home All releases olderv2.0.55 v2.0.57newer
Claude Code v2.0.56

New /plan Command

What: View or edit your current session's plan file directly from the command line.

How to use:

# View the current plan
/plan

# Open plan file in your editor
/plan open

Details:

  • Shows plan content, file path, and editor name
  • Displays "No plan found for current session" if no plan exists
  • Evidence: Command definition Xj3 at line 495530-495591

See this entry in the whole of v2.0.56 →