What Search Indexes
Semantic search indexes user prompts and assistant prose. It leaves out tool-only turns and the code inside a transcript, and folds checkpoint matches into their owning sessions. If you have the checkpoint ID, open it directly:
--repo OWNER/REPO and use the full checkpoint ID.
Code Search does not find uncommitted changes, untracked files, commits that exist only in your local clone, or branches other than the one Entire indexes.
When New Content Appears
Commit and push the branch that contains your work. Push the checkpoint data so semantic search can index agent-session content. Indexing runs after your content reaches Entire, so recent work may not appear right away. Give it a couple of minutes before treating a missing result as a problem.Which Repositories Search Includes
The CLI searches the current repository by default. Use--repo for a specific indexed repository or --all-repos for all indexed repositories your account can access:
What an Empty Result Means
An empty result usually means the search worked and found nothing. It is not by itself a sign of an authentication or indexing error. Before changing the query, confirm you pushed the work, gave indexing time, and searched the right repository. Then check the search mode:- Use semantic search for prompts, decisions, commits, and agent-session context.
- Use Code Search for literal source text such as function names, error messages, and configuration keys.
Continue With
Search in entire.io
Search accessible indexed repositories in the browser.
Search in the CLI
Semantic and Code Search from your terminal.
Search Troubleshooting
Diagnose missing commands, results, or repositories.