v0.8.0 — agy 1.1.0 support + standalone rebrand
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 foragy < 1.0.15. - Repositioned as a standalone project — README rebuilt (hero, badges, Why / Tested / Credits),
NOTICEand the package / marketplace / plugin descriptions reworded from "fork of…" to a gracious attribution to the upstream starting point. Landing + install URLs repointed tolimeflash.
Unchanged (by design)
- Read-only guarantee.
/agy:ask,/agy:review,/agy:adversarial-reviewstill runagyfrom a throwaway temp dir, so it has no path into your repo. agy 1.1.0's new--mode planwas evaluated and does not make a headless--printrun read-only (it still executes write tools), so the temp-dir model remains what enforces read-only. /agy:rescuekeeps--dangerously-skip-permissionsfor its delegated coding task, guarded by the clean-tree check, post-run diff, and--isolateworktree 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