Missed a spot in ClineProvider

This commit is contained in:
Matt Rubens 2025-03-05 14:53:51 -05:00
parent 6a0f22185b
commit fb53d331cc

View file

@ -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,