Browse Source

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
System233 8 months ago
parent
commit
8ac911244c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/core/Cline.ts

+ 2 - 0
src/core/Cline.ts

@@ -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)
 			}