Replies: 1 comment 1 reply
-
|
Thanks for the detailed log — this is a real gap in the Codex integration, not a config mistake on your end. Why it happensWhen you run a workflow, Spec Kit starts Codex non-interactively via No sandbox or approval flags are passed. The root problem: the
How to unblock yourself todayThere's a generic escape hatch that injects extra flags into the spawned process: export SPECKIT_INTEGRATION_CODEX_EXTRA_ARGS="--dangerously-bypass-approvals-and-sandbox"
# then
specify workflow run ./spec/bootstrap-spec.workflow.yaml -i integration=codex |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I edited .codex/config.toml as:
sandbox_mode = "danger-full-access"
approval_policy = "never"
and when i go into codex in cli i can see its in yolo mode. But when i run a workflow. The cli says in read only mode. Check the log please:
So lots of things is not working because it cant write to file system.
How can i fix this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions