Compare commits

...

1 Commits

Author SHA1 Message Date
Saoud Rizwan f6ac583ede Remove cancelReason when retrying request to show the proper animation in ChatRow 2025-07-12 00:46:15 -07:00
+1 -1
View File
@@ -1723,7 +1723,7 @@ export class Task {
await this.messageStateHandler.updateClineMessage(lastApiReqStartedIndex, {
text: JSON.stringify({
...currentApiReqInfo, // Spread the modified info (with retryStatus removed)
cancelReason: "retries_exhausted", // Indicate that automatic retries failed
// cancelReason: "retries_exhausted", // Indicate that automatic retries failed
streamingFailedMessage: errorMessage,
} satisfies ClineApiReqInfo),
})