Original Reddit post

❯ What’s taking so long for the agent to complete? Read 1 file (ctrl+o to expand) ● It’s still reading through the 4.3MB JSONL file — it already extracted the stats (tool counts, file lists, assistant messages) and is now reading the full conversation content to produce the narrative summary. The file is large enough that each Read call only gets a portion. The irony isn’t lost on me — this is exactly the kind of thing your proposed skill is about. The agent is doing breadth-first exploration of a huge file instead of targeting what matters. Let me send it a nudge to wrap up. submitted by /u/yibers

Originally posted by u/yibers on r/ClaudeCode