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.43 Home All releases olderv2.0.42 v2.0.44newer
Claude Code v2.0.43

Plan Mode Infrastructure

What: New persistent plan file storage system for task planning workflows, allowing Claude Code to save, retrieve, and track acceptance of execution plans.

Details:

  • eO() retrieves the plans directory path
  • pm() generates plan file paths for specific agents
  • sx() reads plan file contents
  • BnA() checks if a plan has been accepted
  • INQ() and Zy6() manage plan file creation and updates
  • WNQ() and ETQ() handle tool name overrides in plan context
  • Plan files persist across sessions for continuity
  • Evidence: eO(), pm(), sx(), BnA(), INQ(), Zy6() functions added for plan file management

See this entry in the whole of v2.0.43 →