Skip to content

rgctl v0.4.8

Choose a tag to compare

@github-actions github-actions released this 27 Aug 23:33
· 17 commits to main since this release
53b2b79

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-daemon for in-repo {repo}/.rgctl/
  • Discover target — do not use rgctl -r PATH discover . (the . indexes shell cwd, not -r)
  • Retired legacy socketserve --daemon is the HTTP+MCP background daemon, not the old query.sock blast 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 --force

User-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