Commit 84691d4
committed
Fix #5298: Update apply_diff tool description to mark :start_line: as optional
- Updated MultiSearchReplaceDiffStrategy.getToolDescription() to show :start_line: as (optional) instead of (required)
- Updated MultiFileSearchReplaceDiffStrategy.getToolDescription() to show :start_line: as (optional) instead of (required)
- This aligns the Human Relay Mode tool descriptions with the official Roo Code documentation
- Fixes inconsistency where tool descriptions incorrectly marked :start_line: as required when it's actually optional1 parent 3a8ba27 commit 84691d4
File tree
2 files changed
+2
-2
lines changed- src/core/diff/strategies
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments