Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

v0.15.0

Choose a tag to compare

@Redth Redth released this 04 Mar 00:15
· 75 commits to main since this release

What's New

Hit Test API (#23, #24)

  • GET /api/hittest?x=X&y=Y&window=W — find all visual elements at a given point using MAUI's platform-level hit testing
  • Returns elements deepest-first with id, type, automationId, bounds, and text
  • MAUI hittest <x> <y> [--window W] CLI command
  • HitTestAsync added to AgentClient driver

Agent Version in Broker (#22)

  • Agent now sends its version during broker WebSocket registration
  • maui-devflow list shows a Version column for each registered agent
  • Clean version strings (no +commitHash suffix)
  • Backward compatible — older agents show -

Full Changelog

v0.14.0...v0.15.0