pub const AI_MAX_PREVIEW_CHARS: usize = 1_000;
Maximum chars for the indexed content preview section. Prevents large multi-chunk files from blowing out the prompt. Default: 1000 chars.