Commit Graph

1 Commits

Author SHA1 Message Date
Developer
02cf8cd2c1 feat(config): add browser and web fetch proxy support
- Add CLAWDBOT_BROWSER_PROXY env for Chrome --proxy-server flag
- Add CLAWDBOT_WEB_FETCH_PROXY env for web fetch tool requests
- Browser: passes --proxy-server to Chrome launch args when set
- Fetch: uses ProxyAgent instead of pinned dispatcher when set

This enables routing browser and fetch traffic through a proxy for:
- Multi-tenant deployments with blocked outbound 443
- Usage metering and audit logging
- Security filtering

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 08:06:38 +01:00