Skip to main content

Module editor

Module editor 

Source
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§

EditPlan
FileSpec

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).