Changelog

What shipped and when.

0.3.0Mar 28, 2026

Windows backend, click reliability, new commands, MDX docs.

New
  • Windows backend (UI Automation)
  • press, get-value, scroll-to commands
  • id~= partial ID matching, index=N selector
  • Path-based ref resolution — instant element lookup
  • Docs site with MDX, search, and mobile nav
Improved
  • Clicks send mouseMoved first (3-event sequence)
  • Auto scroll-into-view before clicking
  • type clears field by default (--append to keep)
  • Shared element utilities in agent-click-core
Fixed
  • Ambiguous selector on unnamed buttons
  • Double-click timing (50ms between events)
0.2.0Mar 27, 2026

Snapshots, selectors, background clicks, workflows.

New
  • Snapshot refs (@e1, @e2) for deterministic targeting
  • Selector DSL with role, name, id, descendant chains
  • Background clicks via accessibility API
  • YAML workflows, batch execution, TUI explorer
0.1.0Mar 26, 2026

Initial release. macOS backend, core commands.

New
  • macOS backend with accessibility tree + input simulation
  • click, type, key, scroll, find, tree, text, screenshot
  • JSON output for AI agents