Duplicate "Loaded cached credentials" message during CLI startup #8996
-
|
Hi everyone 👋 I noticed that when using Google OAuth with the Gemini CLI, the message “Loaded cached credentials” appears twice during startup. 🔎 Root cause: 🛠 What I did: Moved the initializeApp() call so that authentication only runs once, in the final stable child process. This completely eliminates the duplicate message and simplifies the startup flow. You can see the full details and test plan in my PR here: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
it was fixed ! |
Beta Was this translation helpful? Give feedback.
it was fixed !