Cannot execute commands in Windows 10 Pro with legacy Powershell
What version of Codex is running?
0.1.2505172129
Which model were you using?
codex-mini-latest
What platform is your computer?
win32 | x64 | 10.0.19044
What steps can reproduce the bug?
- ```
Привет! Расскажи мне всё о проекте, что нужно знать мне как разработчику
```
14 reasoning|0 tool
What is the expected behavior?
I've got an answer, Codex had run all commands step by step
What do you see instead?
???????? ??????????. after running each command
Additional information
Привет! Расскажи мне всё о проекте, что нужно знать мне как разработчику
command
$ ls -1A
command.stdout (code: 1, duration: 0.1s)
???????? ??????????.
command (/mnt/project)
$ find . -maxdepth 1 -printf '%P
'
command.stdout (code: 1, duration: 0s)
Error: spawn bash ENOENT
command
$ pwd
command.stdout (code: 1, duration: 0s)
???????? ??????????.
command
$ locale
command.stdout (code: 1, duration: 0s)
???????? ??????????.
command
$ dir
command.stdout (code: 1, duration: 0s)
???????? ??????????.
command
$ powershell.exe -Command "Get-ChildItem | Format-List Name"
command.stdout (code: 1, duration: 0s)
???????? ??????????.
command
$ bash
command.stdout (code: 1, duration: 0s)
???????? ??????????.
command
$ cmd.exe /C dir
command.stdout (code: 1, duration: 0s)
???????? ??????????.
command (path/to/dir)
$ python - << 'EOF'
import os;print(repr(os.listdir('.')))
EOF
command.stdout (code: 1, duration: 0s)
???????? ??????????.
command
$ echo hello | base64
command.stdout (code: 1, duration: 0s)
???????? ??????????.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗