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
Copy file name to clipboardExpand all lines: src/core/Cline.ts
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2219,7 +2219,7 @@ export class Cline {
2219
2219
}
2220
2220
2221
2221
/*
2222
-
Seeing out of bounds is fine, it means that the next too call is being built up and ready to add to assistantMessageContent to present.
2222
+
Seeing out of bounds is fine, it means that the next too call is being built up and ready to add to assistantMessageContent to present.
2223
2223
When you see the UI inactive during this, it means that a tool is breaking without presenting any UI. For example the write_to_file tool was breaking when relpath was undefined, and for invalid relpath it never presented UI.
2224
2224
*/
2225
2225
this.presentAssistantMessageLocked=false// this needs to be placed here, if not then calling this.presentAssistantMessage below would fail (sometimes) since it's locked
@@ -2391,9 +2391,14 @@ export class Cline {
2391
2391
2392
2392
conststream=this.attemptApiRequest(previousApiReqIndex)// yields only if the first chunk is successful, otherwise will allow the user to retry the request (most likely due to rate limit error, which gets thrown on the first chunk)
0 commit comments