plugins/hooks/context_compressor/cfg
Context compression configuration.
Values
pub fn protect_head() -> Int
Number of messages to protect at the head (system prompt + early context).
pub fn protect_tail() -> Int
Number of messages to protect at the tail (recent conversation).
pub fn trigger_percent() -> Int
Context window fill percent that triggers preemptive compression.