Skip to content

Commit 1cca4f4

Browse files
axkirillovmrubens
andauthored
feat: Add 'roo.acceptInput' command (RooCodeInc#2598)
* feat: Add 'roo.acceptInput' command * Update package.nls.json * Update translations --------- Co-authored-by: Matt Rubens <[email protected]>
1 parent 37f7d83 commit 1cca4f4

20 files changed

+54
-3
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@
179179
"command": "roo-cline.focusInput",
180180
"title": "%command.focusInput.title%",
181181
"category": "%extension.displayName%"
182+
},
183+
{
184+
"command": "roo.acceptInput",
185+
"title": "%command.acceptInput.title%",
186+
"category": "%extension.displayName%"
182187
}
183188
],
184189
"menus": {

package.nls.ca.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"command.terminal.explainCommand.title": "Explicar Aquesta Ordre",
1515
"command.terminal.fixCommandInCurrentTask.title": "Corregir Aquesta Ordre (Tasca Actual)",
1616
"command.terminal.explainCommandInCurrentTask.title": "Explicar Aquesta Ordre (Tasca Actual)",
17+
"command.acceptInput.title": "Acceptar Entrada/Suggeriment",
1718
"views.activitybar.title": "Roo Code",
1819
"views.contextMenu.label": "Roo Code",
1920
"views.terminalMenu.label": "Roo Code",

package.nls.de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"command.terminal.explainCommand.title": "Diesen Befehl Erklären",
1515
"command.terminal.fixCommandInCurrentTask.title": "Diesen Befehl Reparieren (Aktuelle Aufgabe)",
1616
"command.terminal.explainCommandInCurrentTask.title": "Diesen Befehl Erklären (Aktuelle Aufgabe)",
17+
"command.acceptInput.title": "Eingabe/Vorschlag Akzeptieren",
1718
"views.activitybar.title": "Roo Code",
1819
"views.contextMenu.label": "Roo Code",
1920
"views.terminalMenu.label": "Roo Code",

package.nls.es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"command.terminal.explainCommand.title": "Explicar Este Comando",
1515
"command.terminal.fixCommandInCurrentTask.title": "Corregir Este Comando (Tarea Actual)",
1616
"command.terminal.explainCommandInCurrentTask.title": "Explicar Este Comando (Tarea Actual)",
17+
"command.acceptInput.title": "Aceptar Entrada/Sugerencia",
1718
"views.activitybar.title": "Roo Code",
1819
"views.contextMenu.label": "Roo Code",
1920
"views.terminalMenu.label": "Roo Code",

package.nls.fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"command.terminal.explainCommand.title": "Expliquer cette Commande",
1515
"command.terminal.fixCommandInCurrentTask.title": "Corriger cette Commande (Tâche Actuelle)",
1616
"command.terminal.explainCommandInCurrentTask.title": "Expliquer cette Commande (Tâche Actuelle)",
17+
"command.acceptInput.title": "Accepter l'Entrée/Suggestion",
1718
"views.activitybar.title": "Roo Code",
1819
"views.contextMenu.label": "Roo Code",
1920
"views.terminalMenu.label": "Roo Code",

package.nls.hi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"command.terminal.explainCommand.title": "यह कमांड समझाएं",
1515
"command.terminal.fixCommandInCurrentTask.title": "यह कमांड ठीक करें (वर्तमान कार्य)",
1616
"command.terminal.explainCommandInCurrentTask.title": "यह कमांड समझाएं (वर्तमान कार्य)",
17+
"command.acceptInput.title": "इनपुट/सुझाव स्वीकारें",
1718
"views.activitybar.title": "Roo Code",
1819
"views.contextMenu.label": "Roo Code",
1920
"views.terminalMenu.label": "Roo Code",

package.nls.it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"command.terminal.explainCommand.title": "Spiega Questo Comando",
1515
"command.terminal.fixCommandInCurrentTask.title": "Correggi Questo Comando (Task Corrente)",
1616
"command.terminal.explainCommandInCurrentTask.title": "Spiega Questo Comando (Task Corrente)",
17+
"command.acceptInput.title": "Accetta Input/Suggerimento",
1718
"views.activitybar.title": "Roo Code",
1819
"views.contextMenu.label": "Roo Code",
1920
"views.terminalMenu.label": "Roo Code",

package.nls.ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"command.terminal.explainCommand.title": "このコマンドを説明",
2424
"command.terminal.fixCommandInCurrentTask.title": "このコマンドを修正(現在のタスク)",
2525
"command.terminal.explainCommandInCurrentTask.title": "このコマンドを説明(現在のタスク)",
26+
"command.acceptInput.title": "入力/提案を承認",
2627
"configuration.title": "Roo Code",
2728
"commands.allowedCommands.description": "'常に実行操作を承認する'が有効な場合に自動実行できるコマンド",
2829
"settings.vsCodeLmModelSelector.description": "VSCode 言語モデル API の設定",

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"command.terminal.explainCommand.title": "Explain This Command",
2424
"command.terminal.fixCommandInCurrentTask.title": "Fix This Command (Current Task)",
2525
"command.terminal.explainCommandInCurrentTask.title": "Explain This Command (Current Task)",
26+
"command.acceptInput.title": "Accept Input/Suggestion",
2627
"configuration.title": "Roo Code",
2728
"commands.allowedCommands.description": "Commands that can be auto-executed when 'Always approve execute operations' is enabled",
2829
"settings.vsCodeLmModelSelector.description": "Settings for VSCode Language Model API",

package.nls.ko.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"command.terminal.explainCommand.title": "이 명령어 설명",
1515
"command.terminal.fixCommandInCurrentTask.title": "이 명령어 수정 (현재 작업)",
1616
"command.terminal.explainCommandInCurrentTask.title": "이 명령어 설명 (현재 작업)",
17+
"command.acceptInput.title": "입력/제안 수락",
1718
"views.activitybar.title": "Roo Code",
1819
"views.contextMenu.label": "Roo Code",
1920
"views.terminalMenu.label": "Roo Code",

0 commit comments

Comments
 (0)