C:\User\user> codex --version
codex-cli 0.104.0
C:\User\user> codex --full-auto resume 019c322b-<UUID>-c62f430b46ce
Error loading rules:
C:\Users\user\.codex\rules\default.rules:38: starlark error: error: Parse error: unexpected identifier 'HOME' here, expected one of "\n", "!=", "%", "%=", "&", "&=", "(", ")", "*", "*=", "+", "+=", ",", "-", "-=", ".", "/", "//", "//=", "/=", ":", ";", "<", "<<", "<<=", "<=", "=", "==", ">", ">=", ">>", ">>=", "[", "]", "^", "^=", "and", "else", "for", "if", "in", "not", "or", "|", "|=" or "}" (problem is on or around line 38)
What version of Codex CLI is running?
0.99.0 and later on 0.104.0
What subscription do you have?
Plus
Which model were you using?
gpt-5.3-codex
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What terminal emulator and version are you using (if applicable)?
Windows Terminal
What issue are you seeing?
I did some
icaclsshenanigans to set permissions back to something SSH is happy with.I also updated codex with
npm i -g @openai/codex. Now codex is borked on somestarlarkrule (deleted this rule from default.rules and it works again):What steps can reproduce the bug?
I guess:
--full-auto?).What is the expected behavior?
Find a way to sandbox that does not freak out Windows's
ssh.Additional information
The issue did not re-appear immediately when I did a
codex --full-auto resume <UUID>with OpenAI Codex CLI (v0.104.0)