MCPcopy Create free account
hub / github.com/Louisym/MiniCC / CompactionConfig

Class CompactionConfig

mini_claude_code/compact.py:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25# ============================================================
26
27class CompactionConfig(BaseModel):
28 preserve_recent_messages: int = 4
29 max_estimated_tokens: int = 200_000
30
31
32# ============================================================

Callers 2

_maybe_auto_compactMethod · 0.90
run_replFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected