Expand description
Edit existing codebases with AI assistance.
Reads an existing project, sends the file tree + relevant code to the LLM, and applies changes through the same quality pipeline.
Structs§
Functions§
- apply_
edits - Apply edits to files using the LLM.
- build_
file_ tree - Build a file tree summary of an existing project.
- plan_
edit - Generate an edit plan for an existing codebase.
- read_
project_ context - Read relevant source files from a project (up to a size limit).