Release containing 1 fix, 1 change, and 4 other updates.
Total Changes
6
Days Since Previous Release
3
Version Type
Patch
Release Focus
Mixed
Category Breakdown
1
1
4
Changed (1)
Fixed (1)
Other (4)
Post-Release Edits Detected
2 added2 removed
Removed Changes
Updated prompt input undo to Ctrl+_ to avoid breaking existing Ctrl+U behavior, matching zsh's undo shortcut
Custom slash commands: Restored namespacing in command names based on subdirectories. For example, .claude/frontend/component.md is now /frontend:component, not /component.
•Fixed config file corruption issue by enforcing atomic writes
Changed1 change
•Updated prompt input undo to Ctrl+\_ to avoid breaking existing Ctrl+U behavior, matching zsh's undo shortcut
Other4 changes
•Redesigned Search (Grep) tool with new tool input parameters and features
•Disabled IDE diffs for notebook files, fixing "Timeout waiting after 1000ms" error
•Stop Hooks: Fixed transcript path after /clear and fixed triggering when loop ends with tool call
•Custom slash commands: Restored namespacing in command names based on subdirectories. For example, .claude/commands/frontend/component.md is now /frontend:component, not /component.