Skip to content

v2.9.2

Choose a tag to compare

@lessenings-prog lessenings-prog released this 31 May 03:20
· 79 commits to master since this release

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'))