Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
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.
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
The /config command now has a /theme alias, providing quick access to theme settings directly:
# Both commands now open the config panel
/config
/theme
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Theme options in the config panel now display clearer, more user-friendly descriptions:
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
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
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
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.
What's wrong with this entry?
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
What's wrong with this entry?
Added support for specifying custom shells when executing bash commands, providing more flexibility for users with non-standard shell configurations.
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
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.
The system prompt was not captured for this release, so this page cannot say whether it moved.