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
vscode.workspace.workspaceFolders?.map((folder)=>folder.uri.fsPath).at(0)??path.join(os.homedir(),"Desktop")// may or may not exist but fs checking existence would immediately ask for permission which would be bad UX, need to come up with a better solution
"Enable the experimental insert content tool, allowing Roo to insert content at specific line numbers without needing to create a diff.",
36
37
enabled: false,
37
38
},
39
+
POWER_STEERING: {
40
+
name: 'Use experimental "power steering" mode',
41
+
description:
42
+
"When enabled, Roo will remind the model about the details of its current mode definition more frequently. This will lead to stronger adherence to role definitions and custom instructions, but will use additional tokens.",
0 commit comments