This release includes a critical bug fix for Nova model compatibility.
What's Changed
Bug Fixes
Nova Models Compatibility
- Fixed application crash when attempting to use Nova models
- Replaced
nil
returns with empty strings in ChatViewModel's text processing logic - Prevented nil-unwrapping crashes during text value processing
- Application now properly handles chat sessions with Nova models
This hotfix ensures stable operation when using Amazon Bedrock's Nova models in the client application.
Full Changelog: v1.2.10...v1.2.11