diff --git a/CHANGELOG.md b/CHANGELOG.md index 343716d10..c8490d0ac 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)