Skip to content

onWatch v2.12.3

Choose a tag to compare

@github-actions github-actions released this 15 Jun 11:42
· 3 commits to main since this release

What's New

Antigravity: selectable data source - IDE, agy CLI, or Both (#77)

onWatch can now read your shared Google-account Antigravity quota from the agy CLI in addition to the desktop/IDE probe. Because all Antigravity variants share one quota, you pick a single source:

  • both (default) - prefer the richer agy CLI data (weekly + 5h buckets for both Gemini and Claude/GPT models), automatically falling back to the IDE probe if agy can't be launched or reached.
  • cli - managed agy session only.
  • ide - desktop/IDE probe only (previous behavior).

The source is configurable during onwatch setup, in install.sh / install.ps1, via the ANTIGRAVITY_SOURCE env var, and live from the dashboard settings - no restart needed. The Antigravity card shows a badge for the source that produced the current data. onWatch launches agy in a managed pseudo-terminal session, reuses it across polls, tears it down on idle/shutdown, and only ever reaps its own process (never your interactive agy). Cross-platform incl. Windows (ConPTY). New env vars: ANTIGRAVITY_SOURCE, ANTIGRAVITY_CLI_PATH.

Grok in setup and installers

The xAI Grok provider is now offered in the onwatch setup wizard and the install.sh / install.ps1 installers.

Update-check resilience

The self-update check now retries transient 5xx responses and falls back to the releases list when the latest-release endpoint times out.

Full Changelog: v2.12.2...v2.12.3