core-agent-ide/codex-rs/utils
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
..
absolute-path chore: enusre the logic that creates ConfigLayerStack has access to cwd (#8353) 2025-12-19 20:11:27 -08:00
cache chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
git Fix: /undo destructively interacts with git staging (#8214) (#8303) 2025-12-19 10:07:41 -08:00
image chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
json-to-toml chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
pty feat: fallback unified_exec to shell_command (#8075) 2025-12-17 10:29:45 +00:00
readiness chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00
string chore: add cargo-deny configuration (#7119) 2025-11-24 12:22:18 -08:00