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 v0.2.85 Home All releases olderv0.2.84 v0.2.86newer
Claude Code v0.2.85

Improvements

Settings Management

  • New settings hierarchy: Settings can now be stored at different levels with clear visual indicators:
  • Local project settings: On this machine in [path]
  • Project settings: Checked in at .claude/settings.json
  • Settings persistence: New functions for reading and writing settings with proper JSON formatting and indentation.

Performance

  • Lazy initialization: Added lazy loading for certain operations using a new jx1 function that initializes components only when needed.

Developer Experience

  • Better cost display: The cost summary now handles cases where cost calculation might be unavailable, providing clearer feedback to users.

See this entry in the whole of v0.2.85 →