Skip to content

v2.0.4

Choose a tag to compare

@cnighswonger cnighswonger released this 19 Apr 18:15
· 227 commits to main since this release

New: manual-compact.sh tool for sessions using the 1M context hack (DISABLE_COMPACT=1 + CLAUDE_CODE_MAX_CONTEXT_TOKENS=1000000).

The 1M hack disables /compact — this tool provides a manual alternative:

  • Extracts conversation from JSONL transcript
  • Weights recent turns heavily (95% active-work fidelity in testing)
  • Accepts project directory or direct JSONL path with confirmation prompt
  • Supports optional user context file for known gaps
  • See tools/MANUAL-COMPACT.md for full usage guide

Also includes:

  • Development workflow, PR review process, and agent identification requirement in CLAUDE.md
  • TRACKED_ISSUES.md updated with v2.1.112/113 context, new contributors, and media coverage
npm update claude-code-cache-fix

16 cache-stability fixes. 162 tests passing.