What version of Codex CLI is running?
0.114.0
What subscription do you have?
Pro
Which model were you using?
Gpt 5.3
What platform is your computer?
ubuntu
What terminal emulator and version are you using (if applicable)?
ghostty
What issue are you seeing?
I am testing custom subagent roles, and according to the rust logs, its not using the model I configured. I tested in 0.115.0 alpha as well and it also doesn't work.
So if you set model to 5.3 spark, or 5.1 mini, instead of running that model from that agent.toml files, it will just inherit the parent's model (5.3 in this case).
Rust log confirmed that my Spark and Mini agents both ran with GPT 5.3 Medium (the current model I was using) despite having them configured.
spark.toml
model = "gpt-5.3-codex-spark"
model_reasoning_effort = "high"
The custom agent roles are available and callable in Codex, so they are configured correctly as far as I'm aware, and Codex will call them, but the model is overridden.
What steps can reproduce the bug?
Uploaded thread: 019cea5c-f813-7582-880f-2e57c89c37b9
What is the expected behavior?
No response
Additional information
No response
What version of Codex CLI is running?
0.114.0
What subscription do you have?
Pro
Which model were you using?
Gpt 5.3
What platform is your computer?
ubuntu
What terminal emulator and version are you using (if applicable)?
ghostty
What issue are you seeing?
I am testing custom subagent roles, and according to the rust logs, its not using the model I configured. I tested in 0.115.0 alpha as well and it also doesn't work.
So if you set model to 5.3 spark, or 5.1 mini, instead of running that model from that agent.toml files, it will just inherit the parent's model (5.3 in this case).
Rust log confirmed that my Spark and Mini agents both ran with GPT 5.3 Medium (the current model I was using) despite having them configured.
The custom agent roles are available and callable in Codex, so they are configured correctly as far as I'm aware, and Codex will call them, but the model is overridden.
What steps can reproduce the bug?
Uploaded thread: 019cea5c-f813-7582-880f-2e57c89c37b9
What is the expected behavior?
No response
Additional information
No response