Docs / releases / v0.4.15 · Edit on GitHub

rgctl v0.4.15

Antigravity skills in the default agent-pack install, plus an in-memory extraction entry point for callers that already hold file bytes.

rgctl --version
rgctl install --skill --with-commands
rgctl install --skill --with-commands --tools antigravity

Highlights

Antigravity agent pack

  • antigravity is a default install target. Omitting --tools now writes the bundled skills under .agent/skills/ as well as Cursor, Claude, Codex, and .agents/.
  • --tools antigravity installs only that adapter. The destination matches Antigravity's workspace skill layout (.agent/skills/rgctl/).
  • JSON install output identifies the target with writes[].agent ("antigravity"). The deprecated schema-v1 host field is unchanged.
  • Fixes #87 via #88.

Extraction

  • Extractor::extract_file_with_source — parse bytes the caller already has. extract_file still reads from disk and keeps its signature. Useful for bare clones where content comes from git show and there is no worktree (#90).

Tooling

  • scripts/fetch-profile-repos.sh is executable again, so the documented ./scripts/fetch-profile-repos.sh cold-profile fetch works (#91).
  • deny.toml drops the removed unlicensed key so cargo deny check validates on cargo-deny 0.20. .gitattributes points the ONNX LFS filter at the rgctl path (#89).

Docs

Install

PlatformAsset
Linux x86_64rgctl-0.4.15-x86_64-unknown-linux-gnu.tar.gz
macOS Apple Siliconrgctl-0.4.15-aarch64-apple-darwin.tar.gz
macOS Intelrgctl-0.4.15-x86_64-apple-darwin.tar.gz
Windows x86_64rgctl-0.4.15-x86_64-pc-windows-msvc.zip

Verify: shasum -a 256 -c SHA256SUMS.txt

Docs

Compare

v0.4.14...v0.4.15

What's Changed

Thanks

Special thanks to everyone who contributed to this release — issues, reviews, and patches.

  • @tanvir70 — Antigravity skill installation, so rgctl install --skill lands where Antigravity discovers workspace skills.
  • @nerdalytics — in-memory extraction, the profile-repo fetch script, and the cargo-deny / Git LFS fixes.
  • @sshaaf — contributor AGENTS.md alignment, reviews, and the release.

Thank you also to everyone who filed issues, reviewed pull requests, and tried the builds. That feedback is what keeps rgctl accurate across languages and editors.

Full Changelog: https://github.com/sshaaf/rgctl/compare/v0.4.14...v0.4.15