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.
.gitignore Support for LS Command#What's wrong with this entry?
The ls command now respects .gitignore patterns when listing files and directories. This provides a cleaner view of your project by automatically filtering out ignored files.
New parameter: The ls command now accepts an optional ignore parameter where you can provide an array of glob patterns to exclude from the listing.
Example usage:
# List files while respecting .gitignore
claude ls /path/to/directory
# List files with custom ignore patterns
claude ls /path/to/directory --ignore "*.tmp" "*.log"
What's wrong with this entry?
The command suggestion interface has been redesigned to be more responsive and informative:
What's wrong with this entry?
For users with Vim as their $EDITOR, Claude Code now displays a -- INSERT -- indicator when in insert mode, providing a familiar experience for Vim users.
What's wrong with this entry?
The tool comparison logic now supports custom inputsEqual methods for tools, allowing for more sophisticated comparison of tool inputs. This improves the accuracy of determining when tools need to be re-executed.
What's wrong with this entry?
The file editing logic has been refactored for better maintainability:
AY9)XY9 functionCu (formerly mN1) functionOther 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 token usage display component has been extracted into a reusable component (xR2), making the UI more modular and maintainable.
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?
Added changelog entry for v0.2.27 (currently empty, awaiting content).
What's wrong with this entry?
.gitignore parsingOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
v0.2.29 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.