Skip to content

v0.8.0 — Sync to upstream 3.6.1, debug mode, image management, 31 settings

Choose a tag to compare

@X-15 X-15 released this 20 May 00:13

Syncs the extension to upstream claude-code-cache-fix@3.6.1. Auto-update (v0.7.3) means most users already have the npm package — this release wires its new features into VS Code Settings.

New settings (14 added, 31 total across 6 sections)

Debug mode

  • debug — sets CACHE_FIX_DEBUG=1. Was impossible to enable from VS Code settings before.

Image management (5 settings)

  • imageKeepLast — keep images in last N user messages (recommended: 3)
  • imageGuard — full v3.3.0 image pipeline (strip + resize + size guard)
  • imagePreserveDetail — Lanczos resize via sharp instead of stripping
  • imageMaxDim — max image dimension in pixels
  • imageRequestSizeMax — max total request size in bytes

Behavioral tweaks (4 settings)

  • thinkingDisplaysummarized / omitted / disabled (Opus 4.7 thinking summaries)
  • outputEfficiencyReplacement — custom system prompt section
  • overageWarning — cost overage warnings per Q5h window
  • normalizeMicrocompact — stabilize microcompact sentinel strings

Diagnostics (4 settings)

  • prefixDiff — snapshot request prefixes for diffing
  • injectMessagesBreakpoint — opt-in breakpoint #3 injection
  • upstreamDetection — detect when Anthropic changes CC request structure
  • usageLog — per-call usage log (claude-meter compatible)

Pipeline extensions synced to 3.6.1

6 default-on extensions were missing from our override in v0.7.x (silently not running):
ttl-tier-detect (75), image-strip (150), microcompact-stability (350), thinking-display (360), messages-cache-breakpoint (410), overage-warning (610).

Override now has 17 entries matching upstream, with request-log forced on.

Install

code --install-extension claude-code-cache-fix-0.8.0.vsix