This release combines foundational service updates with extensive SDK enhancements, focusing on Voice, Theming, and performance.
π New Features & Major Enhancements
- Theming Engine: Introduced the initial implementation of the Agentforce Theme Manager for greater UI customization.
- Settings Screen: A new user-facing Settings screen has been added to the SDK.
π¨ UI/UX Enhancements
- Chat History Caching: Improved performance related to the chat history.
- Localization: Updated localization and translation strings.
- UI Fixes: Corrected a visual bug where UI assets could overlap.
β‘ Performance & Stability
- SwiftUI Performance: Improved the rendering performance of conversation messages in SwiftUI.
- Session Reset: Re-implemented the session reset logic for improved robustness.
π Bug Fixes
- UI Sync: Fixed a synchronization issue between the Conversation UI and the underlying message data.
- Scrolling: Resolved issues with automatic scrolling in the conversation view.
- Data Handling: Fixed bugs related to pulling record data for edit actions and correctly parsing citations after a system rework.
- Error Messages: Improved the clarity of TypeMapping error messages.
- Locale: Resolved a bug related to incorrect locale handling.
- Connection Optimization: The SDK can now use a passed-in AgentforceConnectionInfo object to avoid an unnecessary API call.