Skip to content

Commit 0add573

Browse files
committed
Fix user feedback not being added to conversation history in the API error state
1 parent f1c7975 commit 0add573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/Cline.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,6 +1613,8 @@ export class Cline extends EventEmitter<ClineEvents> {
16131613
],
16141614
)
16151615

1616+
await this.say("user_feedback", text, images)
1617+
16161618
// Track consecutive mistake errors in telemetry
16171619
telemetryService.captureConsecutiveMistakeError(this.taskId)
16181620
}

0 commit comments

Comments
 (0)