Skip to content

v0.5.0 — Proxy mode for CC v2.1.113+

Choose a tag to compare

@cnighswonger cnighswonger released this 22 Apr 15:41

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_URL to route CC through the local cache-fix proxy
  • Claude Code Cache Fix: Disable Proxy Mode — removes the proxy routing

How It Works

  1. Install the npm package: npm install -g claude-code-cache-fix@latest (v3.0.1+)
  2. Start the proxy: node "$(npm root -g)/claude-code-cache-fix/proxy/server.mjs" &
  3. Run Enable Proxy Mode from the VS Code command palette
  4. 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).