From 0d8545ed6bc14600faf175a74a3540aec2bdc289 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sat, 5 Sep 2026 21:36:01 +0300 Subject: [PATCH] chore: update unreleased changelog --- changelog/unreleased.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog/unreleased.md b/changelog/unreleased.md index 88d09fd0..421ee10b 100644 --- a/changelog/unreleased.md +++ b/changelog/unreleased.md @@ -24,9 +24,12 @@ title: Reliable project actions ### Fixes - **Settings/Providers:** editing a custom provider keeps all of its model settings, and VS Code saves the protocol you chose (thanks to @hehuaiyu). +- Sessions: opening a session from a deleted worktree moves it back to the project (thanks to @yulia-ivashko). +- Sessions: restoring an archived session from a deleted worktree moves it back to the project (thanks to @mattv8 and @yulia-ivashko). +- Sidebar: a missing worktree stays visible with a warning until you remove it (thanks to @yulia-ivashko). +- Sessions: forks, side threads, and subagents keep working after their original chat is deleted (thanks to @yulia-ivashko). - Chat: huge patches in tool cards open without freezing the page (thanks to @karimodm). - Files: an open file stops flickering through reloads when nothing changed, and an edit made in another app shows up in place while your unsaved changes stay (thanks to @IbrahimKhan12). -- Sessions: restoring an archived session whose worktree was deleted puts it back into its project (thanks to @mattv8). - Chat: pressing Enter to confirm text on a Japanese, Chinese, or Korean keyboard no longer sends a comment by accident (thanks to @ChangeHow). - Chat: a queued slash command with attached context is delivered correctly, and the "Queued messages" card disappears after the last message goes out. - Goal Mode: when a reply is cut off by the length limit, the goal continues, and Resume gives it another try (thanks to @bashrusakh).