Skip to content

Agentforce Mobile SDK 260.1

Latest

Choose a tag to compare

@CCX-Wu CCX-Wu released this 11 Mar 19:22

🤖 Android 260.1 (v14.146.2)

This release bundles the foundational updates from the 260.0 cycle with 260.1 improvements. It introduces significant UI customization for both Employee and Service agents, along with enhanced conversation continuity and accessibility.

✨ Enhancements
  • Multi-Persona Navigation: Added support for navigation bar customization across both Employee and Service agent interfaces.
  • Conversation Continuity: Implemented the ability to resume existing conversations for Service Agents and added a new RecentConversation fetch method.
  • Messaging Intelligence: Introduced an asynchronous sendUtterance method that triggers once the client is initialized and added a toggle to suppress recommended utterances.
  • Input Control: Exposed the requestFocusOnInput method to programmatically open the keyboard and added a feature toggle to manage this behavior within the test harness.
  • Data Management: Exposed the clearStorage API to allow manual clearing of SDK data.
  • Observability: Added new instrumentation markers for Voice responsiveness and CWC (Chat with Context) performance tracking.
  • UI Tokens: Applied standardized typography tokens across all recently added components.
🛠️ Fixes
  • Accessibility: Fixed header resizing issues when increasing system font sizes and resolved multiple screen reader navigation bugs.
  • Pre-chat Flow: Fixed an issue where "End Chat" and "Restart" actions would fail to trigger the pre-chat form correctly.
  • Input Polish: Fixed a bug where the waveform button remained visible when the text field contained only newlines and synchronized the behavior of the Text Box and Send button.
  • UI Stability: Resolved a "View More" label mismatch, fixed readability for disabled buttons, and reverted the Agentforce header to maxLines: 1.
  • Session Logic: Improved participant role tracking (participantRoleType) to ensure sessions end appropriately and added a canSendQuery check to prevent the display of blank response cards.
  • Context Updates: Fixed a bug where previous context variables were not correctly nullified when the page context updated.
  • Conversation Cleanup: Disabled the "Clear Chat" option in MIAW conversations pending a future feature rework.