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.72 v0.2.74newer

Claude Code v0.2.73

13 entries read diff v0.2.72 → v0.2.73 Markdown
Find
Pick an entry · j / k steps through
7 entries

Changesopen

#

# Claude Code v0.2.73 Changelog

Related

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

Theme Command Alias#

The /config command now has a /theme alias, providing quick access to theme settings directly:

# Both commands now open the config panel
/config
/theme

Related

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

Improved Theme Descriptions#

Theme options in the config panel now display clearer, more user-friendly descriptions:

  • Light mode - Previously "Dark text"
  • Dark mode - Previously "Light text"
  • Light mode (colorblind-friendly) - Previously "Dark text (colorblind-friendly)"
  • Dark mode (colorblind-friendly) - Previously "Light text (colorblind-friendly)"
  • Light mode (ANSI colors only) - Previously "Dark text (ANSI colors only)"
  • Dark mode (ANSI colors only) - Previously "Light text (ANSI colors only)"

Related

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

IDE Extension Detection#

Claude Code now detects if you have the Anthropic MCP extension installed in supported IDEs (VS Code, Cursor, Windsurf). When detected, a status indicator appears showing:

✓ Found [IDE name] extension • /config

Related

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

TodoRead Tool Enhancement#

The TodoRead tool now has clearer usage instructions, explicitly stating that no parameters should be provided:

Usage:
- This tool takes in no parameters. So leave the input blank or empty. 
  DO NOT include a dummy object, placeholder string or a key like "input" or "empty". 
  LEAVE IT BLANK.

Better Pipe Handling in Bash Commands#

Improved handling of piped commands in bash shells. The system now properly redirects stdin only for the first command in a pipeline, preventing issues with commands like:

# This now works correctly
echo "test" | grep "test" | wc -l

Custom Shell Support#

Added support for specifying custom shells when executing bash commands, providing more flexibility for users with non-standard shell configurations.

1 entry

Technical Changesopen

#

  • Refactored extension detection to use synchronous execution with proper error handling
  • Improved bash command parsing for better pipe detection
  • Updated import statements for better module organization
  • Enhanced shell command execution with custom shell parameter support

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 potential issues with stdin redirection in piped commands
  • Improved error handling for IDE extension detection
  • Better handling of edge cases in shell command execution

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.73 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.