Fix agent identity secret path for Bazel

This commit is contained in:
adrian
2026-04-13 11:14:13 -07:00
parent 60dcc02640
commit a3cf34c4e2

View File

@@ -109,7 +109,7 @@ impl AgentIdentityManager {
Self {
auth_manager,
secrets_manager: SecretsManager::new(
config.codex_home.clone(),
config.codex_home.to_path_buf(),
SecretsBackendKind::Local,
),
chatgpt_base_url: config.chatgpt_base_url.clone(),