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 releases Home olderv0.2.106 v0.2.108newer

Claude Code v0.2.107

8 entries read diff v0.2.106 → v0.2.107 Markdown
Find
Pick an entry · j / k steps through
6 entries

Changesopen

#

# Claude Code v0.2.107 Changelog

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Enhanced Project-Level Memory (CLAUDE.md)#

  • Automatic project context loading: Claude Code now automatically discovers and loads CLAUDE.md files from parent directories up to your home directory
  • Nested memory attachments: When working in subdirectories, Claude Code will now find and include all relevant CLAUDE.md files in the directory hierarchy
  • Usage: Simply place a CLAUDE.md file in your project root or any parent directory, and Claude Code will automatically use it for context when working in that project or its subdirectories

IDE Integration Improvements#

  • JetBrains IDE support: Added specific guidance for JetBrains IDE users
  • New prompt for plugin installation: When using a JetBrains IDE without the plugin installed, you'll now see:
  Please install the plugin and restart the IDE:
  https://plugins.jetbrains.com/plugin/27310
  • Conditional extension management: Extension installation prompts now only appear for supported IDEs (VS Code)

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Memory System Enhancements#

  • Added CX6 function for discovering CLAUDE.md files in parent directories
  • New Ha5 function handles nested memory attachment triggers
  • Improved vs function now properly tracks visited paths to prevent infinite recursion

Code Organization#

  • Refactored stream imports to use named imports (PassThrough from "stream")
  • Consolidated process imports to use named imports (cwd from "node:process")
  • Added new variable yU6 for improved code organization

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Database Warning Removal#

  • Removed the persistent database unavailability warnings
  • Removed the /doctor command prompt for database issues
  • Removed better-sqlite3 troubleshooting messages and links
  • These changes suggest that database functionality has been stabilized or reimplemented
1 entry

Under the Hoodopen

#

  • Function renaming: Several internal functions were renamed for consistency
  • Improved error handling in the nested memory attachment system
  • Better separation of concerns between VS Code and JetBrains IDE features

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.107. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • CLAUDE.md files can now import other files. Add @path/to/file.md to ./CLAUDE.md to load additional files on launch
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.