diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 2f529cb1..3fd8d5c9 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,6 +1,7 @@ ## [Unreleased] -- No notable changes. +- Chat: a new Follow-up behavior setting controls what happens when you press Enter on a message while the agent is still responding — Steer inserts it into the agent's current turn, or Queue holds it until the turn finishes. Replaces the previous queue-mode toggle (thanks to @bashrusakh). +- Sync: a connected but quiet session (for example an agent running a long tool call) no longer triggers repeated background refreshes every ~15 seconds (thanks to @tomzx). ## [1.13.7] - 2026-06-28