Skip to content

AGP Community Edition v0.0.10

Choose a tag to compare

@getraksha-ops getraksha-ops released this 17 Jun 20:24

AGP Community Edition v0.0.10 (private test release)

Pre-release build for private testing. The first public release will be v0.1.0.

New since v0.0.9

  • Grant a whole server's tools to a profile in one step. From the Tools page, search by server alias, tick the tools (or the select-all header), and click Grant to profile — every selected tool is added to a behavior profile's operating envelope in a single action, with a reason recorded in the audit log. Same select-then-act flow as Rotate credentials / Deprecate / Yank. Granting is additive and idempotent (re-granting an already-allowed tool is a no-op).
  • Searchable, pattern-aware grant modal. On Behavior Profiles → profile → Grant tools, a new filter box narrows the available tools by name or server alias — which also surfaces tools the old unfiltered picker could hide behind its result cap. The add box now accepts a regex: typing ^daily-assistant.* selects every matching tool at once, while a plain name still adds a single tool.

Changed

Changed: agp-admin-ui (console only). All other components carry the same commits as v0.0.9.

Upgrading from v0.0.9

agp fetch all       # macOS/Linux
agp restart all

Only the admin console changed this release, so the agp CLI itself does not need re-installing. On Windows, agp fetch all then agp restart all.

Install

  • macOS / Linux: curl -fsSL https://raw.githubusercontent.com/getraksha/agp/main/install.sh | sh
  • Windows (PowerShell): irm https://raw.githubusercontent.com/getraksha/agp/main/install.ps1 | iex

Then agp init · agp fetch all · agp start all · agp setup --agent-id my-agent --client claude-desktop.

Platforms

macOS (arm64, amd64) · Linux (amd64, arm64) · Windows (amd64, arm64)

Verify

All assets are listed with SHA-256 checksums in SHA256SUMS and manifest.json; the CLI and install scripts verify checksums automatically.