v0.8.0 — Sync to upstream 3.6.1, debug mode, image management, 31 settings
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— setsCACHE_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 viasharpinstead of strippingimageMaxDim— max image dimension in pixelsimageRequestSizeMax— max total request size in bytes
Behavioral tweaks (4 settings)
thinkingDisplay—summarized/omitted/disabled(Opus 4.7 thinking summaries)outputEfficiencyReplacement— custom system prompt sectionoverageWarning— cost overage warnings per Q5h windownormalizeMicrocompact— stabilize microcompact sentinel strings
Diagnostics (4 settings)
prefixDiff— snapshot request prefixes for diffinginjectMessagesBreakpoint— opt-in breakpoint #3 injectionupstreamDetection— detect when Anthropic changes CC request structureusageLog— 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