mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
codex: invoke PowerShell executable in realtime shell e2e
This commit is contained in:
@@ -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(),
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user