mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08: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