Skip to content

Releases: Vit129/agy-plugin-cc

v1.5.0

Choose a tag to compare

@Vit129 Vit129 released this 23 Aug 13:52

[1.5.0] - 2026-08-23

Added

  • Add npm start as standard release entry point (3c3ddc4)
  • Add --model/--effort passthrough to agy rescue/task/review, fix model-id parsing (887ca5b)

Documentation

  • Note agent-memory is gitignored + centrally backed up (claude-memory-private) (8679179)
  • Agent-memory-private rename (was claude-memory-private) (375a3d1)

v1.4.0

Choose a tag to compare

@Vit129 Vit129 released this 22 Jul 05:05

[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

Choose a tag to compare

@Vit129 Vit129 released this 30 May 01:30

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

Choose a tag to compare

@Vit129 Vit129 released this 28 May 00:08

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; --wait polls until done; --all shows 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 / --fresh flags on /agy:rescue and /agy:agy
  • --sandbox flag — 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

Choose a tag to compare

@Vit129 Vit129 released this 27 May 14:31

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 --fresh support
  • /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