mirror of
https://github.com/openai/codex.git
synced 2026-04-30 17:36:40 +00:00
Stop using AuthManager as the source of codex_home (#8846)
This commit is contained in:
@@ -52,6 +52,7 @@ impl MessageProcessor {
|
||||
config.cli_auth_credentials_store_mode,
|
||||
);
|
||||
let thread_manager = Arc::new(ThreadManager::new(
|
||||
config.codex_home.clone(),
|
||||
auth_manager.clone(),
|
||||
SessionSource::VSCode,
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user