Skip to content

v0.8.0 — agy 1.1.0 support + standalone rebrand

Choose a tag to compare

@limeflash limeflash released this 10 Jul 14:02

agy 1.1.0 support — direct stdout capture + standalone rebrand

Headline: the plugin now reads agy's stdout directly. agy 1.0.15 fixed issue #76 (non-TTY --print output was silently discarded on Windows), so the transcript-capture workaround is now just a fallback for older agy. Validated live on agy 1.1.0 (Windows).

Changed

  • Direct stdout capture across all three entry points — the Bash wrapper (_agy_capture), the Node companion (runReviewViaTranscript), and the native PowerShell script (Invoke-AgyCapture). No Node needed on the happy path for /agy:ask; the on-disk transcript read is kept only as a fallback for agy < 1.0.15.
  • Repositioned as a standalone project — README rebuilt (hero, badges, Why / Tested / Credits), NOTICE and the package / marketplace / plugin descriptions reworded from "fork of…" to a gracious attribution to the upstream starting point. Landing + install URLs repointed to limeflash.

Unchanged (by design)

  • Read-only guarantee. /agy:ask, /agy:review, /agy:adversarial-review still run agy from a throwaway temp dir, so it has no path into your repo. agy 1.1.0's new --mode plan was evaluated and does not make a headless --print run read-only (it still executes write tools), so the temp-dir model remains what enforces read-only.
  • /agy:rescue keeps --dangerously-skip-permissions for its delegated coding task, guarded by the clean-tree check, post-run diff, and --isolate worktree mode.

245 tests + bats/shellcheck; CI green on Node 18 / 20 / 22 (Ubuntu + macOS).

Full changelog: https://github.com/limeflash/antigravity-plugin-cc/blob/main/CHANGELOG.md