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 v1.0.55 Home All releases olderv1.0.54 v1.0.56newer
Claude Code v1.0.55

Refactored IDE Detection System

  • Centralized IDE configuration in new oc object containing all IDE metadata
  • New utility functions:
  • BBA(): Check if an IDE is VS Code-based
  • EV(): Check if an IDE is JetBrains-based
  • tc(): Detect running IDEs on the system
  • HV(): Get display name for an IDE
  • IBA(): Get current terminal IDE if applicable

See this entry in the whole of v1.0.55 →