v0.16.0
What's Changed
- Cl 1661 release 2025 09 rpa crud workflows by @danyalxahid-askui in #137
- fix android drag and drop by @mlikasam-askui in #143
- fix(chat)!: hold mcp client sessions by @adi-wan-askui in #140
- Refactor/replace hard coded agents with dynamic assistants by @adi-wan-askui in #142
- fix(tools): computer tool by @adi-wan-askui in #144
🚀 Features
- Dynamic Assistants: Replaced hard-coded agents with dynamic agents ("assistants") using hard-coded tools and tools from MCP servers for improved flexibility ⟶ Custom agent ("assistant") can be created through API
- Workflows API: CRUD operations for basic RPA workflow management
- Orchestrator Agent: Introduced orchestrator agent and fixed testing agent functionality
🐛 Bug Fixes
- Computer Tool: Fixed computer tool usage inconsistency between chat (MCP) and agent (ACT) implementations
- Android Drag & Drop: Resolved issues with Android drag and drop functionality
- MCP Session Management: MCP client session handling with persistent connections and lazy initialization ⟶ MCP sessions are now held indefinitely after initialization and scoped to a workspace
🚨 Breaking Changes
- Node.js: Usage of new chat requires now Node.js + npm (npx) to be installed as we use Playwrights official MCP under the hood (see https://nodejs.org/en/download/)
- Chat API: Existing (global) agents ("assistants") are deleted
Full Changelog: v0.15.1...v0.16.0