pub const LARGE_PROMPT_THRESHOLD: usize = 25_000;
Truncation threshold, matching the shell’s large-prompt limit.