happy-imou-cloud 2.1.58 → 2.1.59

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.
Files changed (42) hide show
  1. package/bin/happy-cloud.mjs +1 -1
  2. package/compat/acp-sdk-schema/types.gen.js +2 -2
  3. package/dist/{BaseReasoningProcessor-BUJg-t7A.cjs → BaseReasoningProcessor-BSlD8znO.cjs} +1 -1
  4. package/dist/{BaseReasoningProcessor-DopiVh3K.mjs → BaseReasoningProcessor-CCk42d9N.mjs} +1 -1
  5. package/dist/{ConversationHistory-Cq-fEGhB.mjs → ConversationHistory-DK27K3JQ.mjs} +2 -2
  6. package/dist/{ConversationHistory-DFbRL5PU.cjs → ConversationHistory-DeQgZhJ6.cjs} +2 -2
  7. package/dist/{ProviderSelectionHandler-ClHEE9Y7.mjs → ProviderSelectionHandler-BOpj_9DE.mjs} +1 -1
  8. package/dist/{ProviderSelectionHandler-t7A2AzWf.cjs → ProviderSelectionHandler-D8CA-qU2.cjs} +1 -1
  9. package/dist/{bootstrapManagedProviderSession-CIp820ue.cjs → bootstrapManagedProviderSession-CIeuJe8e.cjs} +1 -1
  10. package/dist/{bootstrapManagedProviderSession-SAFpVSlz.mjs → bootstrapManagedProviderSession-CIlq-ugZ.mjs} +1 -1
  11. package/dist/{command-BJ34eRUF.cjs → command-Di3Fzz-y.cjs} +1 -1
  12. package/dist/{command-_A4t1AKe.mjs → command-DwgpAaWb.mjs} +1 -1
  13. package/dist/{index-CFuaE0GF.cjs → index-DxN29QWa.cjs} +12 -12
  14. package/dist/{index-3DMKRJP3.mjs → index-lyHSYtcT.mjs} +11 -11
  15. package/dist/index.cjs +2 -2
  16. package/dist/index.mjs +2 -2
  17. package/dist/{installFatalProcessHandlers-aV_EvLPf.cjs → installFatalProcessHandlers-1tGjAPvJ.cjs} +1 -1
  18. package/dist/{installFatalProcessHandlers-DpfM1Yez.mjs → installFatalProcessHandlers-D8bPk4i9.mjs} +1 -1
  19. package/dist/{launch-w2Lk38-8.mjs → launch-CZph2kt_.mjs} +1 -1
  20. package/dist/{launch-HeUFcnMB.cjs → launch-CtQOCN5k.cjs} +1 -1
  21. package/dist/lib.cjs +1 -1
  22. package/dist/lib.d.cts +51 -50
  23. package/dist/lib.d.mts +51 -50
  24. package/dist/lib.mjs +1 -1
  25. package/dist/{runClaude-Dgz8bszq.cjs → runClaude-CeqPnUbU.cjs} +5 -5
  26. package/dist/{runClaude-B0QJyJff.mjs → runClaude-Xh_udlwO.mjs} +5 -5
  27. package/dist/{runCodex-eUEMuhKm.mjs → runCodex-BSKTTl6d.mjs} +13 -11
  28. package/dist/{runCodex-D_Dxx5-s.cjs → runCodex-Dh9NvwOY.cjs} +13 -11
  29. package/dist/{runCursor-9mumCX25.mjs → runCursor-2Q3v6cl1.mjs} +5 -5
  30. package/dist/{runCursor-Diodh8Ie.cjs → runCursor-DddNgWaI.cjs} +5 -5
  31. package/dist/{runGemini-DpgM7jLy.cjs → runGemini-B_4ILaqM.cjs} +6 -6
  32. package/dist/{runGemini-onm_NF1q.mjs → runGemini-C2xofHuV.mjs} +6 -6
  33. package/dist/{sessionControl-iX5WRKiy.mjs → sessionControl-Bmadpvu8.mjs} +2 -2
  34. package/dist/{sessionControl-QC9j-t4R.cjs → sessionControl-JLtbfkf2.cjs} +2 -2
  35. package/dist/{types-YSuc04nv.cjs → types-CYn-pPZa.cjs} +44 -10
  36. package/dist/{types-D5JZOVqD.mjs → types-CotaFNj0.mjs} +41 -7
  37. package/package.json +16 -16
  38. package/scripts/e2e/codex-app-server-goal-smoke.mjs +159 -159
  39. package/scripts/e2e/codex-mcp-memory-summarizer-smoke.mjs +255 -255
  40. package/scripts/e2e/fake-codex-app-server.mjs +267 -267
  41. package/scripts/e2e/local-server-session-roundtrip.mjs +1751 -1320
  42. package/scripts/e2e/mcp-stdio-real-server-probe.mjs +189 -189
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  import { execFileSync } from 'child_process';
4
4
  import { fileURLToPath } from 'url';
@@ -1,3 +1,3 @@
1
- // This file is auto-generated by @hey-api/openapi-ts
2
- export {};
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ export {};
3
3
  //# sourceMappingURL=types.gen.js.map
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var node_crypto = require('node:crypto');
4
- var persistence = require('./types-YSuc04nv.cjs');
4
+ var persistence = require('./types-CYn-pPZa.cjs');
5
5
 
6
6
  class BaseReasoningProcessor {
7
7
  accumulator = "";
@@ -1,5 +1,5 @@
1
1
  import { randomUUID } from 'node:crypto';
2
- import { aE as logger } from './types-D5JZOVqD.mjs';
2
+ import { aE as logger } from './types-CotaFNj0.mjs';
3
3
 
4
4
  class BaseReasoningProcessor {
5
5
  accumulator = "";
@@ -1,5 +1,5 @@
1
- import { q as RuntimeShell, ac as formatDisplayMessage, bp as truncateDisplayMessage, aE as logger } from './types-D5JZOVqD.mjs';
2
- import { d as renderTerminalOutputPreview } from './sessionControl-iX5WRKiy.mjs';
1
+ import { q as RuntimeShell, ac as formatDisplayMessage, bp as truncateDisplayMessage, aE as logger } from './types-CotaFNj0.mjs';
2
+ import { d as renderTerminalOutputPreview } from './sessionControl-Bmadpvu8.mjs';
3
3
 
4
4
  async function launchRuntimeHandleWithFactoryResult(opts) {
5
5
  const shell = opts.shell ?? new RuntimeShell();
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var persistence = require('./types-YSuc04nv.cjs');
4
- var sessionControl = require('./sessionControl-QC9j-t4R.cjs');
3
+ var persistence = require('./types-CYn-pPZa.cjs');
4
+ var sessionControl = require('./sessionControl-JLtbfkf2.cjs');
5
5
 
6
6
  async function launchRuntimeHandleWithFactoryResult(opts) {
7
7
  const shell = opts.shell ?? new persistence.RuntimeShell();
@@ -1,4 +1,4 @@
1
- import { aE as logger, a3 as delay, ai as getPendingInteractionTimeoutMs, I as INTERACTION_SUPERSEDED_ERROR, o as INTERACTION_TIMED_OUT_ERROR } from './types-D5JZOVqD.mjs';
1
+ import { aE as logger, a3 as delay, ai as getPendingInteractionTimeoutMs, I as INTERACTION_SUPERSEDED_ERROR, o as INTERACTION_TIMED_OUT_ERROR } from './types-CotaFNj0.mjs';
2
2
  import { stat, watch } from 'fs/promises';
3
3
  import { dirname, basename } from 'node:path';
4
4
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var persistence = require('./types-YSuc04nv.cjs');
3
+ var persistence = require('./types-CYn-pPZa.cjs');
4
4
  var fs = require('fs/promises');
5
5
  var path = require('node:path');
6
6
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var persistence = require('./types-YSuc04nv.cjs');
3
+ var persistence = require('./types-CYn-pPZa.cjs');
4
4
  var node_events = require('node:events');
5
5
 
6
6
  function createOfflineSessionStub(sessionTag) {
@@ -1,4 +1,4 @@
1
- import { bl as startOfflineReconnection, Q as configuration, a0 as createSessionMetadata, aq as isAuthenticationRequiredError, aE as logger, aU as publishSessionRegistration } from './types-D5JZOVqD.mjs';
1
+ import { bl as startOfflineReconnection, Q as configuration, a0 as createSessionMetadata, aq as isAuthenticationRequiredError, aE as logger, aU as publishSessionRegistration } from './types-CotaFNj0.mjs';
2
2
  import { EventEmitter } from 'node:events';
3
3
 
4
4
  function createOfflineSessionStub(sessionTag) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var persistence = require('./types-YSuc04nv.cjs');
3
+ var persistence = require('./types-CYn-pPZa.cjs');
4
4
  require('axios');
5
5
  require('chalk');
6
6
  require('fs');
@@ -1,4 +1,4 @@
1
- import { Y as createDefaultRuntimeShell } from './types-D5JZOVqD.mjs';
1
+ import { Y as createDefaultRuntimeShell } from './types-CotaFNj0.mjs';
2
2
  import 'axios';
3
3
  import 'chalk';
4
4
  import 'fs';
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var chalk = require('chalk');
4
- var persistence = require('./types-YSuc04nv.cjs');
4
+ var persistence = require('./types-CYn-pPZa.cjs');
5
5
  var z = require('zod');
6
6
  var fs$1 = require('fs/promises');
7
7
  var os$1 = require('os');
@@ -2020,7 +2020,7 @@ async function openBrowser(url) {
2020
2020
  }
2021
2021
  }
2022
2022
 
2023
- const require$1 = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-CFuaE0GF.cjs', document.baseURI).href)));
2023
+ const require$1 = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-DxN29QWa.cjs', document.baseURI).href)));
2024
2024
  const QRCode = require$1("qrcode-terminal/vendor/QRCode");
2025
2025
  const QRErrorCorrectLevel = require$1("qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel");
2026
2026
  const pendingTempFiles = /* @__PURE__ */ new Set();
@@ -12326,14 +12326,14 @@ async function waitForDaemonReady(timeoutMs = DAEMON_STARTUP_TIMEOUT_MS, pollInt
12326
12326
  const unifiedProviderExecutors = {
12327
12327
  claude: async (opts) => {
12328
12328
  const claudeOptions = opts.claudeOptions ?? {};
12329
- const { runClaude } = await Promise.resolve().then(function () { return require('./runClaude-Dgz8bszq.cjs'); });
12329
+ const { runClaude } = await Promise.resolve().then(function () { return require('./runClaude-CeqPnUbU.cjs'); });
12330
12330
  await runClaude(opts.credentials, {
12331
12331
  ...claudeOptions,
12332
12332
  startingMode: claudeOptions.startingMode ?? (claudeOptions.startedBy === "daemon" ? "remote" : void 0)
12333
12333
  });
12334
12334
  },
12335
12335
  codex: async (opts) => {
12336
- const { runCodex } = await Promise.resolve().then(function () { return require('./runCodex-D_Dxx5-s.cjs'); });
12336
+ const { runCodex } = await Promise.resolve().then(function () { return require('./runCodex-Dh9NvwOY.cjs'); });
12337
12337
  await runCodex({
12338
12338
  credentials: opts.credentials,
12339
12339
  startedBy: opts.startedBy,
@@ -12345,14 +12345,14 @@ const unifiedProviderExecutors = {
12345
12345
  });
12346
12346
  },
12347
12347
  gemini: async (opts) => {
12348
- const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-DpgM7jLy.cjs'); });
12348
+ const { runGemini } = await Promise.resolve().then(function () { return require('./runGemini-B_4ILaqM.cjs'); });
12349
12349
  await runGemini({
12350
12350
  credentials: opts.credentials,
12351
12351
  startedBy: opts.startedBy
12352
12352
  });
12353
12353
  },
12354
12354
  cursor: async (opts) => {
12355
- const { runCursor } = await Promise.resolve().then(function () { return require('./runCursor-Diodh8Ie.cjs'); });
12355
+ const { runCursor } = await Promise.resolve().then(function () { return require('./runCursor-DddNgWaI.cjs'); });
12356
12356
  await runCursor({
12357
12357
  credentials: opts.credentials,
12358
12358
  startedBy: opts.startedBy,
@@ -12431,12 +12431,12 @@ function shouldRunMainClaudeFlow(opts) {
12431
12431
  return;
12432
12432
  } else if (subcommand === "runtime") {
12433
12433
  if (args[1] === "providers") {
12434
- const { renderRuntimeProviders } = await Promise.resolve().then(function () { return require('./command-BJ34eRUF.cjs'); });
12434
+ const { renderRuntimeProviders } = await Promise.resolve().then(function () { return require('./command-Di3Fzz-y.cjs'); });
12435
12435
  console.log(renderRuntimeProviders());
12436
12436
  return;
12437
12437
  }
12438
12438
  if (args[1] === "launch" && args[2]) {
12439
- const { isRuntimeProvider, launchRuntimeProvider } = await Promise.resolve().then(function () { return require('./launch-HeUFcnMB.cjs'); });
12439
+ const { isRuntimeProvider, launchRuntimeProvider } = await Promise.resolve().then(function () { return require('./launch-CtQOCN5k.cjs'); });
12440
12440
  const provider = args[2];
12441
12441
  if (!isRuntimeProvider(provider)) {
12442
12442
  console.error(`Unknown runtime provider: ${provider}`);
@@ -12665,9 +12665,9 @@ function shouldRunMainClaudeFlow(opts) {
12665
12665
  if (geminiSubcommand === "project" && args[2] === "set" && args[3]) {
12666
12666
  const projectId = args[3];
12667
12667
  try {
12668
- const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return require('./types-YSuc04nv.cjs'); }).then(function (n) { return n.config; });
12669
- const { readCredentials: readCredentials2 } = await Promise.resolve().then(function () { return require('./types-YSuc04nv.cjs'); }).then(function (n) { return n.persistence; });
12670
- const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./types-YSuc04nv.cjs'); }).then(function (n) { return n.api; });
12668
+ const { saveGoogleCloudProjectToConfig } = await Promise.resolve().then(function () { return require('./types-CYn-pPZa.cjs'); }).then(function (n) { return n.config; });
12669
+ const { readCredentials: readCredentials2 } = await Promise.resolve().then(function () { return require('./types-CYn-pPZa.cjs'); }).then(function (n) { return n.persistence; });
12670
+ const { ApiClient: ApiClient2 } = await Promise.resolve().then(function () { return require('./types-CYn-pPZa.cjs'); }).then(function (n) { return n.api; });
12671
12671
  let userEmail = void 0;
12672
12672
  try {
12673
12673
  const credentials = await readCredentials2();
@@ -12698,7 +12698,7 @@ function shouldRunMainClaudeFlow(opts) {
12698
12698
  }
12699
12699
  if (geminiSubcommand === "project" && args[2] === "get") {
12700
12700
  try {
12701
- const { readGeminiLocalConfig } = await Promise.resolve().then(function () { return require('./types-YSuc04nv.cjs'); }).then(function (n) { return n.config; });
12701
+ const { readGeminiLocalConfig } = await Promise.resolve().then(function () { return require('./types-CYn-pPZa.cjs'); }).then(function (n) { return n.config; });
12702
12702
  const config = readGeminiLocalConfig();
12703
12703
  if (config.googleCloudProject) {
12704
12704
  console.log(`Current Google Cloud Project: ${config.googleCloudProject}`);
@@ -1,5 +1,5 @@
1
1
  import{createRequire as _pkgrollCR}from"node:module";const require=_pkgrollCR(import.meta.url);import chalk from 'chalk';
2
- import { ad as getActionSpec, ap as isActionSpecSurfacedOn, aC as listActionSpecs, $ as createProtocolSchema, aM as objectValue, am as intValue, aN as optionalStringValue, bo as stringValue, a8 as enumValue, aK as normalizeLegacyActionId, ao as isActionId, w as applyVoiceAgentExecutionRunStartDefaults, an as isActionEnabledByActionsSettings, aE as logger, a4 as encodeBase64, Q as configuration, aW as readCredentials, a7 as ensureSigningCredentials, b2 as readSettings, bq as updateSettings, a5 as encodeBase64Url, a3 as delay, y as buildClientHeaders, a2 as decodeBase64, bu as writeCredentialsLegacy, bt as writeCredentialsDataKey, aT as projectPath, aO as packageJson, ae as getDaemonRuntimeStatus, aX as readDaemonState, aa as findAllHappyProcesses, ar as isBun, a0 as createSessionMetadata, aq as isAuthenticationRequiredError, ab as findHappyProcessByPid, g as ConnectedServiceIdSchema, aG as materializeCodexConnectedServiceAuthForRuntime, C as ConnectedServiceCredentialRecordV1Schema, ay as isSessionContinuationRecoveryBlockingPendingDrain, V as createCodexAppServerContinuationRecoveryController, S as SESSION_CONTINUATION_RECOVERY_METADATA_KEY, br as validateCodexAcpSpawn, t as SessionInitialGoalRequestV1Schema, ax as isDaemonRunningCurrentlyInstalledHappyVersion, bm as stopDaemon, u as acquireDaemonLock, z as buildSessionRuntimeIndex, a1 as createSubprocessStderrAppender, H as HAPPY_CLOUD_DAEMON_PORT, b4 as recoverTrackedSessionsFromLocalRegistry, bv as writeDaemonState, c as ApiClient, b7 as removeLocalSessionRegistration, J as cleanupDaemonState, b5 as releaseDaemonLock, bs as validateProfileForAgent, aj as getProfileEnvironmentVariables, K as clearCredentials, L as clearMachineId, a_ as readHappyOrgDispatchTruthSnapshot, aS as processHappyOrgRepoRequests, a$ as readHappyOrgRepoTaskBoard, m as HappyOrgTurnReportSchema, b3 as recordHappyOrgTurnReport, M as MessageContentSchema, E as buildSocketAuth, a6 as encrypt, r as SESSION_RPC_METHODS, R as RPC_METHODS, bn as stopDaemonSession, aD as listDaemonSessions, F as FeaturesResponseSchema, b as ActionsSettingsV1Schema, aB as killRunawayHappyProcesses, ag as getLatestDaemonLog } from './types-D5JZOVqD.mjs';
2
+ import { ad as getActionSpec, ap as isActionSpecSurfacedOn, aC as listActionSpecs, $ as createProtocolSchema, aM as objectValue, am as intValue, aN as optionalStringValue, bo as stringValue, a8 as enumValue, aK as normalizeLegacyActionId, ao as isActionId, w as applyVoiceAgentExecutionRunStartDefaults, an as isActionEnabledByActionsSettings, aE as logger, a4 as encodeBase64, Q as configuration, aW as readCredentials, a7 as ensureSigningCredentials, b2 as readSettings, bq as updateSettings, a5 as encodeBase64Url, a3 as delay, y as buildClientHeaders, a2 as decodeBase64, bu as writeCredentialsLegacy, bt as writeCredentialsDataKey, aT as projectPath, aO as packageJson, ae as getDaemonRuntimeStatus, aX as readDaemonState, aa as findAllHappyProcesses, ar as isBun, a0 as createSessionMetadata, aq as isAuthenticationRequiredError, ab as findHappyProcessByPid, g as ConnectedServiceIdSchema, aG as materializeCodexConnectedServiceAuthForRuntime, C as ConnectedServiceCredentialRecordV1Schema, ay as isSessionContinuationRecoveryBlockingPendingDrain, V as createCodexAppServerContinuationRecoveryController, S as SESSION_CONTINUATION_RECOVERY_METADATA_KEY, br as validateCodexAcpSpawn, t as SessionInitialGoalRequestV1Schema, ax as isDaemonRunningCurrentlyInstalledHappyVersion, bm as stopDaemon, u as acquireDaemonLock, z as buildSessionRuntimeIndex, a1 as createSubprocessStderrAppender, H as HAPPY_CLOUD_DAEMON_PORT, b4 as recoverTrackedSessionsFromLocalRegistry, bv as writeDaemonState, c as ApiClient, b7 as removeLocalSessionRegistration, J as cleanupDaemonState, b5 as releaseDaemonLock, bs as validateProfileForAgent, aj as getProfileEnvironmentVariables, K as clearCredentials, L as clearMachineId, a_ as readHappyOrgDispatchTruthSnapshot, aS as processHappyOrgRepoRequests, a$ as readHappyOrgRepoTaskBoard, m as HappyOrgTurnReportSchema, b3 as recordHappyOrgTurnReport, M as MessageContentSchema, E as buildSocketAuth, a6 as encrypt, r as SESSION_RPC_METHODS, R as RPC_METHODS, bn as stopDaemonSession, aD as listDaemonSessions, F as FeaturesResponseSchema, b as ActionsSettingsV1Schema, aB as killRunawayHappyProcesses, ag as getLatestDaemonLog } from './types-CotaFNj0.mjs';
3
3
  import { z } from 'zod';
4
4
  import fs from 'fs/promises';
5
5
  import os, { homedir as homedir$1 } from 'os';
@@ -12323,14 +12323,14 @@ async function waitForDaemonReady(timeoutMs = DAEMON_STARTUP_TIMEOUT_MS, pollInt
12323
12323
  const unifiedProviderExecutors = {
12324
12324
  claude: async (opts) => {
12325
12325
  const claudeOptions = opts.claudeOptions ?? {};
12326
- const { runClaude } = await import('./runClaude-B0QJyJff.mjs');
12326
+ const { runClaude } = await import('./runClaude-Xh_udlwO.mjs');
12327
12327
  await runClaude(opts.credentials, {
12328
12328
  ...claudeOptions,
12329
12329
  startingMode: claudeOptions.startingMode ?? (claudeOptions.startedBy === "daemon" ? "remote" : void 0)
12330
12330
  });
12331
12331
  },
12332
12332
  codex: async (opts) => {
12333
- const { runCodex } = await import('./runCodex-eUEMuhKm.mjs');
12333
+ const { runCodex } = await import('./runCodex-BSKTTl6d.mjs');
12334
12334
  await runCodex({
12335
12335
  credentials: opts.credentials,
12336
12336
  startedBy: opts.startedBy,
@@ -12342,14 +12342,14 @@ const unifiedProviderExecutors = {
12342
12342
  });
12343
12343
  },
12344
12344
  gemini: async (opts) => {
12345
- const { runGemini } = await import('./runGemini-onm_NF1q.mjs');
12345
+ const { runGemini } = await import('./runGemini-C2xofHuV.mjs');
12346
12346
  await runGemini({
12347
12347
  credentials: opts.credentials,
12348
12348
  startedBy: opts.startedBy
12349
12349
  });
12350
12350
  },
12351
12351
  cursor: async (opts) => {
12352
- const { runCursor } = await import('./runCursor-9mumCX25.mjs');
12352
+ const { runCursor } = await import('./runCursor-2Q3v6cl1.mjs');
12353
12353
  await runCursor({
12354
12354
  credentials: opts.credentials,
12355
12355
  startedBy: opts.startedBy,
@@ -12428,12 +12428,12 @@ function shouldRunMainClaudeFlow(opts) {
12428
12428
  return;
12429
12429
  } else if (subcommand === "runtime") {
12430
12430
  if (args[1] === "providers") {
12431
- const { renderRuntimeProviders } = await import('./command-_A4t1AKe.mjs');
12431
+ const { renderRuntimeProviders } = await import('./command-DwgpAaWb.mjs');
12432
12432
  console.log(renderRuntimeProviders());
12433
12433
  return;
12434
12434
  }
12435
12435
  if (args[1] === "launch" && args[2]) {
12436
- const { isRuntimeProvider, launchRuntimeProvider } = await import('./launch-w2Lk38-8.mjs');
12436
+ const { isRuntimeProvider, launchRuntimeProvider } = await import('./launch-CZph2kt_.mjs');
12437
12437
  const provider = args[2];
12438
12438
  if (!isRuntimeProvider(provider)) {
12439
12439
  console.error(`Unknown runtime provider: ${provider}`);
@@ -12662,9 +12662,9 @@ function shouldRunMainClaudeFlow(opts) {
12662
12662
  if (geminiSubcommand === "project" && args[2] === "set" && args[3]) {
12663
12663
  const projectId = args[3];
12664
12664
  try {
12665
- const { saveGoogleCloudProjectToConfig } = await import('./types-D5JZOVqD.mjs').then(function (n) { return n.O; });
12666
- const { readCredentials: readCredentials2 } = await import('./types-D5JZOVqD.mjs').then(function (n) { return n.aQ; });
12667
- const { ApiClient: ApiClient2 } = await import('./types-D5JZOVqD.mjs').then(function (n) { return n.v; });
12665
+ const { saveGoogleCloudProjectToConfig } = await import('./types-CotaFNj0.mjs').then(function (n) { return n.O; });
12666
+ const { readCredentials: readCredentials2 } = await import('./types-CotaFNj0.mjs').then(function (n) { return n.aQ; });
12667
+ const { ApiClient: ApiClient2 } = await import('./types-CotaFNj0.mjs').then(function (n) { return n.v; });
12668
12668
  let userEmail = void 0;
12669
12669
  try {
12670
12670
  const credentials = await readCredentials2();
@@ -12695,7 +12695,7 @@ function shouldRunMainClaudeFlow(opts) {
12695
12695
  }
12696
12696
  if (geminiSubcommand === "project" && args[2] === "get") {
12697
12697
  try {
12698
- const { readGeminiLocalConfig } = await import('./types-D5JZOVqD.mjs').then(function (n) { return n.O; });
12698
+ const { readGeminiLocalConfig } = await import('./types-CotaFNj0.mjs').then(function (n) { return n.O; });
12699
12699
  const config = readGeminiLocalConfig();
12700
12700
  if (config.googleCloudProject) {
12701
12701
  console.log(`Current Google Cloud Project: ${config.googleCloudProject}`);
package/dist/index.cjs CHANGED
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
3
  require('chalk');
4
- require('./types-YSuc04nv.cjs');
4
+ require('./types-CYn-pPZa.cjs');
5
5
  require('zod');
6
- require('./index-CFuaE0GF.cjs');
6
+ require('./index-DxN29QWa.cjs');
7
7
  require('node:child_process');
8
8
  require('node:fs');
9
9
  require('cross-spawn');
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import 'chalk';
2
- import './types-D5JZOVqD.mjs';
2
+ import './types-CotaFNj0.mjs';
3
3
  import 'zod';
4
- import './index-3DMKRJP3.mjs';
4
+ import './index-lyHSYtcT.mjs';
5
5
  import 'node:child_process';
6
6
  import 'node:fs';
7
7
  import 'cross-spawn';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var persistence = require('./types-YSuc04nv.cjs');
3
+ var persistence = require('./types-CYn-pPZa.cjs');
4
4
 
5
5
  function normalizeFatalProcessError(error) {
6
6
  if (error instanceof Error) {
@@ -1,4 +1,4 @@
1
- import { aE as logger } from './types-D5JZOVqD.mjs';
1
+ import { aE as logger } from './types-CotaFNj0.mjs';
2
2
 
3
3
  function normalizeFatalProcessError(error) {
4
4
  if (error instanceof Error) {
@@ -1,4 +1,4 @@
1
- import { Y as createDefaultRuntimeShell } from './types-D5JZOVqD.mjs';
1
+ import { Y as createDefaultRuntimeShell } from './types-CotaFNj0.mjs';
2
2
  import 'axios';
3
3
  import 'chalk';
4
4
  import 'fs';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var persistence = require('./types-YSuc04nv.cjs');
3
+ var persistence = require('./types-CYn-pPZa.cjs');
4
4
  require('axios');
5
5
  require('chalk');
6
6
  require('fs');
package/dist/lib.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var persistence = require('./types-YSuc04nv.cjs');
3
+ var persistence = require('./types-CYn-pPZa.cjs');
4
4
  require('axios');
5
5
  require('chalk');
6
6
  require('fs');