Release notes
Smarter code search and resilient multi-file edits
Code search ranks the most relevant files across your project, and multi-file edits apply matching changes even if one section fails.
New
- Codebase search ranks relevant files with match counts, keyword hits, and context excerpts.
Improved
- Batch edits apply all matching changes across files and report only the lines that missed, instead of failing the whole update.
- Regex search automatically handles special search characters and limits context lines for readability.
- The agent batches independent searches and file reads for faster exploration.