From 923d72749265a208dec86247651b8df31fc92477 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 17 Jan 2026 01:38:55 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76352066..a7007c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 2.1.11 + +- Fixed excessive MCP connection requests for HTTP/SSE transports + +## 2.1.10 + +- Added new `Setup` hook event that can be triggered via `--init`, `--init-only`, or `--maintenance` CLI flags for repository setup and maintenance operations +- Added keyboard shortcut 'c' to copy OAuth URL when browser doesn't open automatically during login +- Fixed a crash when running bash commands containing heredocs with JavaScript template literals like `${index + 1}` +- Improved startup to capture keystrokes typed before the REPL is fully ready +- Improved file suggestions to show as removable attachments instead of inserting text when accepted +- [VSCode] Added install count display to plugin listings +- [VSCode] Added trust warning when installing plugins + ## 2.1.9 - Added `auto:N` syntax for configuring the MCP tool search auto-enable threshold, where N is the context window percentage (0-100)