0.33.0 (2026-07-11)
⚠ BREAKING CHANGES
- askui-nodejs: deprecate uiControllerUrl in favour of agentOsUrl
- askui-nodejs: startVideoRecording, stopVideoRecording,
readVideoRecording, annotateInteractively, and the UiController export
have been removed. Android input events throw
AgentOsActionNotSupportedError until Android support is reintroduced.
Default uiControllerUrl changed from http://127.0.0.1:6769 to
localhost:23000.
Features
- askui-nodejs: add legacy UI Controller as an Android transport (1357d07)
- askui-nodejs: reintroduce Android automation via direct adb (48c9999)
- askui-nodejs: replace WebSocket UI Controller with gRPC AgentOS client (16b4452)
Code Refactoring
- askui-nodejs: deprecate uiControllerUrl in favour of agentOsUrl (49285e3)