From 7a05427a4b02a0b0bc6ab671d89a75adf90d7f1c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 5 Nov 2025 21:07:53 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 835fb0d..355a6d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.34 + +- VSCode Extension: Added setting to configure the initial permission mode for new conversations +- Improved file path suggestion performance with native Rust-based fuzzy finder +- Fixed infinite token refresh loop that caused MCP servers with OAuth (e.g., Slack) to hang during connection +- Fixed memory crash when reading or writing large files (especially base64-encoded images) + ## 2.0.33 - Native binary installs now launch quicker.