OmO
Oh My OpenAgentv4.7.5

Explore

Fast codebase grep and contextual pattern discovery. Speed over intelligence.

Explore is the grep agent. Fast pattern discovery, structured search across the codebase, "where is X used" questions. Same fallback chain as Librarian — it's the same utility model family.

Default model

FieldValue
Defaultopenai/gpt-5.4-mini-fast
StyleUtility — speed over depth

Runtime fallback chain

gpt-5.4-mini-fastopencode-go/qwen3.5-plusvercel/minimax-m2.7-highspeedopencode-go\|vercel/minimax-m2.7anthropic\|opencode\|vercel/claude-haiku-4-5openai\|opencode\|vercel/gpt-5.4-nano.

Tool restrictions

Read-only. Blocked: write, edit, task, call_omo_agent. Grep lane only.

When to invoke

  • Ask @explore for the policy on this feature.
  • Pre-implementation pattern discovery (how does the existing code do X?).
  • Fast scans where intelligence isn't the bottleneck — speed is.

What it doesn't do

  • Run on Opus — pure cost waste; Explore needs speed.
  • Decide. Hands findings to the orchestrator and stops.

Source Notes

Aligned with upstream docs/reference/features.md#core-agents and src/shared/model-requirements.ts.

On this page