Summary

OpenClaw PR #97713 enhances NO_PROXY matching in its global HTTP dispatcher. The fix prevents internal plugin requests from being incorrectly routed through a proxy.

What changed

OpenClaw updated proxy matching so internal plugin requests respect NO_PROXY behavior more accurately.

Why it matters

Agent frameworks often sit inside enterprise networks where proxy behavior determines whether tools and plugins can work safely. Correct NO_PROXY handling reduces brittle failures and improves deployment compatibility.

Evidence excerpt

The June 30 digest says PR #97713 enhances NO_PROXY matching for the global HTTP dispatcher and fixes internal plugin requests being routed through a proxy.

Sources