Problem
diff calls _load(a, "auto", tokenizer, 10, 400, 800) with hardcoded values: a custom --tool-result-cap used in analyze cannot be reproduced in diff.
Where
src/ctxlens/cli.py (diff command).
Acceptance
Add a failing test first (or CLI --help check) showing diff accepts/passes through --tool-result-cap/--tool-def-budget. Then fix.
Problem
diffcalls_load(a, "auto", tokenizer, 10, 400, 800)with hardcoded values: a custom--tool-result-capused inanalyzecannot be reproduced indiff.Where
src/ctxlens/cli.py(diffcommand).Acceptance
Add a failing test first (or CLI
--helpcheck) showingdiffaccepts/passes through--tool-result-cap/--tool-def-budget. Then fix.