| commit | 136b66dbe453549cc411abc6e6b2144cfb368add | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Wed Jul 30 11:48:58 2025 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Wed Jul 30 12:19:56 2025 -0700 |
| tree | 49565876ae80d0cc06564b4fd301946f1027d267 | |
| parent | 04f16a5af290588dd05f9f71da1f320711f625ff [diff] [blame] |
claudetool: accept relative paths in patch tool
diff --git a/loop/agent.go b/loop/agent.go index 0953a56..5fb2f33 100644 --- a/loop/agent.go +++ b/loop/agent.go
@@ -1392,6 +1392,7 @@ } patchTool := &claudetool.PatchTool{ Callback: a.patchCallback, + Pwd: a.workingDir, } // Register all tools with the conversation