@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.cjs CHANGED
@@ -818,6 +818,7 @@ async function loginOpenAI(callbacks) {
818
818
  url.searchParams.set("code_challenge", challenge);
819
819
  url.searchParams.set("code_challenge_method", "S256");
820
820
  url.searchParams.set("state", state);
821
+ url.searchParams.set("prompt", "login");
821
822
  url.searchParams.set("id_token_add_organizations", "true");
822
823
  url.searchParams.set("codex_cli_simplified_flow", "true");
823
824
  url.searchParams.set("originator", "ggcoder");