docs(coding-agent): add claude sonnet 4.6 changelog note

This commit is contained in:
Mario Zechner 2026-02-17 20:01:32 +01:00
parent b9a2b6cc5f
commit 6e4680d1f2

View file

@ -11,6 +11,7 @@
- Added `SettingsManager.drainErrors()` for caller-controlled settings I/O error handling without manager-side console output.
- Added auth storage backends (`FileAuthStorageBackend`, `InMemoryAuthStorageBackend`) and `AuthStorage.fromStorage(...)` for storage-first auth persistence wiring.
- Added Anthropic `claude-sonnet-4-6` model fallback entry to generated model definitions.
### Changed