rgctl v0.4.8
rgctl v0.4.8
Patch release: documentation and agent guidance only — no CLI behavior changes since v0.4.7. Binaries are rebuilt for semver consistency.
Download rgctl from the assets below and verify with rgctl --version.
Highlights
Agent docs: AGENTS.md and rgctl skill
Minor updates to the bundled agent playbook and AGENTS.md so they match v0.4.7 runtime behavior:
- Default daemon — artifacts under
~/.rgctl/cache/{reponame}/.rgctl/;--no-daemonfor in-repo{repo}/.rgctl/ - Discover target — do not use
rgctl -r PATH discover .(the.indexes shell cwd, not-r) - Retired legacy socket —
serve --daemonis the HTTP+MCP background daemon, not the oldquery.sockblast path - On-disk artifact table — paths relative to artifact root (daemon cache vs
--no-daemon) - Failure playbook — “no
.rgctl/in repo” is expected with default daemon
Refresh the project copy after upgrading:
rgctl install --skill --forceUser-facing documentation
Aligned README, User Guide, Installation, FAQ, Introduction, HTTP API, dashboard user guide, and website agent examples with the same daemon / discover / MCP semantics. Fixed stale unreleased links and broken README anchor links.
Install
| Platform | Asset |
|---|---|
| Linux x86_64 | rgctl-0.4.8-x86_64-unknown-linux-gnu.tar.gz |
| macOS Apple Silicon | rgctl-0.4.8-aarch64-apple-darwin.tar.gz |
| macOS Intel | rgctl-0.4.8-x86_64-apple-darwin.tar.gz |
| Windows x86_64 | rgctl-0.4.8-x86_64-pc-windows-msvc.zip |
Verify: shasum -a 256 -c SHA256SUMS.txt
Upgrade from v0.4.7
Optional — same CLI as v0.4.7. Re-run rgctl install --skill --force if you want the updated skill and AGENTS.md guidance in your repo.
Compare
v0.4.7...v0.4.8
Full Changelog: v0.4.7...v0.4.8