You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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