What's new in v1.7.1
3 new tools
agentproxy_batch_fetch— fetch 2–20 URLs concurrently (up to 5x parallel), per-item error captureagentproxy_extract— structured field extraction (title, price, rating…), autorender_fallbackescalationagentproxy_map— discover all internal links from a URL, powers themap → batchpipeline
Response cache
- Repeated fetches to the same URL cost zero proxy credits (default TTL 300s)
meta.cache_hit+meta.cache_age_secondson every responsecache_hitpropagated to batch per-item results- Disable:
PROXY4AGENT_CACHE_TTL_SECONDS=0
Agent-first design improvements
- Unified
{ok, tool, data, meta}JSON contract across all 8 tools - Typed
ProxyErrorCodeunion +agent_instructionon every error ENOTFOUND→NETWORK_ERROR(was misclassified asTLS_ERROR)render_fallback: trueonagentproxy_extractauto-escalates to real Chromium on TLS/bot block
Tests
113/113 passing (+11 cache unit tests)
Full changelog
See CHANGELOG.md