chore(coding-agent): audit and update changelog entries since v0.69.0

This commit is contained in:
Mario Zechner
2026-04-24 00:59:08 +02:00
parent f2f03616ab
commit 55fbd9b286

View File

@@ -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.