Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 02:04

Features

  • MCP plugin discovery: agentjail install now auto-whitelists Claude Code plugin MCP servers (e.g. PostHog, Context7, claude-mem). Plugin-registered servers from ~/.claude/plugins/ are now a fourth discovery source.
  • MCP merge on re-install: re-running agentjail install merges newly discovered MCP servers into the existing mcp.allowed list. Existing entries and user-blocked servers are never touched.
  • Built-in log rotation: the daemon manages its own log file with size-based rotation (10 MB, 5 backups).

Fixes

  • Homebrew-aware lifecycle: agentjail update runs brew upgrade and agentjail uninstall runs brew uninstall automatically when the binary is brew-managed. Background update notices also show the correct command.
  • curl | sh installer: fixed JSON version parsing that broke on compact JSON from the Cloudflare Worker.
  • Brew install telemetry: Homebrew formula now sets AGENTJAIL_INSTALL_METHOD=brew so brew installs are properly attributed in PostHog. Update telemetry emitted for both upgrade paths.
  • Flaky CI tests: version-fetch failure tests now override the fallback URL.
  • CI runner: bumped Gatekeeper verify from macos-13 to macos-15.

Docs

  • Improved installation instructions formatting in README
  • Reordered hero section install methods (curl first, brew second)