| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-11 | 1.3 kB | |
| v0.33.0 source code.tar.gz | 2026-07-11 | 996.7 kB | |
| v0.33.0 source code.zip | 2026-07-11 | 1.1 MB | |
| Totals: 3 Items | 2.1 MB | 0 | |
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)