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
fix(workflows): close review gaps for save, replay, and telemetry
Reject brittle wait_for_element selectors and weak semantic targets at
compile/normalize time, redact clarify/submit payloads during replay,
rewrite parameter markers in fallback prompts, align replay cleanup with
processMessage, and map remaining save-failure reasons in the UI.
Copy file name to clipboardExpand all lines: src/chrome/src/ui/locales/es.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -748,6 +748,9 @@ export default {
748
748
"sp.workflows.reason.no_steps": "Esa ejecución no contiene acciones que puedan guardarse de forma segura.",
749
749
"sp.workflows.reason.not_found": "No existe un flujo de trabajo guardado con ese ID.",
750
750
751
+
"sp.workflows.reason.name_required": "Indica un nombre de flujo: /workflow --save <name>.",
752
+
"sp.workflows.reason.http_start_url": "La ejecución registrada debe empezar en una página http(s) para poder guardarla.",
753
+
"sp.workflows.reason.normalization_failed": "No se pudo guardar ese flujo porque sus pasos no son seguros para repetir.",
751
754
"st.tab.memory": "Memoria",
752
755
"st.display.plan_review.label": "Pausas de revisión del plan",
753
756
"st.display.plan_review.desc": "Elige cuándo un plan válido se detiene para pedir aprobación. De forma predeterminada, solo se detiene cuando el planificador indica una confianza inferior al umbral.",
Copy file name to clipboardExpand all lines: src/chrome/src/ui/locales/fr.js
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -748,6 +748,9 @@ export default {
748
748
"sp.workflows.reason.no_steps": "Cette exécution ne contient aucune action pouvant être enregistrée de manière sûre.",
749
749
"sp.workflows.reason.not_found": "Aucun workflow enregistré ne possède cet ID.",
750
750
751
+
"sp.workflows.reason.name_required": "Indiquez un nom de workflow : /workflow --save <name>.",
752
+
"sp.workflows.reason.http_start_url": "L’exécution enregistrée doit commencer sur une page http(s) avant d’être sauvegardée.",
753
+
"sp.workflows.reason.normalization_failed": "Ce workflow n’a pas pu être enregistré car ses étapes ne sont pas sûres à rejouer.",
751
754
"st.tab.memory": "Mémoire",
752
755
"st.display.plan_review.label": "Arrêts pour révision du plan",
753
756
"st.display.plan_review.desc": "Choisissez quand un plan valide doit s’arrêter pour approbation. Par défaut, il ne s’arrête que lorsque le planificateur indique une confiance inférieure au seuil.",
"st.display.plan_review.desc": "Pilih kapan rencana yang valid dijeda untuk persetujuan. Secara default, rencana hanya dijeda ketika perencana melaporkan keyakinan di bawah ambang.",
0 commit comments