From fb53d331cc947b8136f9aaf3dc39382e30420751 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 5 Mar 2025 14:53:51 -0500 Subject: [PATCH] Missed a spot in ClineProvider --- src/core/webview/ClineProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 1d3e5465db..6883eb4fdf 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -1785,7 +1785,7 @@ export class ClineProvider implements vscode.WebviewViewProvider { const mode = message.mode ?? defaultModeSlug const customModes = await this.customModesManager.getCustomModes() - const rooIgnoreInstructions = this.cline?.rooIgnoreController?.getInstructions() + const rooIgnoreInstructions = this.getCurrentCline()?.rooIgnoreController?.getInstructions() const systemPrompt = await SYSTEM_PROMPT( this.context,