apply_patch
Apply Codex patch files to add, update, move, or delete files in the configured workspace. Use dry_run to validate changes without writing.
Instructions
Add, update, move, or delete files inside the configured workspace using Codex patch format. Run with "dry_run" first when the context lines are uncertain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | Patch beginning with *** Begin Patch and ending with *** End Patch. | |
| dry_run | No | Validate and report changes without writing files. |