mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Use AbsolutePathBuf in skill loading and codex_home (#17407)
Helps with FS migration later
This commit is contained in:
@@ -530,7 +530,7 @@ impl TestCodexBuilder {
|
||||
codex_core::test_support::thread_manager_with_models_provider_and_home(
|
||||
auth.clone(),
|
||||
config.model_provider.clone(),
|
||||
config.codex_home.clone(),
|
||||
config.codex_home.to_path_buf(),
|
||||
Arc::clone(&environment_manager),
|
||||
)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user