0.11.0
takahirom/arbigent0.11.0Jan 19, 2025by takahirom
AI Summary
Introduces screen stuck detection to identify and recover from situations where the AI agent gets stuck on the same screen.
Key Highlights
- New screen stuck detection feature.
- Fixed web issue where the web UI couldn't find elements to click.
- Improved window close logic.
New Features
- Screen stuck detection
Full Release Notes
## New Feature: screen stuck detection Identifies and recovers from situations where the AI agent gets stuck on the same screen, prompting it to reconsider its actions. ## What's Changed * [Web] Fix Web issue where Web can't find element that clicks by @takahirom in https://github.com/takahirom/arbigent/pull/89 * [UI] Improve window close logic by @takahirom in https://github.com/takahirom/arbigent/pull/90 * [Refactor] Refactor destructing by @takahirom in https://github.com/takahirom/arbigent/pull/91 * [New Feature] Add screen stuck detection by @takahirom in https://github.com/takahirom/arbigent/pull/92 * [Docs] Add SMURF and Stuck Screen Detection to README by @takahirom in https://github.com/takahirom/arbigent/pull/93 * [Docs] Refactor features of README by @takahirom in https://github.com/takahirom/arbigent/pull/94 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.10.1...0.11.0