Releases: Vit129/agy-plugin-cc
Releases · Vit129/agy-plugin-cc
Release list
v1.5.0
v1.4.0
[1.4.0] - 2026-07-22
Added
- Add Claude Code context layer (CLAUDE.md, .ai/, agent-memory/) (
1fedaa8) - Hands-off plugin auto-update via SessionStart hook (
0db8e60) - Add agy doctor/models commands and extend task/review passthrough (
a4bd31f) - Add --project/--new-project/--dangerously-skip-permissions passthrough and changelog command (
4efdb57) - Check for newer git-clone version at session start, confirm before pull (#3) (
4e9f59c) - Add --model/--effort validation, --dry-run quota preview, agents/changelog commands to agy plugin (
34cc2a5)
Documentation
- Add Antigravity keywords and variations for search (
0b6b863) - Add Antigravity search variations to README title and intro (
60a627a) - Add v1.2.0 changelog entry to README (
e9108f6) - Remove Differences from codex-plugin-cc section (
1db229f) - Add MIT LICENSE, SECURITY.md, and license section in README (
9c1c9dc) - Caveman-compress CLAUDE.md to cut input tokens (
04a5ce7)
v1.2.0
Adds npm-based install and update support for the Claude Code agy plugin.\n\n- Adds @vit129/agy-plugin-cc package metadata and agy-plugin-cc CLI\n- Adds install, update, and doctor commands\n- Adds opt-in auto-update via install --auto-update and /agy:setup --enable-auto-update\n- /agy:setup now checks npm for newer versions, notifying by default and auto-installing only when enabled\n- Bumps plugin/package version to 1.2.0
v1.1.0
What's new in v1.1.0
- Background execution — all task and review commands support
--background; track progress with/agy:status - Job tracking — persistent job state (queued / running / completed / failed / cancelled) per repository
/agy:status— list active and recent jobs;--waitpolls until done;--allshows full history/agy:result— retrieve stored output for any finished job/agy:cancel— cancel a running background job/agy:review— agy reads the repo and reports findings on working-tree or branch changes (--scope,--base,--wait,--background)/agy:adversarial-review— adversarial review mode; agy argues the strongest case against shipping the change- Stop-time review gate — optional Stop hook that blocks session end when agy finds issues (
/agy:setup --enable-review-gate) - Session lifecycle hooks — SessionStart injects session ID; SessionEnd cleans up orphaned jobs
--resume/--freshflags on/agy:rescueand/agy:agy--sandboxflag — run agy in read-only restricted mode on any command- Modular library:
agy.mjs,args.mjs,fs.mjs,git.mjs,job-control.mjs,process.mjs,render.mjs,state.mjs,tracked-jobs.mjs,workspace.mjs
Previous
v1.0.0
- Initial release:
/agy:agy,/agy:rescue,/agy:setup— basic task delegation and resume
v1.0.0 — Initial Release
agy-plugin-cc v1.0.0
First public release of the Antigravity (agy) CLI plugin for Claude Code.
What's included
/agy:rescue [task]— delegate investigation or fix to agy, with--background,--continue, and--freshsupport/agy:agy [task]— run a one-shot agy task/agy:setup— verify agy CLI is installed and authenticated
Installation
/plugin install agy@agy-plugin-cc
/reload-plugins
Prerequisites
Install the Antigravity CLI first:
curl -fsSL https://antigravity.google/cli/install.sh | bash
agy auth