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
"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 more tokens per message.",
"Enable the experimental unified diff strategy. This strategy might reduce the number of retries caused by model errors but may cause unexpected behavior or incorrect edits. Only enable if you understand the risks and are willing to carefully review all changes.",
25
20
enabled: false,
26
21
},
27
22
SEARCH_AND_REPLACE: {
28
-
name: "Use experimental search and replace tool",
29
-
description:
30
-
"Enable the experimental search and replace tool, allowing Roo to replace multiple instances of a search term in one request.",
31
23
enabled: false,
32
24
},
33
25
INSERT_BLOCK: {
34
-
name: "Use experimental insert content tool",
35
-
36
-
description:
37
-
"Enable the experimental insert content tool, allowing Roo to insert content at specific line numbers without needing to create a diff.",
38
26
enabled: false,
39
27
},
40
28
POWER_STEERING: {
41
-
name: 'Use experimental "power steering" mode',
42
-
description:
43
-
"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 more tokens per message.",
44
29
enabled: false,
45
30
},
46
31
MULTI_SEARCH_AND_REPLACE: {
47
-
name: "Use experimental multi block diff tool",
48
-
description:
49
-
"When enabled, Roo will use multi block diff tool. This will try to update multiple code blocks in the file in one request.",
50
32
enabled: false,
51
33
},
52
34
}
@@ -67,17 +49,4 @@ export const experiments = {
67
49
},
68
50
}asconst
69
51
70
-
// Expose experiment details for UI - pre-compute from map for better performance
"description": "تمكين استراتيجية diff الموحدة التجريبية. قد تقلل هذه الاستراتيجية من عدد إعادة المحاولات الناجمة عن أخطاء النموذج ولكنها قد تسبب سلوكًا غير متوقع أو تعديلات غير صحيحة. قم بتمكينها فقط إذا كنت تفهم المخاطر وعلى استعداد لمراجعة جميع التغييرات بعناية."
173
+
},
174
+
"SEARCH_AND_REPLACE": {
175
+
"name": "استخدام أداة البحث والاستبدال التجريبية",
176
+
"description": "تمكين أداة البحث والاستبدال التجريبية، مما يسمح لـ Roo باستبدال عدة مثيلات لمصطلح البحث في طلب واحد."
177
+
},
178
+
"INSERT_BLOCK": {
179
+
"name": "استخدام أداة إدراج المحتوى التجريبية",
180
+
"description": "تمكين أداة إدراج المحتوى التجريبية، مما يسمح لـ Roo بإدراج محتوى في أرقام أسطر محددة دون الحاجة إلى إنشاء diff."
181
+
},
182
+
"POWER_STEERING": {
183
+
"name": "استخدام وضع \"التوجيه المعزز\" التجريبي",
184
+
"description": "عند تمكينه، سيذكر Roo النموذج بتفاصيل تعريف وضعه الحالي بشكل أكثر تكرارًا. سيؤدي ذلك إلى التزام أقوى بتعريفات الأدوار والتعليمات المخصصة، ولكنه سيستخدم المزيد من token لكل رسالة."
185
+
},
186
+
"MULTI_SEARCH_AND_REPLACE": {
187
+
"name": "استخدام أداة diff متعددة الكتل التجريبية",
188
+
"description": "عند تمكينه، سيستخدم Roo أداة diff متعددة الكتل. سيحاول هذا تحديث عدة كتل من الكود في الملف في طلب واحد."
"description": "Activar l'estratègia diff unificada experimental. Aquesta estratègia podria reduir el nombre de reintents causats per errors del model, però pot causar comportaments inesperats o edicions incorrectes. Activeu-la només si enteneu els riscos i esteu disposats a revisar acuradament tots els canvis."
173
+
},
174
+
"SEARCH_AND_REPLACE": {
175
+
"name": "Utilitzar eina de cerca i reemplaçament experimental",
176
+
"description": "Activar l'eina de cerca i reemplaçament experimental, permetent a Roo reemplaçar múltiples instàncies d'un terme de cerca en una sola petició."
177
+
},
178
+
"INSERT_BLOCK": {
179
+
"name": "Utilitzar eina d'inserció de contingut experimental",
180
+
"description": "Activar l'eina d'inserció de contingut experimental, permetent a Roo inserir contingut a números de línia específics sense necessitat de crear un diff."
"description": "Quan està activat, Roo recordarà al model els detalls de la seva definició de mode actual amb més freqüència. Això portarà a una adherència més forta a les definicions de rol i instruccions personalitzades, però utilitzarà més tokens per missatge."
185
+
},
186
+
"MULTI_SEARCH_AND_REPLACE": {
187
+
"name": "Utilitzar eina diff de blocs múltiples experimental",
188
+
"description": "Quan està activat, Roo utilitzarà l'eina diff de blocs múltiples. Això intentarà actualitzar múltiples blocs de codi a l'arxiu en una sola petició."
189
+
}
170
190
},
171
191
"temperature": {
172
192
"useCustom": "Utilitzar temperatura personalitzada",
"description": "Povolit experimentální sjednocenou strategii diff. Tato strategie může snížit počet opakování způsobených chybami modelu, ale může způsobit neočekávané chování nebo nesprávné úpravy. Povolte pouze pokud rozumíte rizikům a jste ochotni pečlivě zkontrolovat všechny změny."
173
+
},
174
+
"SEARCH_AND_REPLACE": {
175
+
"name": "Použít experimentální nástroj pro vyhledávání a nahrazování",
176
+
"description": "Povolit experimentální nástroj pro vyhledávání a nahrazování, umožňující Roo nahradit více výskytů hledaného výrazu v jednom požadavku."
177
+
},
178
+
"INSERT_BLOCK": {
179
+
"name": "Použít experimentální nástroj pro vkládání obsahu",
180
+
"description": "Povolit experimentální nástroj pro vkládání obsahu, umožňující Roo vkládat obsah na konkrétní čísla řádků bez nutnosti vytvářet diff."
"description": "Když je povoleno, Roo bude častěji připomínat modelu podrobnosti o definici jeho aktuálního režimu. To povede k silnějšímu dodržování definic rolí a vlastních instrukcí, ale bude používat více tokenů na zprávu."
185
+
},
186
+
"MULTI_SEARCH_AND_REPLACE": {
187
+
"name": "Použít experimentální nástroj pro více bloků diff",
188
+
"description": "Když je povoleno, Roo použije nástroj pro více bloků diff. Tím se pokusí aktualizovat více bloků kódu v souboru v jednom požadavku."
"description": "Aktiviert die experimentelle einheitliche Diff-Strategie. Diese Strategie könnte die Anzahl der durch Modellfehler verursachten Wiederholungen reduzieren, kann aber unerwartetes Verhalten oder falsche Bearbeitungen verursachen. Nur aktivieren, wenn Sie die Risiken verstehen und bereit sind, alle Änderungen sorgfältig zu überprüfen."
173
+
},
174
+
"SEARCH_AND_REPLACE": {
175
+
"name": "Experimentelles Such- und Ersetzungswerkzeug verwenden",
176
+
"description": "Aktiviert das experimentelle Such- und Ersetzungswerkzeug, das Roo ermöglicht, mehrere Instanzen eines Suchbegriffs in einer Anfrage zu ersetzen."
"description": "Aktiviert das experimentelle Inhalts-Einfüge-Werkzeug, das Roo ermöglicht, Inhalte an bestimmten Zeilennummern einzufügen, ohne einen Diff erstellen zu müssen."
"description": "Wenn aktiviert, wird Roo das Modell häufiger an die Details seiner aktuellen Modusdefinition erinnern. Dies führt zu einer stärkeren Einhaltung von Rollendefinitionen und benutzerdefinierten Anweisungen, verwendet aber mehr Tokens pro Nachricht."
"description": "Wenn aktiviert, verwendet Roo das Multi-Block-Diff-Werkzeug. Dies versucht, mehrere Codeblöcke in der Datei in einer Anfrage zu aktualisieren."
189
+
}
170
190
},
171
191
"temperature": {
172
192
"useCustom": "Benutzerdefinierte Temperatur verwenden",
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/settings.json
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,27 @@
166
166
}
167
167
},
168
168
"experimental": {
169
-
"warning": "⚠️"
169
+
"warning": "⚠️",
170
+
"DIFF_STRATEGY": {
171
+
"name": "Use experimental unified diff strategy",
172
+
"description": "Enable the experimental unified diff strategy. This strategy might reduce the number of retries caused by model errors but may cause unexpected behavior or incorrect edits. Only enable if you understand the risks and are willing to carefully review all changes."
173
+
},
174
+
"SEARCH_AND_REPLACE": {
175
+
"name": "Use experimental search and replace tool",
176
+
"description": "Enable the experimental search and replace tool, allowing Roo to replace multiple instances of a search term in one request."
177
+
},
178
+
"INSERT_BLOCK": {
179
+
"name": "Use experimental insert content tool",
180
+
"description": "Enable the experimental insert content tool, allowing Roo to insert content at specific line numbers without needing to create a diff."
"description": "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 more tokens per message."
185
+
},
186
+
"MULTI_SEARCH_AND_REPLACE": {
187
+
"name": "Use experimental multi block diff tool",
188
+
"description": "When enabled, Roo will use multi block diff tool. This will try to update multiple code blocks in the file in one request."
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/es/settings.json
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,27 @@
166
166
}
167
167
},
168
168
"experimental": {
169
-
"warning": "⚠️"
169
+
"warning": "⚠️",
170
+
"DIFF_STRATEGY": {
171
+
"name": "Usar estrategia de diff unificada experimental",
172
+
"description": "Habilitar la estrategia de diff unificada experimental. Esta estrategia podría reducir el número de reintentos causados por errores del modelo, pero puede causar comportamientos inesperados o ediciones incorrectas. Habilítela solo si comprende los riesgos y está dispuesto a revisar cuidadosamente todos los cambios."
173
+
},
174
+
"SEARCH_AND_REPLACE": {
175
+
"name": "Usar herramienta experimental de búsqueda y reemplazo",
176
+
"description": "Habilitar la herramienta experimental de búsqueda y reemplazo, permitiendo a Roo reemplazar múltiples instancias de un término de búsqueda en una sola solicitud."
177
+
},
178
+
"INSERT_BLOCK": {
179
+
"name": "Usar herramienta experimental de inserción de contenido",
180
+
"description": "Habilitar la herramienta experimental de inserción de contenido, permitiendo a Roo insertar contenido en números de línea específicos sin necesidad de crear un diff."
181
+
},
182
+
"POWER_STEERING": {
183
+
"name": "Usar modo experimental de \"dirección asistida\"",
184
+
"description": "Cuando está habilitado, Roo recordará al modelo los detalles de su definición de modo actual con más frecuencia. Esto llevará a una mayor adherencia a las definiciones de roles e instrucciones personalizadas, pero usará más tokens por mensaje."
185
+
},
186
+
"MULTI_SEARCH_AND_REPLACE": {
187
+
"name": "Usar herramienta experimental de diff de bloques múltiples",
188
+
"description": "Cuando está habilitado, Roo usará la herramienta de diff de bloques múltiples. Esto intentará actualizar múltiples bloques de código en el archivo en una sola solicitud."
0 commit comments