Skip to content

v0.4.0 — All extension settings in VS Code UI

Choose a tag to compare

@cnighswonger cnighswonger released this 19 Apr 18:18

Exposes all 16 cache-fix extension settings in the VS Code settings UI. Previously only 4 were configurable through the GUI — the rest required manual env var setup.

New settings (16):

  • 4 opt-in features: identity normalization, CWD stabilization, smoosh normalization, prefix diff
  • 12 per-extension skip toggles: disable individual fixes if they cause issues

All default to OFF — safe upgrade, no behavior change.

Important: Requires CC v2.1.112 or earlier (pinned). v2.1.113+ uses a Bun binary that doesn't support the preload mechanism. Proxy-based replacement is in development (#40).

Install: download the .vsix below and install via code --install-extension claude-code-cache-fix-0.4.0.vsix