| commit | 994e9844862b85015c07907c17764d3556164090 | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Wed Jul 30 20:26:47 2025 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Wed Jul 30 21:37:38 2025 -0700 |
| tree | 7818b6f3494136e6c94733980801f9b7fe81f378 | |
| parent | 7f18fb61ea479598bf9c2c89e92cec636f45070d [diff] [blame] |
claudetool: add simplified patch support For weaker models. Also, improve fallback parsing introduced earlier.
diff --git a/claudetool/patch_test.go b/claudetool/patch_test.go index 93bbe1c..6a8d090 100644 --- a/claudetool/patch_test.go +++ b/claudetool/patch_test.go
@@ -320,7 +320,7 @@ // Test single patch format (PatchInputOne) inputOne := PatchInputOne{ Path: testFile, - Patches: PatchRequest{ + Patches: &PatchRequest{ Operation: "overwrite", NewText: "Single patch format\n", },