v2.9.2
What's new since v2.7.5
- CacheRequest in GetActionable — 4x speedup (14ms avg). All UIA tree walks use batch property fetching.
- WinRT OCR — Windows.Media.Ocr with Tesseract fallback. 2-5x faster, zero-install on Windows 10+.
- Next-action overlay — real-time desktop label showing what the agent plans to do next.
- Windows Service support — watchdog can now run as a proper Windows Service (--install, --uninstall flags).
- No console windows — all three processes compiled as WinExe to suppress background console flashes.
- Predicate-based step advancement — plan steps can specify wait_for text before executing.
- Semver policy — VERSIONING.md added. Going forward: MAJOR=breaking, MINOR=features, PATCH=fixes.
Test suite
- Phase 2 C# tests: 36/36 passing
- Phase 3 agent loop tests: 7/7 passing (automated, no operator input)
Install
powershell -ExecutionPolicy Bypass -File dist\OpenGUI\install.ps1
Connect
from reliable_bridge import send
print(send('status'))