| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-20 | 861 Bytes | |
| v0.30.0 source code.tar.gz | 2025-11-20 | 976.5 kB | |
| v0.30.0 source code.zip | 2025-11-20 | 1.0 MB | |
| Totals: 3 Items | 2.0 MB | 0 | |
0.30.0 (2025-11-20)
Features
- add Android swipe, drag-and-drop, and tap tools (3b99081)
- Add AndroidSwipeTool, AndroidDragAndDropTool, AndroidTapTool, and AndroidShellCommandTool
- Refactor agent configuration to unified configureAgent() with runtime detection
- Add runtime-aware tool selection for Android and desktop platforms
BREAKING CHANGE:
- configureAsDesktopAgent() and configureAsAndroidAgent() methods have been removed and replaced with a unified configureAgent() method. The new method automatically detects the runtime (Android or desktop) and configures the appropriate tools. Users who were calling these methods directly need to update their code and remove them.