From f5f6c7693c30bb0bce669a292f1cbf66a50e6c64 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 23 Sep 2025 23:48:04 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac4367e..bdc2283d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.0.123 + +- Bash permission rules now support output redirections when matching (e.g., `Bash(python:*)` matches `python script.py > output.txt`) +- Fixed thinking mode triggering on negation phrases like "don't think" +- Fixed rendering performance degradation during token streaming +- Added SlashCommand tool, which enables Claude to invoke your slash commands. https://docs.claude.com/en/docs/claude-code/slash-commands#SlashCommand-tool +- Enhanced BashTool environment snapshot logging +- Fixed a bug where resuming a conversation in headless mode would sometimes enable thinking unnecessarily +- Migrated --debug logging to a file, to enable easy tailing & filtering + ## 1.0.120 - Fix input lag during typing, especially noticeable with large prompts