Skip to main content

CLAUDE_SESSION_SCAN_LIMIT

Constant CLAUDE_SESSION_SCAN_LIMIT 

Source
pub const CLAUDE_SESSION_SCAN_LIMIT: usize = 200; // 200usize
Expand description

Newest-first cap on Claude Code sessions examined when no session filter is given. Claude’s jobs are session state, so an unfiltered listing would otherwise walk the whole history; the scan is reported in JobsListing::sources so a truncated answer is never silent.