You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/controller/index.ts
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,6 @@ export class Controller {
130
130
awaitthis.clearTask()// ensures that an existing task doesn't exist before starting a new one, although this shouldn't be possible since user must clear task before starting a new one
// altering the system prompt mid-task will break the prompt cache, but in the grand scheme this will not change often so it's better to not pollute user messages with it the way we have to with <potentially relevant details>
1687
1682
constuserInstructions=addUserInstructions(
1688
-
settingsCustomInstructions,
1689
1683
globalClineRulesFileInstructions,
1690
1684
localClineRulesFileInstructions,
1691
1685
localCursorRulesFileInstructions,
@@ -1694,6 +1688,7 @@ export class Task {
1694
1688
clineIgnoreInstructions,
1695
1689
preferredLanguageInstructions,
1696
1690
)
1691
+
console.log("[INSTRUCTIONS] User instructions:",userInstructions)
0 commit comments