mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
79c5bf9835
This PR fixes a small issue with chained (layered) config.toml file merging. The old logic didn't properly handle profiles. In particular, if a lower-layer config overrides a profile defined in a higher-layer config, the override did not take effect. This prevents users from having project-specific profile overrides and contradicts the (soon-to-be) documented behavior of config merging. The change adds a unit test for this case. It also exposes a function from the config crate that is needed by the app server code paths to implement support for layered configs.
79c5bf9835
ยท
2026-01-20 12:18:00 -08:00
History