From a705bca81c263605160c44dd3b556b01ac66f390 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 8 Jul 2025 23:08:40 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b03340eb..5e505273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.45 + +- Redesigned Search (Grep) tool with new tool input parameters and features +- Disabled IDE diffs for notebook files, fixing "Timeout waiting after 1000ms" error +- Fixed config file corruption issue by enforcing atomic writes +- Updated prompt input undo to Ctrl+_ to avoid breaking existing Ctrl+U behavior, matching zsh's undo shortcut +- 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/frontend/component.md is now /frontend:component, not /component. + ## 1.0.44 - New /export command lets you quickly export a conversation for sharing