Tools and functions that are optimized for AI codegen use cases.
codegenEditFile
tool on the MCP server of a sandbox to fast-apply a targeted edit to a specified file, with instructions and partial contents.
Use Blaxel SDK to retrieve the tool in any compatible agent framework (here in AI SDK format):
codegenCodebaseSearch
- Find semantic code snippets from the codebase based on a natural language query.codegenFileSearch
- Fast fuzzy filename search in the project.codegenGrepSearch
- Run fast, exact regex/text searches on files for locating patterns or strings.codegenListDir
- List contents of a directory in the project.codegenParallelApply
- Plan and apply similar changes to multiple locations/files simultaneously.codegenReadFileRange
- Read a specific range of lines in a file (max 250 lines at once).codegenReapply
- Retry the application of the last edit, in case it previously failed.