fix: always reload auth

This commit is contained in:
Dylan Hurd
2025-09-23 10:24:43 -07:00
parent e0fbc112c7
commit 1f0aad9a66

View File

@@ -413,6 +413,7 @@ impl CodexMessageProcessor {
request_id: RequestId,
params: codex_protocol::mcp_protocol::GetAuthStatusParams,
) {
self.auth_manager.reload();
let include_token = params.include_token.unwrap_or(false);
let do_refresh = params.refresh_token.unwrap_or(false);