v0.5.5 improves iOS support across the stack, including better portal discovery, more reliable UI state parsing, and cleaner platform-aware agent behavior.
Highlights
- Improved iOS portal connection flow with localhost auto-discovery
- Switched iOS to the unified
/stateendpoint - Better iOS accessibility tree parsing and screen-state normalization
- iOS text input now supports
clear=True - Platform-aware prompts and tool registration for Android and iOS
- Cleaner phone state display when app/package information is missing
Behavior Changes
- On iOS,
open_appnow opens apps by exact bundle identifier - CLI iOS commands can auto-discover the portal when
--deviceis omitted - Portal state retrieval now uses
/stateinstead of/state_full
Documentation
- Updated iOS setup instructions to reflect the real Xcode UI test workflow
- Refreshed iOS driver documentation and supported feature list
Internal Improvements
- Consolidated standard tool registration into a single registry builder
- Improved state retry logging and telemetry accuracy
- Propagated platform information through shared agent state and prompts