From c1cd23641c6166fcac8aefe3760d7c9e15eb6565 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 8 Oct 2025 21:38:36 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aaf9b1b..0413771f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ - Reduced system prompt size by 1.4k tokens - IDE: Fixed keyboard shortcuts and focus issues for smoother interaction -- Fixed bash permission matching for commands with environment variables - Fixed Opus fallback rate limit errors appearing incorrectly - Fixed /add-dir command selecting wrong default tab +## 2.0.10 + +- Rewrote terminal renderer for buttery smooth UI +- Enable/disable MCP servers by @mentioning, or in /mcp +- Added tab completion for shell commands in bash mode +- PreToolUse hooks can now modify tool inputs +- Press Ctrl-G to edit your prompt in your system's configured text editor +- Fixes for bash permission checks with environment variables in the command + ## 2.0.9 - Fix regression where bash backgrounding stopped working