Allow overriding service_tier for sub-agents in config

Resolved 💬 2 comments Opened Mar 6, 2026 by 0xdeafbeef Closed Apr 11, 2026

What variant of Codex are you using?

cli

What feature would you like to see?

Id like to make some sub-agents to use slower tier for background tasks and make only main thread to respond faster.

Should be configurable in ~/.codex/agents/ agent.toml.

I think of

 enum Tier {
    Inherit,
    Fast,
    Flexible,
}

Additional information

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗