From 84d7b085394b687e1531784350a858918fa6f8ed Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 26 Nov 2025 23:57:28 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d26280e2..0e7fd3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.55 + +- Fixed proxy DNS resolution being forced on by default. Now opt-in via `CLAUDE_CODE_PROXY_RESOLVES_HOSTS=true` environment variable +- Fixed keyboard navigation becoming unresponsive when holding down arrow keys in memory location selector +- Improved AskUserQuestion tool to auto-submit single-select questions on the last question, eliminating the extra review screen for simple question flows +- Improved fuzzy matching for `@` file suggestions with faster, more accurate results + ## 2.0.54 - Hooks: Enable PermissionRequest hooks to process 'always allow' suggestions and apply permission updates