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.91 v0.2.93newer

Claude Code v0.2.92

9 entries read diff v0.2.91 → v0.2.92 Markdown
Find
Pick an entry · j / k steps through
10 entries

Changesopen

#

# Claude Code v0.2.92 Changelog

Related

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

OAuth Token Revocation Handling#

  • Added proper error handling for revoked OAuth tokens
  • When an OAuth token is revoked, users will now see the message: "OAuth token revoked · Please run /login"
  • This provides clearer guidance on how to resolve authentication issues

Related

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

Git Repository Detection#

  • Added two new helper functions for Git repository detection:
  • Repository check: Determines if the current directory is inside a Git repository
  • Repository root: Finds the root directory of the current Git repository
  • These functions improve Git-related operations by providing better context awareness

Local Claude Configuration Support#

  • Added support for CLAUDE.local.md files
  • This allows for project-specific Claude configuration that overrides global settings
  • The system can now generate and write local configuration files when needed

Command Execution Enhancement#

  • Modified the command execution function to accept an optional working directory parameter
  • Previously, the working directory was always set to the current directory
  • Now supports executing commands in specific directories, improving flexibility for Git operations and other directory-specific commands

Import Reorganization#

  • Streamlined imports by consolidating Node.js process and stream imports
  • Added proper path utilities import for file path operations
  • This improves code organization and reduces redundancy

Related

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

Error Handling#

  • Enhanced error handling to specifically catch OAuth token revocation (403 status)
  • Previously, OAuth errors might have been handled generically
  • Now provides specific, actionable error messages for authentication issues

Handling OAuth Token Revocation#

When your OAuth token is revoked, you'll see:

OAuth token revoked · Please run /login

Simply run the login command to re-authenticate:

claude login

Working with Git Repositories#

The new Git detection features work automatically in the background, but they enable Claude to:

  • Better understand when you're working in a Git repository
  • Find the repository root for operations that need it
  • Provide more context-aware Git-related suggestions

Local Configuration#

If you need project-specific Claude settings, a CLAUDE.local.md file can now be created in your project directory. This file will override global Claude settings for that specific project.

Verbatim
No official entry

Not individually listed upstream

v0.2.92 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.