Structs§
Enums§
Functions§
- apply_
file_ changes - Executes the file changes defined in
AipFileChangesrelative tobase_dir. - extract_
file_ changes - Extracts the first
FILE_CHANGESblock from the input string. - has_
actionable_ hunks - Returns
trueif the raw patch text contains at least one actionable hunk (i.e., a hunk with at least one+or-line). - load_
files_ context - Gathers file contents based on globs relative to a
base_dirand formats them into a<FILE_CONTENT path="...">content</FILE_CONTENT>block. - split_
raw_ hunks - Splits a raw simplified patch (numberless
@@hunks) into individual hunk strings.