Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 4/5 agents 427 findings $12.75 so far

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 v1.0.114 Home All releases olderv1.0.113 v1.0.115newer
Claude Code v1.0.114

Smart Editor Detection

What: Intelligent editor selection that verifies editors are actually installed before attempting to use them.

How it works:

# Priority order: $VISUAL → $EDITOR → code → vi → nano
# Only selects editors that exist on the system
claude /memory

Details:

  • Uses which (Unix) or where (Windows) to check editor availability
  • Tries VS Code (code), then vi, then nano in order
  • Trims whitespace from environment variables to prevent issues
  • Throws clear error if no editor is available
  • Improves reliability when opening memory files
  • Evidence: If1() at line 404558, V95() at line 404550

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 v1.0.114 →