Back
AI summary
Written by AI from the official notes. Check them for exact details.Claude Code 2.0.73 introduces new features for image handling, session management, and improved user interface elements.
- Clickable links for attached images open in default viewer
- Alt-y yank-pop cycles through kill ring history
- Search filtering added to plugin discover screen
- Support for custom session IDs when forking sessions
- Improved theme picker UI and functionality
Why it matters: Users who utilize Claude for coding and session management will benefit from enhanced usability and functionality.
Full release notes9 changes
What's changed
- Added clickable
[Image #N]links that open attached images in the default viewer - Added alt-y yank-pop to cycle through kill ring history after ctrl-y yank
- Added search filtering to the plugin discover screen (type to filter by name, description, or marketplace)
- Added support for custom session IDs when forking sessions with
--session-idcombined with--resumeor--continueand--fork-session - Fixed slow input history cycling and race condition that could overwrite text after message submission
- Improved
/themecommand to open theme picker directly - Improved theme picker UI
- Improved search UX across resume session, permissions, and plugins screens with a unified SearchBox component
- [VSCode] Added tab icon badges showing pending permissions (blue) and unread completions (orange)