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.103 v0.2.105newer

Claude Code v0.2.104

14 entries read diff v0.2.103 → v0.2.104 Markdown
Find
Pick an entry · j / k steps through
10 entries

Changesopen

#

# Claude Code v0.2.104 Changelog

Related

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

Web Search Integration#

  • New /websearch command: Search the web directly from Claude Code
  • Domain filtering supported with --allowed-domains and --blocked-domains flags
  • Returns formatted search results with titles and URLs
  • Limited to 8 searches per conversation
  • Currently available in the US only
Example usage
  /websearch "latest React 19 features"
  /websearch "Python async best practices" --allowed-domains=python.org,realpython.com

Related

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

️ Enhanced IDE Integration#

  • New /ide command: Manage IDE connections and integrations
  • Connect to VS Code, Cursor, or other supported IDEs with Claude Code extensions
  • View connection status and available IDEs
  • Disconnect from current IDE
Example usage
  /ide  # Opens IDE selection interface

Database Status Monitoring#

  • Added database health checks to system diagnostics
  • Database availability now shown in status displays
  • Warning when database is unavailable (affects continue/resume features)

Token Usage Tracking#

  • Enhanced token counting with cache-aware metrics
  • Track cache read tokens separately
  • Track cache creation tokens
  • Better cost estimation with unknown model handling
  • Last interaction time tracking

Related

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

Authentication Improvements#

  • Improved token refresh mechanism with file locking
  • Prevents race conditions during concurrent refresh attempts
  • Automatic retry with exponential backoff
  • Better error handling for locked resources

Related

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

Memory Management#

  • New memory size warnings:
  • Warning threshold at 92% of limit (previously 95%)
  • Large file detection for memory items exceeding threshold
  • ULTRACLAUDE.md file size monitoring (warns if > 1000 chars)

️ System Status Display#

  • Enhanced startup diagnostics showing:
  • Working directory information
  • Memory usage with specific file warnings
  • IDE connection status
  • Database availability

Related

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

Dependencies#

  • Added graceful-fs for improved file system operations
  • Added proper-lockfile for concurrent access control
  • Added retry for robust operation retries
  • Added signal-exit for better process cleanup

Internal Improvements#

  • Better error handling for file system operations
  • Improved retry logic for transient failures
  • Enhanced process signal handling
  • More robust file locking mechanisms

Related

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

1 entry

Bug Fixesopen

#

  • Fixed duplicate comment issue in generated code
  • Improved handling of file system errors (EMFILE, ENFILE)
  • Better cleanup on process exit
  • Fixed race conditions in token refresh

Related

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

1 entry

Beta Featuresopen

#

  • Support for custom betas via ANTHROPIC_BETAS environment variable
  • Comma-separated list of beta feature flags
  • Example: ANTHROPIC_BETAS=feature1,feature2

Related

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

Verbatim
No official entry

Not individually listed upstream

v0.2.104 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

System prompt

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