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.28 Home All releases olderv2.0.27 v2.0.29newer
Claude Code v2.0.28

Session Initialization with Current Working Directory

What: Session state now initializes with the actual current working directory instead of placeholder values.

Details:

  • Calls Uo2() (likely process.cwd()) to get actual working directory
  • Normalizes the path using zo2()
  • Sets both originalCwd and cwd to the correct value at session start
  • Evidence: Modified function wo2() at line 3444 (was Yo2() in v2.0.27); uses zo2(Uo2()) at line 3446

See this entry in the whole of v2.0.28 →