@kenkaiiii/gg-core 4.6.1 → 4.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -432,6 +432,7 @@ async function loginOpenAI(callbacks) {
432
432
  url.searchParams.set("code_challenge", challenge);
433
433
  url.searchParams.set("code_challenge_method", "S256");
434
434
  url.searchParams.set("state", state);
435
+ url.searchParams.set("prompt", "login");
435
436
  url.searchParams.set("id_token_add_organizations", "true");
436
437
  url.searchParams.set("codex_cli_simplified_flow", "true");
437
438
  url.searchParams.set("originator", "ggcoder");