mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge pull request #1404 from RooVetGit/fix_cline_provider
Missed a spot in ClineProvider
This commit is contained in:
commit
ee997c8669
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue