General
The AskUI Suite is a comprehensive bundle that includes all necessary dependencies to deliver AskUI to end users. Additionally, it addresses enterprise challenges such as user rights restrictions and proxy issues, ensuring a seamless AskUI experience. This release focus on:- Implement Usage Analystics
- Improve AI Element and remove not used element descriptions
Setup
Suported Operating Systems
- Windows 11
- Version: 22H2
- Architectures: AMD64, ARM64
- MacOS
- Version: 14.x
- Architecture: ARM64 (Apple Silicon)
- Linux
- Version: Ubuntu 22.04.2
- Architectures: AMD64, ARM64
Download
Installation
Please follow our offical installation guide.Migration from 25.2.1 to 25.3.1
AskUI Suite
Nothing is impacted. Please continue with our installation guide.AskUI Typescript ADK
To update your AskUI Typescipt ADK to the new version:- Open your project in VSCode
- Enter the AskUI Shell by
askui-shell - Update AskUI by
npm install --dev askui@0.23.1
AskUI Vision Agent (Python)
To update your AskUI Vision Agent to the new version:- Open your project in VSode
- Enable your virtual environment.
- Enter
pip install askui==0.2.4
Known Issues
- PxProxy is available only for Windows AMD64.
- ADE Startup Time is slower than in the previous version.
- Windows Users may encounter long path issues when installing and using ADE.
- Project Support:
AskUI-NewProjectandAskUI-RunProjectonly support TypeScript projects.
Release Notes
New Features
ADE: Usage Analytics
Usage analytics track how users interact with a product, helping teams identify what works, what doesn’t, and where to improve. This leads to smarter decisions and a better overall user experience.- Installer Analytics - Tracks installs and errors to improve setup reliability.
- ADEAnalytics - Tracks cmdlet calls and usage to improve ADE Tools and user workflows.
Deactivate Analytics - Disable the tracking events
Deactivate Analytics - Disable the tracking events
You can deactivate the analystics by setting the
ASKUI_DISABLE_TELEMETRY-env variable to falseAskUI Typescript ADK
Custom AI Elements Location - Add support of configure your location of AI Elements
Custom AI Elements Location - Add support of configure your location of AI Elements
Components
Nothing has changed.Improvments
Nothing has changed.Fixes
AskUIRemoteDeviceController 0.14.0
Nothing has changedAskUI Typescript ADK
Fix dangeling timeout
Fix dangeling timeout
Removed
AskUI Typescript ADK
Removed Table Support - Removed support of Element Descriptions of table(), row(), cell(), col()
Removed Table Support - Removed support of Element Descriptions of table(), row(), cell(), col()
We removed the following commands as they had low adoption, primarily due to inconsistent and unreliable detection.Following commands were removed:We recommend using
await aui.ask() instead of the deprecated Able commands for improved reliability and consistencyRemoved MachtingSupport - Removed support of Element Descriptions of matching()
Removed MachtingSupport - Removed support of Element Descriptions of matching()
We removed the
matching()-element descriptor as they had low adoption.We recomment to use the pta() command instead:Versions
| Name | Version | Release Notes |
|---|---|---|
| ADE | 0.9.3 | |
| NodeJS | 21.0.0 | Link |
| AskUIOCRTeaching | 0.4.0 | |
| PowerShell | 7.4.6 | Link |
| Python | 3.13.1 | Link |
| AskUIRemoteDeviceController | 0.14.0 | |
| AskUIRemoteDeviceSnippingTool | 0.2.0 | |
| UIController | 0.14.8 | |
| AskUIRunnerManager | 0.1.0 | |
| ADE.ProcessManager | 0.1.0 | |
| ADE.ProjectManager | 0.1.0 | |
| ADE.ErrorReporter | 0.1.0 | |
| ADE.UserInterface | 0.1.0 | |
| ADE.PluginManager | 0.1.0 | |
| ADE.EnvironmentManager | 0.1.0 | |
| AskUI Typescript ADK | 0.23.1 | Link |
| Python Vision Agent | 0.2.4 | Link |