+
+ setCachedStateField("windowsScriptExecutionEnabled", e.target.checked)
+ }
+ data-testid="terminal-windows-script-mode-checkbox">
+
+ {t("settings:terminal.windowsScriptExecution.label", {
+ defaultValue: "Windows: run long commands via temporary script",
+ })}
+
+
+
+ {t("settings:terminal.windowsScriptExecution.description", {
+ defaultValue:
+ "On Windows you can send long commands as script text: Roo will create a temp file, run it with the specified interpreter, and delete it. Disable to always use plain commands.",
+ })}
+
+