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.54 Home All releases olderv2.0.53 v2.0.55newer
Claude Code v2.0.54

Plan Mode Data Handling Refactored

What: Plan injection/stripping moved from inline code to dedicated helper functions for cleaner architecture.

Details:

  • O_2() at line 403698: Adds plan content to ExitPlanMode tool input
  • R_2() at line 403754: Strips plan field from tool outputs in conversation history
  • Improves code maintainability and separation of concerns
  • Evidence: See lines referenced above, formerly inline at v2.0.53:404788-404791

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.0.54 →