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
"Use prompt enhancement to get tailored suggestions or improvements for your inputs. This ensures Roo understands your intent and provides the best possible responses. Available via the ✨ icon in chat.",
38
33
template: `Generate an enhanced version of this prompt (reply with only the enhanced prompt - no conversation, explanations, lead-in, bullet points, placeholders, or surrounding quotes):
39
34
40
35
\${userInput}`,
41
36
},
42
37
EXPLAIN: {
43
-
label: "Explain Code",
44
-
description:
45
-
"Get detailed explanations of code snippets, functions, or entire files. Useful for understanding complex code or learning new patterns. Available in code actions (lightbulb icon in the editor) and the editor context menu (right-click on selected code).",
46
38
template: `Explain the following code from file path @/\${filePath}:
47
39
\${userInput}
48
40
@@ -56,9 +48,6 @@ Please provide a clear and concise explanation of what this code does, including
56
48
3. Important patterns or techniques used`,
57
49
},
58
50
FIX: {
59
-
label: "Fix Issues",
60
-
description:
61
-
"Get help identifying and resolving bugs, errors, or code quality issues. Provides step-by-step guidance for fixing problems. Available in code actions (lightbulb icon in the editor) and the editor context menu (right-click on selected code).",
62
51
template: `Fix any issues in the following code from file path @/\${filePath}
63
52
\${diagnosticText}
64
53
\${userInput}
@@ -74,9 +63,6 @@ Please:
74
63
4. Explain what was fixed and why`,
75
64
},
76
65
IMPROVE: {
77
-
label: "Improve Code",
78
-
description:
79
-
"Receive suggestions for code optimization, better practices, and architectural improvements while maintaining functionality. Available in code actions (lightbulb icon in the editor) and the editor context menu (right-click on selected code).",
80
66
template: `Improve the following code from file path @/\${filePath}:
Provide the improved code along with explanations for each enhancement.`,
94
80
},
95
81
ADD_TO_CONTEXT: {
96
-
label: "Add to Context",
97
-
description:
98
-
"Add context to your current task or conversation. Useful for providing additional information or clarifications. Available in code actions (lightbulb icon in the editor). and the editor context menu (right-click on selected code).",
99
82
template: `\${filePath}:
100
83
\`\`\`
101
84
\${selectedText}
102
85
\`\`\``,
103
86
},
104
87
TERMINAL_ADD_TO_CONTEXT: {
105
-
label: "Add Terminal Content to Context",
106
-
description:
107
-
"Add terminal output to your current task or conversation. Useful for providing command outputs or logs. Available in the terminal context menu (right-click on selected terminal content).",
108
88
template: `\${userInput}
109
89
Terminal output:
110
90
\`\`\`
111
91
\${terminalContent}
112
92
\`\`\``,
113
93
},
114
94
TERMINAL_FIX: {
115
-
label: "Fix Terminal Command",
116
-
description:
117
-
"Get help fixing terminal commands that failed or need improvement. Available in the terminal context menu (right-click on selected terminal content).",
118
95
template: `\${userInput}
119
96
Fix this terminal command:
120
97
\`\`\`
@@ -127,9 +104,6 @@ Please:
127
104
3. Explain what was fixed and why`,
128
105
},
129
106
TERMINAL_EXPLAIN: {
130
-
label: "Explain Terminal Command",
131
-
description:
132
-
"Get detailed explanations of terminal commands and their outputs. Available in the terminal context menu (right-click on selected terminal content).",
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/ca/prompts.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@
91
91
"TERMINAL_EXPLAIN": {
92
92
"label": "Explicar comanda del terminal",
93
93
"description": "Obtingueu explicacions detallades de les comandes del terminal i les seves sortides. Disponible al menú contextual del terminal (clic dret al contingut seleccionat del terminal)."
94
+
},
95
+
"NEW_TASK": {
96
+
"label": "Iniciar nova tasca",
97
+
"description": "Inicieu una nova tasca amb l'entrada proporcionada. Disponible a la paleta de comandes."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/de/prompts.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@
91
91
"TERMINAL_EXPLAIN": {
92
92
"label": "Terminal-Befehl erklären",
93
93
"description": "Erhalten Sie detaillierte Erklärungen zu Terminal-Befehlen und deren Ausgaben. Verfügbar im Kontextmenü des Terminals (Rechtsklick auf ausgewählten Terminal-Inhalt)."
94
+
},
95
+
"NEW_TASK": {
96
+
"label": "Neue Aufgabe starten",
97
+
"description": "Starte eine neue Aufgabe mit deiner Eingabe. Verfügbar in der Befehlspalette."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/prompts.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@
91
91
"TERMINAL_EXPLAIN": {
92
92
"label": "Explain Terminal Command",
93
93
"description": "Get detailed explanations of terminal commands and their outputs. Available in the terminal context menu (right-click on selected terminal content)."
94
+
},
95
+
"NEW_TASK": {
96
+
"label": "Start New Task",
97
+
"description": "Start a new task with user input. Available in the Command Palette."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/es/prompts.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@
91
91
"TERMINAL_EXPLAIN": {
92
92
"label": "Explicar comando de terminal",
93
93
"description": "Obtén explicaciones detalladas de comandos de terminal y sus salidas. Disponible en el menú contextual de la terminal (clic derecho en el contenido seleccionado de la terminal)."
94
+
},
95
+
"NEW_TASK": {
96
+
"label": "Iniciar nueva tarea",
97
+
"description": "Inicia una nueva tarea con entrada del usuario. Disponible en la Paleta de comandos."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/fr/prompts.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@
91
91
"TERMINAL_EXPLAIN": {
92
92
"label": "Expliquer la commande du terminal",
93
93
"description": "Obtenez des explications détaillées sur les commandes du terminal et leurs sorties. Disponible dans le menu contextuel du terminal (clic droit sur le contenu sélectionné du terminal)."
94
+
},
95
+
"NEW_TASK": {
96
+
"label": "Démarrer une nouvelle tâche",
97
+
"description": "Démarre une nouvelle tâche avec ton entrée. Disponible dans la palette de commandes."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/hi/prompts.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@
91
91
"TERMINAL_EXPLAIN": {
92
92
"label": "टर्मिनल कमांड समझाएँ",
93
93
"description": "टर्मिनल कमांड और उनके आउटपुट के विस्तृत स्पष्टीकरण प्राप्त करें। टर्मिनल के कंटेक्स्ट मेनू (चयनित टर्मिनल सामग्री पर राइट-क्लिक) में उपलब्ध है।"
94
+
},
95
+
"NEW_TASK": {
96
+
"label": "नया कार्य शुरू करें",
97
+
"description": "इनपुट के साथ नया कार्य शुरू करें। कमांड पैलेट में उपलब्ध है।"
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/it/prompts.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,10 @@
91
91
"TERMINAL_EXPLAIN": {
92
92
"label": "Spiega comando del terminale",
93
93
"description": "Ottieni spiegazioni dettagliate sui comandi del terminale e sui loro output. Disponibile nel menu contestuale del terminale (clic destro sul contenuto selezionato del terminale)."
94
+
},
95
+
"NEW_TASK": {
96
+
"label": "Avvia nuova attività",
97
+
"description": "Avvia una nuova attività con il tuo input. Disponibile nella palette dei comandi."
0 commit comments