Claude Code has received several updates addressing performance, stability, and user interface elements. These changes include new features and bug fixes, as detailed in the official changelog.
Key Points
- A startup warning was added for Bash allow rules with a wildcard before the subcommand.
- An Auto mode tab was added to
/permissionsfor managing auto mode classifier rules. - The turn's completion time now appears in the end-of-turn duration line.
- Fullscreen mode no longer shows a blank transcript after terminal resizing and jumping to the bottom.
- A severe transcript slowdown caused by very long single lines in diffs has been fixed, with such lines now rendering truncated.
- Erratic fullscreen scrolling when positioned at an earlier message has been corrected.
- Background sessions no longer fail to open after 45 seconds if the starting directory was deleted, the machine slept, or the host is slow.
- A crash on startup for Linux distributions shipping glibc 2.44 (e.g., Arch Linux, CachyOS, and Fedora Rawhide) has been fixed.
Context
According to the Claude Code changelog, these updates address various issues ranging from user interface behavior to core application stability. The fixes include specific scenarios that previously led to session failures or performance degradation, such as long base64 strings in diffs or conflicts during npm package re-installation.
Why It Matters
These updates improve the reliability and usability of Claude Code, reducing common frustrations related to performance and session management. Developers using the tool can expect a more stable environment, particularly on certain Linux distributions and when dealing with large code differences.
What To Do
- Review the updated behavior of Bash allow rules if using wildcards before subcommands.
- Explore the new Auto mode tab in
/permissionsto manage classifier rules. - Note the improved transcript rendering and scrolling behavior in fullscreen mode.
- Observe the stability improvements for background sessions and on specific Linux distributions.
