mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
feat: move agents config to main config (#11982)
This commit is contained in:
@@ -688,7 +688,7 @@ async fn project_trust_context(
|
||||
///
|
||||
/// This ensures that multiple config layers can be merged together correctly
|
||||
/// even if they were loaded from different directories.
|
||||
fn resolve_relative_paths_in_config_toml(
|
||||
pub(crate) fn resolve_relative_paths_in_config_toml(
|
||||
value_from_config_toml: TomlValue,
|
||||
base_dir: &Path,
|
||||
) -> io::Result<TomlValue> {
|
||||
|
||||
Reference in New Issue
Block a user