aemeathcli 1.0.7 → 1.0.10

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.
@@ -1341,7 +1341,7 @@ function App({ config, options }) {
1341
1341
  const registryRef = useRef(void 0);
1342
1342
  const getRegistry = useCallback(async () => {
1343
1343
  if (registryRef.current !== void 0) return registryRef.current;
1344
- const { createDefaultRegistry } = await import('./registry-GV3OEDOO.js');
1344
+ const { createDefaultRegistry } = await import('./registry-AZ2LOHHJ.js');
1345
1345
  registryRef.current = await createDefaultRegistry();
1346
1346
  return registryRef.current;
1347
1347
  }, []);
@@ -1567,9 +1567,10 @@ ${methodLabel}: ${optionLabel}`, createdAt: /* @__PURE__ */ new Date() }
1567
1567
  }, []);
1568
1568
  const handleLoginSelected = useCallback(async (provider) => {
1569
1569
  setSelectionMode({ type: "none" });
1570
+ const loginMsg = provider === "gemini" ? "Logging in to gemini... A new terminal window will open for authentication." : `Logging in to ${provider}...`;
1570
1571
  setMessages((prev) => [
1571
1572
  ...prev,
1572
- { id: v4Id(), role: "system", content: `Logging in to ${provider}...`, createdAt: /* @__PURE__ */ new Date() }
1573
+ { id: v4Id(), role: "system", content: loginMsg, createdAt: /* @__PURE__ */ new Date() }
1573
1574
  ]);
1574
1575
  try {
1575
1576
  const loginModule = await loadLoginModuleForSlash(provider);
@@ -2579,15 +2580,15 @@ async function loadLoginModuleForSlash(provider) {
2579
2580
  return new mod.ClaudeLogin();
2580
2581
  }
2581
2582
  case "codex": {
2582
- const mod = await import('./codex-login-E6WDMXKM.js');
2583
+ const mod = await import('./codex-login-GZIFXUWD.js');
2583
2584
  return new mod.CodexLogin();
2584
2585
  }
2585
2586
  case "gemini": {
2586
- const mod = await import('./gemini-login-PIYDDYH4.js');
2587
+ const mod = await import('./gemini-login-AZGL3CE7.js');
2587
2588
  return new mod.GeminiLogin();
2588
2589
  }
2589
2590
  case "kimi": {
2590
- const mod = await import('./kimi-login-ACZILPNS.js');
2591
+ const mod = await import('./kimi-login-6LUWB7P6.js');
2591
2592
  return new mod.KimiLogin();
2592
2593
  }
2593
2594
  default:
@@ -2732,15 +2733,15 @@ async function createFirstRunLogin(provider) {
2732
2733
  return new ClaudeLogin();
2733
2734
  }
2734
2735
  case "codex": {
2735
- const { CodexLogin } = await import('./codex-login-E6WDMXKM.js');
2736
+ const { CodexLogin } = await import('./codex-login-GZIFXUWD.js');
2736
2737
  return new CodexLogin();
2737
2738
  }
2738
2739
  case "gemini": {
2739
- const { GeminiLogin } = await import('./gemini-login-PIYDDYH4.js');
2740
+ const { GeminiLogin } = await import('./gemini-login-AZGL3CE7.js');
2740
2741
  return new GeminiLogin();
2741
2742
  }
2742
2743
  case "kimi": {
2743
- const { KimiLogin } = await import('./kimi-login-ACZILPNS.js');
2744
+ const { KimiLogin } = await import('./kimi-login-6LUWB7P6.js');
2744
2745
  return new KimiLogin();
2745
2746
  }
2746
2747
  }
@@ -2784,5 +2785,5 @@ async function runFirstRunSetup() {
2784
2785
  }
2785
2786
 
2786
2787
  export { runFirstRunSetup, startChatSession };
2787
- //# sourceMappingURL=App-DA2AA4ZE.js.map
2788
- //# sourceMappingURL=App-DA2AA4ZE.js.map
2788
+ //# sourceMappingURL=App-FKRSMFMB.js.map
2789
+ //# sourceMappingURL=App-FKRSMFMB.js.map