0.62.0
takahirom/arbigent0.62.0Jul 31, 2025by takahirom
AI Summary
Fixes UI element detection to include interactive states like checked and selected.
Key Highlights
- Elements with `checked=true` or `selected=true` states are now correctly detected by the AI.
New Features
- UI Element Detection Fix
Full Release Notes
Fix UI element detection to include elements with checked=true or selected=true states. This resolves issue https://github.com/takahirom/arbigent/issues/340 where interactive elements like radio buttons were being filtered out from AI prompts. Thanks for reporting this issue @ssttkkl ## What's Changed * Fix UI element detection for checked and selected elements by @takahirom in https://github.com/takahirom/arbigent/pull/341 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.61.0...0.62.0