core-agent-ide/codex-rs/exec
Eric Traut d32820ab07
Fix codex exec --profile handling (#14524)
PR #14005 introduced a regression whereby `codex exec --profile`
overrides were dropped when starting or resuming a thread. That causes
the thread to miss profile-scoped settings like
`model_instructions_file`.

This PR preserve the active profile in the thread start/resume config
overrides so the
app-server rebuild sees the same profile that exec resolved. 

Fixes #14515
2026-03-12 17:34:25 -06:00
..
src Fix codex exec --profile handling (#14524) 2026-03-12 17:34:25 -06:00
tests Include spawn agent model metadata in app-server items (#14410) 2026-03-11 19:25:21 -07:00
BUILD.bazel feat: add support for building with Bazel (#8875) 2026-01-09 11:09:43 -08:00
Cargo.toml Add in-process app server and wire up exec to use it (#14005) 2026-03-08 18:43:55 -06:00