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
antigravityis a default install target. Omitting--toolsnow writes the bundled skills under.agent/skills/as well as Cursor, Claude, Codex, and.agents/.--tools antigravityinstalls 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-v1hostfield is unchanged. - Fixes #87 via #88.
Extraction
Extractor::extract_file_with_source— parse bytes the caller already has.extract_filestill reads from disk and keeps its signature. Useful for bare clones where content comes fromgit showand there is no worktree (#90).
Tooling
scripts/fetch-profile-repos.shis executable again, so the documented./scripts/fetch-profile-repos.shcold-profile fetch works (#91).deny.tomldrops the removedunlicensedkey socargo deny checkvalidates on cargo-deny 0.20..gitattributespoints the ONNX LFS filter at thergctlpath (#89).
Docs
- Root
AGENTS.mdis the contributor agent README (performance policy, cold-profile gates, tests and benches). The consumer playbook lives indocs/agents/USER_AGENTS_TEMPLATE.md.
Install
| Platform | Asset |
|---|---|
| Linux x86_64 | rgctl-0.4.15-x86_64-unknown-linux-gnu.tar.gz |
| macOS Apple Silicon | rgctl-0.4.15-aarch64-apple-darwin.tar.gz |
| macOS Intel | rgctl-0.4.15-x86_64-apple-darwin.tar.gz |
| Windows x86_64 | rgctl-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
- Add Antigravity skill installation support by @tanvir70 in https://github.com/sshaaf/rgctl/pull/88
- Add
Extractor::extract_file_with_sourceby @nerdalytics in https://github.com/sshaaf/rgctl/pull/90 - Make
fetch-profile-repos.shexecutable by @nerdalytics in https://github.com/sshaaf/rgctl/pull/91 - Restore cargo-deny config validity and the LFS filter path by @nerdalytics in https://github.com/sshaaf/rgctl/pull/89
Thanks
Special thanks to everyone who contributed to this release — issues, reviews, and patches.
- @tanvir70 — Antigravity skill installation, so
rgctl install --skilllands where Antigravity discovers workspace skills. - @nerdalytics — in-memory extraction, the profile-repo fetch script, and the cargo-deny / Git LFS fixes.
- @sshaaf — contributor
AGENTS.mdalignment, 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