← Claude Code changelog
Claude Code 2.1.10
Added
- Added new `Setup` hook event that can be triggered via `--init`, `--init-only`, or `--maintenance` CLI flags for repository setup and maintenance operations
- Added keyboard shortcut 'c' to copy OAuth URL when browser doesn't open automatically during login
- Added install count display to plugin listings
- Added trust warning when installing plugins
Improved
- Improved startup to capture keystrokes typed before the REPL is fully ready
- Improved file suggestions to show as removable attachments instead of inserting text when accepted
Fixed
- Fixed a crash when running bash commands containing heredocs with JavaScript template literals like `${index + 1}`