Skip to content

AGP Community Edition v0.0.5

Choose a tag to compare

@getraksha-ops getraksha-ops released this 13 Jun 17:48

AGP Community Edition v0.0.5 (private test release)

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

Changed since v0.0.4

  • Slow tool calls no longer time out at the bridge. AGP Connect (the stdio bridge) forwarded tool calls with a 10-second client timeout — shorter than the proxy's own backend budget — so any tool that took longer than 10s failed with NETWORK_ERROR: context deadline exceeded even though the proxy completed it. The bridge now uses a 120-second forward timeout (configurable via AGP_BRIDGE_REQUEST_TIMEOUT_SECONDS), comfortably above the proxy's backend budget, so the proxy stays the authority on tool duration and slow tools (searches, LLM-backed tools, etc.) complete normally. Token issuance and tools/list polling keep their own short timeouts.

Only agp-cli changed; all other components carry the same commits as v0.0.4.

Upgrading from v0.0.4

agp fetch all
agp restart all

Re-run agp connect <client> is not required — but restart the MCP client (Claude Desktop, Codex, etc.) so it respawns the updated bridge.

Install (testers, macOS/Linux)

curl -fsSL https://raw.githubusercontent.com/getraksha/agp/main/install.sh | sh
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 — experimental)

Verify

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