From 4392352687b2c86d09937daba71ca278f80a9089 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 16 Dec 2025 22:06:07 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343716d..c8490d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.0.71 + +- Added /config toggle to enable/disable prompt suggestions +- Added `/settings` as an alias for the `/config` command +- Fixed @ file reference suggestions incorrectly triggering when cursor is in the middle of a path +- Fixed MCP servers from `.mcp.json` not loading when using `--dangerously-skip-permissions` +- Fixed permission rules incorrectly rejecting valid bash commands containing shell glob patterns (e.g., `ls *.txt`, `for f in *.png`) +- Bedrock: Environment variable `ANTHROPIC_BEDROCK_BASE_URL` is now respected for token counting and inference profile listing +- New syntax highlighting engine for native build + ## 2.0.70 - Added Enter key to accept and submit prompt suggestions immediately (tab still accepts for editing)