There’s one issue: in the old @zed-industries/codex-acp, we could pass the model name and reasoning effort like this:
"-c", "model=gpt-5.5",
"-c", "model_reasoning_effort=xhigh",
which was really convenient. But now there doesn’t seem to be a way to do this. I tried CODEX_CONFIG, but it doesn’t work
There’s one issue: in the old
@zed-industries/codex-acp, we could pass the model name and reasoning effort like this:which was really convenient. But now there doesn’t seem to be a way to do this. I tried
CODEX_CONFIG, but it doesn’t work