From 55fbd9b286452fd69a98f549a6ee03797a1fc82a Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 24 Apr 2026 00:59:08 +0200 Subject: [PATCH] chore(coding-agent): audit and update changelog entries since v0.69.0 --- packages/coding-agent/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 344813b3..9c145ef6 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -26,6 +26,8 @@ ### Fixed +- Fixed `/model` selector cancellation to request render instead of incorrectly triggering login selector. +- Changed login, OAuth, and extension selectors for more consistent styling. - Added Amazon Bedrock setup guidance to `/login` and updated `/model` copy to refer to configured providers instead of only API keys. - Improved no-model and missing-auth warnings to point users to `/login` for OAuth or API key setup. - Fixed `/quit` shutdown ordering to stop the TUI before extension UI teardown can repaint, preserving the final rendered frame while still emitting `session_shutdown` before process exit.