@google/gemini-cli 0.39.0-preview.0 → 0.39.0-preview.1

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 (40) hide show
  1. package/bundle/{chunk-LF246RTE.js → chunk-7SQF544H.js} +385 -301
  2. package/bundle/{chunk-5ZBBJS2A.js → chunk-D5PDFQWX.js} +1 -1
  3. package/bundle/{chunk-NMO6M2JW.js → chunk-EZUZYRLG.js} +4 -4
  4. package/bundle/{chunk-CB4IHCOV.js → chunk-F2GDXAAF.js} +332 -288
  5. package/bundle/{chunk-ZFUMNFZD.js → chunk-IP2YTTJH.js} +6514 -11862
  6. package/bundle/{chunk-UCJYTRQH.js → chunk-MJR464GS.js} +1 -1
  7. package/bundle/{chunk-DY3XSEN6.js → chunk-OS555R2T.js} +2 -2
  8. package/bundle/{chunk-L5FKR6GE.js → chunk-OXN7IRB7.js} +4 -4
  9. package/bundle/chunk-P2IAFIFP.js +360274 -0
  10. package/bundle/chunk-QHUP5MEL.js +156 -0
  11. package/bundle/{chunk-KMWY7IVQ.js → chunk-TULI5SFB.js} +72 -60
  12. package/bundle/chunk-WHPMO3WR.js +101702 -0
  13. package/bundle/{cleanup-INA6FKQG.js → cleanup-C647TEIA.js} +2 -2
  14. package/bundle/{cleanup-DKDGF4IA.js → cleanup-CZSIFJCD.js} +3 -3
  15. package/bundle/cleanup-MYBJ6ZHP.js +33 -0
  16. package/bundle/{cleanup-B7STSNY5.js → cleanup-T6HLM5JP.js} +2 -2
  17. package/bundle/{core-6MCGZ334.js → core-IZKTELTX.js} +3 -1
  18. package/bundle/{devtoolsService-BXBCDCC2.js → devtoolsService-2ROQ6LME.js} +2 -2
  19. package/bundle/{devtoolsService-DDDJINQW.js → devtoolsService-CR2UJLLC.js} +5 -4
  20. package/bundle/{devtoolsService-QN4BQSIF.js → devtoolsService-GHSBU5R5.js} +2 -2
  21. package/bundle/devtoolsService-OEBSPLJN.js +871 -0
  22. package/bundle/{dist-2M52ZJGU.js → dist-ADH7BOBF.js} +3 -1
  23. package/bundle/{core-MYQB6KXT.js → dist-OST42PZR.js} +4 -2
  24. package/bundle/dist-ZMA73RD7.js +2010 -0
  25. package/bundle/docs/cli/plan-mode.md +1 -2
  26. package/bundle/{gemini-JFTJVXU4.js → gemini-6BFSWN53.js} +184 -169
  27. package/bundle/{gemini-TS2LMZH4.js → gemini-GUA6PG6F.js} +7 -7
  28. package/bundle/gemini-HENMLXDS.js +15321 -0
  29. package/bundle/{gemini-BA3BDBJT.js → gemini-IENVNLLQ.js} +7 -7
  30. package/bundle/gemini.js +3 -3
  31. package/bundle/{interactiveCli-7ZBDFPFP.js → interactiveCli-FCDJTVQ3.js} +6 -5
  32. package/bundle/{interactiveCli-W43ANBCL.js → interactiveCli-FMNSXXHR.js} +6 -5
  33. package/bundle/{interactiveCli-K6QHA2GI.js → interactiveCli-P3PFIHWL.js} +277 -259
  34. package/bundle/interactiveCli-SEQ7RLOB.js +34493 -0
  35. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  36. package/bundle/{oauth2-provider-53ZABNLX.js → oauth2-provider-6TB4NGWJ.js} +1 -1
  37. package/bundle/{oauth2-provider-3YCIQHIN.js → oauth2-provider-AUIG7Q6O.js} +1 -1
  38. package/bundle/{oauth2-provider-T4YYJWZG.js → oauth2-provider-IXDXXQ6U.js} +39 -73
  39. package/bundle/oauth2-provider-UF547EKT.js +237 -0
  40. package/package.json +1 -1
@@ -4,7 +4,7 @@ import {
4
4
  isTelemetrySdkInitialized,
5
5
  resetBrowserSession,
6
6
  shutdownTelemetry
7
- } from "./chunk-CB4IHCOV.js";
7
+ } from "./chunk-IP2YTTJH.js";
8
8
  import {
9
9
  Storage
10
10
  } from "./chunk-67TFD6HC.js";
@@ -4,10 +4,10 @@ import {
4
4
  isTelemetrySdkInitialized,
5
5
  resetBrowserSession,
6
6
  shutdownTelemetry
7
- } from "./chunk-LF246RTE.js";
7
+ } from "./chunk-P2IAFIFP.js";
8
8
  import {
9
9
  Storage
10
- } from "./chunk-QM5IP3NK.js";
10
+ } from "./chunk-67TFD6HC.js";
11
11
 
12
12
  // packages/cli/src/utils/cleanup.ts
13
13
  import { promises as fs } from "node:fs";
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-5PS3AYFU.js";
6
6
  import {
7
7
  runExitCleanup
8
- } from "./chunk-UCJYTRQH.js";
8
+ } from "./chunk-MJR464GS.js";
9
9
  import {
10
10
  AsyncFzf,
11
11
  AuthProviderType,
@@ -178,7 +178,7 @@ import {
178
178
  tokenLimit,
179
179
  uiTelemetryService,
180
180
  yellowBright
181
- } from "./chunk-CB4IHCOV.js";
181
+ } from "./chunk-IP2YTTJH.js";
182
182
  import {
183
183
  ApprovalMode,
184
184
  CoreEvent,
@@ -76654,7 +76654,7 @@ var authCommand = {
76654
76654
  import process35 from "node:process";
76655
76655
 
76656
76656
  // packages/cli/src/generated/git-commit.ts
76657
- var GIT_COMMIT_INFO = "1710e6fe1";
76657
+ var GIT_COMMIT_INFO = "8d4bd62d3";
76658
76658
 
76659
76659
  // packages/cli/src/ui/utils/historyExportUtils.ts
76660
76660
  import * as fsPromises2 from "node:fs/promises";
@@ -82138,7 +82138,7 @@ Use /mcp auth <server-name> to authenticate.`
82138
82138
  type: "info",
82139
82139
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
82140
82140
  });
82141
- const { MCPOAuthProvider } = await import("./dist-2M52ZJGU.js");
82141
+ const { MCPOAuthProvider } = await import("./dist-ZMA73RD7.js");
82142
82142
  let oauthConfig = server.oauth;
82143
82143
  if (!oauthConfig) {
82144
82144
  oauthConfig = { enabled: false };