agent-gate v0.3.0
agent-gate v0.3.0
Single-user audit gate for AI agent HTTPS traffic. See the
README for
what this is and how to get started.
Install
Download the archive for your platform below, extract, and put
agent-gate on your PATH. Then:
agent-gate init
On macOS, you may need to clear the quarantine attribute the first
time:
xattr -d com.apple.quarantine ./agent-gate
Or install from source:
go install agent-gate/cmd/agent-gate@v0.3.0
Changelog
- 5ccf184 feat(agentdetect, doctor): codex chatgpt.com default + WS pinning advisory
- e5a3cd8 feat(launcher): plumb HijackHosts through both proxy.Run callsites
- b873d33 feat(parser): decode zstd request bodies + Session_id header fallback
- 9ffb69d feat(policy): ws_pinned_upstream rule for empty 101 upgrades
- edd40c9 feat(proxy): forward non-WS HTTP through hijack handler
- ce3add4 feat(proxy): hijack handler for frame-aware WebSocket capture
- aef3dac fix: address PR 24 review findings
- 27b3735 fix: review-driven hardening for Plan 5 Stream B
- cc2e4b2 fix: wire hijack hosts through netns proxy
- fd2147b test(codex): fixtures for HTTP fallback path + pinned WS upgrade
- 0abbf9f ui: open Headers section by default on event detail
Full Changelog: v0.2.0...v0.3.0