You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move single block warning to notice section and make more concise
- Move warning from prepended text to notice tag format
- Remove 'for the LLM' phrase to make message more concise
- Add same warning logic to multiApplyDiffTool for consistency
- Warning now appears as a notice after the main result message
? "Making multiple related changes in a single apply_diff is more efficient for the LLM. If other changes are needed in this file, please include them as additional SEARCH/REPLACE blocks.\n\n"
195
+
? "\n<notice>Making multiple related changes in a single apply_diff is more efficient. If other changes are needed in this file, please include them as additional SEARCH/REPLACE blocks.</notice>"
? "\n<notice>Making multiple related changes in a single apply_diff is more efficient. If other changes are needed in this file, please include them as additional SEARCH/REPLACE blocks.</notice>"
611
+
: ""
612
+
599
613
// Push the final result combining all operation results
0 commit comments