Files
codex/codex-rs/tui/src
T
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.
a6974087e5 ยท 2025-12-19 20:11:27 -08:00
History
..
2025-12-18 21:09:06 +00:00
2025-12-17 17:08:03 +00:00
2025-09-15 00:42:53 -07:00
2025-08-05 04:23:22 +00:00
2025-12-18 10:59:53 -08:00
2025-11-17 11:49:09 -08:00
2025-12-18 10:59:53 -08:00
2025-12-18 21:09:06 +00:00
2025-09-15 06:44:40 -07:00
2025-12-17 17:08:03 +00:00
2025-09-30 00:10:04 +00:00