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.90 Home All releases olderv0.2.89 v0.2.91newer
Claude Code v0.2.90

JetBrains IDE Integration Support

Claude Code now supports integration with JetBrains IDEs! This major addition enables users to connect Claude Code with popular JetBrains development environments.

Supported IDEs:

  • PyCharm
  • IntelliJ IDEA (Ultimate and Community)
  • WebStorm
  • PhpStorm
  • RubyMine
  • CLion
  • GoLand
  • Rider
  • DataGrip
  • AppCode
  • DataSpell
  • Aqua
  • Gateway
  • Fleet
  • Android Studio

How it works:

  • When ENABLE_IDE_INTEGRATION="true" is set, Claude Code can now detect and install the JetBrains plugin
  • The plugin (claude-code-jetbrains-plugin) is automatically deployed to the appropriate plugin directories
  • Claude Code intelligently detects existing installations and handles version management

Usage:

# Enable IDE integration
export ENABLE_IDE_INTEGRATION="true"
claude

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 v0.2.90 →