-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
bugSomething isn't workingSomething isn't workingsandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxing
Description
What version of Codex is running?
codex-cli 0.27.0
Which model were you using?
o3
What platform is your computer?
Darwin 24.5.0 arm64 arm
What steps can reproduce the bug?
Observe o3-full-auto profile is defined, with below config options.
$ cat ~/.codex/config.toml
[profiles.o3-full-auto]
model = "o3"
approval_policy = "on-failure"
sandbox_mode = "workspace-write"
model_reasoning_effort = "high"Attempt to start a codex session with this profile.
codex -p o3-full-auto
# codex launches...Then, once inside codex session, invoke the /status slash command. Observe the below output:
/status
📂 Workspace
• Path: ~/src/my-app
• Approval Mode: on-failure
• Sandbox: read-only (BUG HERE)
• AGENTS files: AGENTS.md
🧠 Model
• Name: o3
• Provider: OpenAI
• Reasoning Effort: High
• Reasoning Summaries: Auto
📊 Token Usage
• Session ID: b4a7c63c-6c3e-45fe-8d08-b9ca77b10009
• Input: 0
• Output: 0
• Total: 0
What is the expected behavior?
/status
📂 Workspace
• Path: ~/src/my-app
• Approval Mode: on-failure
• Sandbox: work-space-write
• AGENTS files: AGENTS.md
🧠 Model
• Name: o3
• Provider: OpenAI
• Reasoning Effort: High
• Reasoning Summaries: Auto
📊 Token Usage
• Session ID: b4a7c63c-6c3e-45fe-8d08-b9ca77b10009
• Input: 0
• Output: 0
• Total: 0
What do you see instead?
/status
📂 Workspace
• Path: ~/src/my-app
• Approval Mode: on-failure
• Sandbox: read-only (BUG HERE)
• AGENTS files: AGENTS.md
🧠 Model
• Name: o3
• Provider: OpenAI
• Reasoning Effort: High
• Reasoning Summaries: Auto
📊 Token Usage
• Session ID: b4a7c63c-6c3e-45fe-8d08-b9ca77b10009
• Input: 0
• Output: 0
• Total: 0
Additional information
No response
xylik, erusev, bconrad162 and wiegellerusev
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxing