codex: invoke PowerShell executable in realtime shell e2e

This commit is contained in:
Ahmed Ibrahim
2026-04-08 09:10:35 -07:00
parent 04d4f99de3
commit 3fddb79eb1

View File

@@ -1455,9 +1455,10 @@ fn realtime_tool_ok_command() -> Vec<String> {
#[cfg(windows)]
{
vec![
"Write-Host".to_string(),
"-NoNewline".to_string(),
"realtime-tool-ok".to_string(),
"powershell.exe".to_string(),
"-NoProfile".to_string(),
"-Command".to_string(),
"[Console]::Write('realtime-tool-ok')".to_string(),
]
}