CLI를 쓰면 에이전트가 큰 데이터를 가져와도 컨텍스트가 더러워지지 않습니다.
13만 2천 토큰짜리 원본 응답은 CLI의 로컬 미러(예: SQLite)가 흡수하고 모델에는 약 2천 토큰 요약만 돌려보내, 벌크 데이터가 세션에 닿지 않습니다.
A CLI lets an agent fetch large datasets without polluting context: the CLI's local mirror (e.g. SQLite) absorbs the 132K-token raw response and returns only a ~2K-token summary to the model, so bulk data never lands in the session.