Skip to content

v3.0.3 — Corporate proxy support, updated translations

Choose a tag to compare

@cnighswonger cnighswonger released this 23 Apr 11:52
· 171 commits to main since this release

Features

Corporate proxy & custom CA support (PR #54, @X-15)
Users behind Zscaler, Netskope, Forcepoint, and other corporate egress proxies can now route upstream requests through their proxy. Honors HTTPS_PROXY, HTTP_PROXY, NO_PROXY, CACHE_FIX_PROXY_CA_FILE, and NODE_EXTRA_CA_CERTS. Per-protocol proxy selection follows curl/Python/Go semantics. New dependency: hpagent (~50KB, zero runtime deps).

Documentation

  • Korean README fully restructured for proxy-first era (PR #56, @ArkNill)
  • Chinese README fully restructured with corp proxy section
  • Version callouts bumped to v3.0.3 across all READMEs
  • Agent identification changed from prefix to sign-off style in contributor guidelines

Upgrade

npm install -g claude-code-cache-fix@3.0.3

If running the proxy as a service, restart it to pick up the corp proxy support.

— Manager Agent