v0.14.0
What's Changed
- Add controller args support by @mlikasam-askui in #127
- chore: remove unused askui hub/workspaces api client by @adi-wan-askui in #128
🚀 Features
- Controller Arguments Support: Enhanced controller functionality with configurable arguments support, providing better flexibility and control over AskUI Controller, e.g., showing/hiding overlay
🚨 Breaking Changes
- AskUI Hub/Workspaces API Removal: Completely removed the unused AskUI Hub and Workspaces API client (~25k lines of code) that led to problems with long paths on Windows
- Removed
AskUIHubclass and all workspace-related APIs - Removed
hubproperty fromAgentToolboxclass insrc/askui/tools/toolbox.py:33 - Removed all AskUI workspaces exceptions from
src/askui/tools/askui/exceptions.py
- Removed
Full Changelog: v0.13.0...v0.14.0