v0.5.0 — Proxy mode for CC v2.1.113+
What's New
Adds proxy mode for Claude Code v2.1.113+ (Bun binary) where the preload wrapper no longer works.
New Commands
- Claude Code Cache Fix: Enable Proxy Mode — sets
ANTHROPIC_BASE_URLto route CC through the local cache-fix proxy - Claude Code Cache Fix: Disable Proxy Mode — removes the proxy routing
How It Works
- Install the npm package:
npm install -g claude-code-cache-fix@latest(v3.0.1+) - Start the proxy:
node "$(npm root -g)/claude-code-cache-fix/proxy/server.mjs" & - Run Enable Proxy Mode from the VS Code command palette
- Restart any active Claude Code session
The proxy applies 7 cache-fix extensions automatically. A/B tested on v2.1.117: 95.5% hit rate through proxy vs 82.3% direct.
Existing Features
Preload mode (Enable/Disable commands) is preserved for users pinned to CC v2.1.112 or earlier. Status command now shows current mode (Proxy/Preload/Disabled).
Reported by Alexander (X-15).