Agentic Search answers questions about your code and the work that produced it. One query returns the commits and sessions behind a change alongside the matching code.
Search runs on a dual engine:
- Semantic search matches meaning and keywords across commits and sessions, surfacing the reasoning behind a change.
- Code Search finds literal text such as function names, error messages, and configuration keys. It is symbol-aware, with definitions and references.
--repo or --all-repos.
Search reads Entire’s indexes, not your local working tree. See What Is Indexed and When for what it covers and when new work shows up.
Benefits of Using Search
- Ask why code is the way it is and get the commit, session, and prompt behind it, not just the lines that changed.
- Find precedent in repositories your agent has never cloned.
- Answer in fewer turns than cloning and grepping take, leaving more context window for the task.
- Find literal source text across your repositories in one query.
How to Use Search
See Use Search with Your Coding Agent for the Skill that runs these queries on your agent’s behalf.
Continue With
Search in entire.io
Use semantic search and Code Search from the Search page.
Search in the CLI
Search past work or indexed code from your terminal.
Use Search with Your Coding Agent
Let an agent find relevant commits and sessions.
Search Past Work and Code
Practice both kinds of search with one guided tutorial.
What Is Indexed and When
Check what Search can find and when new work becomes available.
Search Troubleshooting
Fix login, indexing, scope, and query issues.