From bdac1c61924d321ff86e34568432d0cddfcedf1a Mon Sep 17 00:00:00 2001 From: Dylan Hurd Date: Fri, 31 Oct 2025 15:13:53 -0700 Subject: [PATCH] tweak --- codex-rs/core/src/tools/handlers/apply_patch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/tools/handlers/apply_patch.rs b/codex-rs/core/src/tools/handlers/apply_patch.rs index a1ca31b364..feceb9f914 100644 --- a/codex-rs/core/src/tools/handlers/apply_patch.rs +++ b/codex-rs/core/src/tools/handlers/apply_patch.rs @@ -171,7 +171,7 @@ The patch must start with `*** Begin Patch` and end with `*** End Patch`. The se - `*** Delete File: PATH` removes a file. - `*** Update File: PATH` edits a file. You may add `*** Move to: PATH` to rename it. - Update lines should either start with @@ (start of range), ` ` (context line), `+` (add line), or `-` (delete line). -A patch can contain multiple hunks. Paths should be absolute.".to_string(), +A patch can contain multiple hunks. `PATH` should be absolute.".to_string(), format: FreeformToolFormat { r#type: "grammar".to_string(), syntax: "lark".to_string(),