We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c384607 commit 690f46cCopy full SHA for 690f46c
lib/msgfmt/message_box.go
@@ -129,8 +129,7 @@ func removeClaudeReportTaskToolCall(msg string) string {
129
return msg
130
}
131
132
- // Remove tool calls in reverse order to preserve indices
133
- // toolCallIdxs is already in reverse order from backwards iteration
+ // Remove tool calls from the message
134
for _, idxPair := range toolCallIdxs {
135
start, end := idxPair[0], idxPair[1]
136
lines = append(lines[:start], lines[end+1:]...)
0 commit comments