| 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] |
claudetool: add simplified patch support For weaker models. Also, improve fallback parsing introduced earlier.
diff --git a/llm/ant/ant.go b/llm/ant/ant.go index 046456f..7be2911 100644 --- a/llm/ant/ant.go +++ b/llm/ant/ant.go
@@ -565,3 +565,8 @@ } } } + +// For debugging only, Claude can definitely handle the full patch tool. +// func (s *Service) UseSimplifiedPatch() bool { +// return true +// }