Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

New CCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY env var narrows proxy bypass for the agent proxy

A new CCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY env var restricts proxy bypass to local addresses only

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaInternalswhat it touches
KindNew Featuresin v2.1.267,
Group of 2 Use it now Notable No documentation found

A new CCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY env var restricts proxy bypass to local addresses only

What

  • A new environment variable, CCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY, is now read into the agent-proxy's initialization config.
  • When set, it selects a narrower noProxy list that bypasses the proxy only for local addresses, instead of the broader lists used previously, and it also affects whether the CA (certificate authority) bundle is considered to cover every host.
  • New no-proxy host-range lists were added near the agent-proxy activation code, including one covering link-local and cluster-local addresses only, though that particular list isn't yet referenced by the selection logic.

Why This gives more control over which hosts bypass the proxy when using the agent proxy, letting users restrict the bypass to local-only addresses in stricter network setups.

Read from
Names in the bundleCCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY
How sure we are
One source agreesOne thing we can check says the same as this entry.
The name it cites is new in this buildNew in this build: CCR_AGENT_PROXY_NO_PROXY_LOCAL_ONLY

See this entry in the whole of v2.1.267 →