github askui/typescript-sdk v0.30.0

latest release: v0.31.0
3 months ago

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.

Don't miss a new typescript-sdk release

NewReleases is sending notifications on new releases.