pub const DEFAULT_COMPRESSION_THRESHOLD: f64 = 0.5;
Compression trigger threshold (percentage of context window). Lowered to 0.5 to compress earlier for long conversations (128K context -> 64K threshold)