core-agent-ide/codex-rs/exec/src
Michael Bolin a6974087e5
chore: enusre the logic that creates ConfigLayerStack has access to cwd (#8353)
`load_config_layers_state()` should load config from a
`.codex/config.toml` in any folder between the `cwd` for a thread and
the project root. Though in order to do that,
`load_config_layers_state()` needs to know what the `cwd` is, so this PR
does the work to thread the `cwd` through for existing callsites.

A notable exception is the `/config` endpoint in app server for which a
`cwd` is not guaranteed to be associated with the query, so the `cwd`
param is `Option<AbsolutePathBuf>` to account for this case.

The logic to make use of the `cwd` will be done in a follow-up PR.
2025-12-19 20:11:27 -08:00
..
cli.rs chore: review everywhere (#7444) 2025-12-02 11:26:27 +00:00
event_processor.rs Minor cleanup of codex exec output (#4585) 2025-10-02 14:17:42 -07:00
event_processor_with_human_output.rs Add public skills + improve repo skill discovery and error UX (#8098) 2025-12-17 01:35:49 -08:00
event_processor_with_jsonl_output.rs chore: rework unified exec events (#7775) 2025-12-10 10:30:38 +00:00
exec_events.rs [app-server] feat: add Declined status for command exec (#7101) 2025-11-21 09:19:39 -08:00
lib.rs chore: enusre the logic that creates ConfigLayerStack has access to cwd (#8353) 2025-12-19 20:11:27 -08:00
main.rs fix: move arg0 handling out of codex-linux-sandbox and into its own crate (#1697) 2025-07-28 08:31:24 -07:00