From 0d996a7c346e2f3aca34e3488e49f1da537d7811 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 19 Feb 2026 23:55:04 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f259945f..a6a92ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 2.1.49 +- Added `--worktree` (`-w`) flag to start Claude in an isolated git worktree +- Subagents support `isolation: "worktree"` for working in a temporary git worktree +- Added Ctrl+F keybinding to kill background agents (two-press confirmation) +- Agent definitions support `background: true` to always run as a background task +- Plugins can ship `settings.json` for default configuration +- Fixed file-not-found errors to suggest corrected paths when the model drops the repo folder - Fixed Ctrl+C and ESC being silently ignored when background agents are running and the main thread is idle. Pressing twice within 3 seconds now kills all background agents. - Fixed prompt suggestion cache regression that reduced cache hit rates. - Fixed `plugin enable` and `plugin disable` to auto-detect the correct scope when `--scope` is not specified, instead of always defaulting to user scope