Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 0/5 agents 427 findings $12.75 so far

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.11 Home All releases olderv2.0.10 v2.0.12newer
Claude Code v2.0.11

Explore Agent

What: New built-in agent specialized for fast codebase exploration and file searching

When to use:

# Automatically invoked when searching for files or exploring code
# Fast operations: finding files by patterns, searching code for keywords,
# answering questions about codebase structure

Details:

  • Optimized for rapid file pattern matching with Glob
  • Powerful regex-based code searching with Grep
  • Efficient file reading and bash operations
  • Uses the fast Haiku model for quick responses
  • Tools available: Glob, Grep, Read, Bash
  • Evidence: New agent definition Ds5 at line 428791 in v2.0.11 with agentType: "Explore"

See this entry in the whole of v2.0.11 →