mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
Fix user feedback not being added to conversation history in API error state (#2844)
Fix user feedback not being added to conversation history in the API error state
This commit is contained in:
parent
f1c79759a0
commit
8ac911244c
1 changed files with 2 additions and 0 deletions
|
|
@ -1613,6 +1613,8 @@ export class Cline extends EventEmitter<ClineEvents> {
|
|||
],
|
||||
)
|
||||
|
||||
await this.say("user_feedback", text, images)
|
||||
|
||||
// Track consecutive mistake errors in telemetry
|
||||
telemetryService.captureConsecutiveMistakeError(this.taskId)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue