We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535916f commit 27031c1Copy full SHA for 27031c1
src/core/assistant-message/presentAssistantMessage.ts
@@ -311,9 +311,9 @@ export async function presentAssistantMessage(cline: Task) {
311
progressStatus?: ToolProgressStatus,
312
isProtected?: boolean,
313
) => {
314
- const state = await cline.providerRef.deref()?.getState()
315
-
316
// kilocode_change start: yolo mode
+
+ const state = await cline.providerRef.deref()?.getState()
317
if (state?.yoloMode) {
318
return true
319
}
0 commit comments