@google/gemini-cli 0.36.0-preview.0 → 0.36.0-preview.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.
Files changed (45) hide show
  1. package/bundle/{chunk-K2M7OTIP.js → chunk-25V3TYNR.js} +9 -10
  2. package/bundle/{chunk-N7MAJ3JD.js → chunk-6F64DR53.js} +6 -6
  3. package/bundle/{chunk-6UAL5KXG.js → chunk-EUXACAGL.js} +9 -12
  4. package/bundle/{chunk-BE2CAP4N.js → chunk-HLML5SVJ.js} +29 -27
  5. package/bundle/{chunk-3HNPGRRW.js → chunk-IOJJTEIC.js} +2 -2
  6. package/bundle/{chunk-S36ET7IB.js → chunk-KGPUJGU6.js} +6 -6
  7. package/bundle/{chunk-3XQWOVPH.js → chunk-MRJRXC63.js} +2 -2
  8. package/bundle/{chunk-HXZPARYO.js → chunk-MXNIJ4RK.js} +2 -2
  9. package/bundle/{chunk-4NIOHPQN.js → chunk-NKTSTYJO.js} +72 -60
  10. package/bundle/chunk-NT4MG3B6.js +93175 -0
  11. package/bundle/chunk-OOZG4FMQ.js +137 -0
  12. package/bundle/{chunk-PVQN7ZVP.js → chunk-PXG3YTLU.js} +42 -27
  13. package/bundle/{chunk-CDXJ3P4V.js → chunk-SV2TJWFU.js} +5596 -10443
  14. package/bundle/chunk-WHT3ZS7S.js +354051 -0
  15. package/bundle/{cleanup-6R6IEU7T.js → cleanup-2WKEMFXG.js} +3 -3
  16. package/bundle/{cleanup-I7KFQ3LC.js → cleanup-B67M5WAO.js} +3 -3
  17. package/bundle/{cleanup-R6KR4XCS.js → cleanup-PJ323T24.js} +3 -3
  18. package/bundle/cleanup-PKVUY3XO.js +29 -0
  19. package/bundle/{core-IZK42CWE.js → core-7GUY3XKQ.js} +2 -2
  20. package/bundle/{devtoolsService-HLM6BC5R.js → devtoolsService-B7OD724C.js} +3 -3
  21. package/bundle/{devtoolsService-GIESJD2E.js → devtoolsService-JGPJ2GN4.js} +5 -4
  22. package/bundle/{devtoolsService-PGDD2J4F.js → devtoolsService-LU3DLIVB.js} +3 -3
  23. package/bundle/devtoolsService-RGAOIVMN.js +854 -0
  24. package/bundle/{core-J3CTNETR.js → dist-DTCLJTHN.js} +2 -2
  25. package/bundle/{dist-6WEZWPRQ.js → dist-X3ESBKEG.js} +2 -2
  26. package/bundle/dist-YQXQRQYA.js +1882 -0
  27. package/bundle/docs/reference/configuration.md +1 -1
  28. package/bundle/{gemini-AI362DTR.js → gemini-7BPDTLSV.js} +7 -7
  29. package/bundle/{gemini-GZFHIDDH.js → gemini-CJ5HU32O.js} +155 -140
  30. package/bundle/{gemini-5ARDVELJ.js → gemini-GA5SXGI6.js} +7 -7
  31. package/bundle/gemini-RFUB3W5S.js +14455 -0
  32. package/bundle/gemini.js +4 -4
  33. package/bundle/{interactiveCli-OYO74BPW.js → interactiveCli-2EVI7UVZ.js} +5 -5
  34. package/bundle/{interactiveCli-LGOLNK44.js → interactiveCli-2OAVBJCC.js} +253 -236
  35. package/bundle/{interactiveCli-PXX77G77.js → interactiveCli-CRDA6GQ7.js} +5 -5
  36. package/bundle/interactiveCli-SHFDAMKC.js +49314 -0
  37. package/bundle/{memoryDiscovery-WPGC7DAZ.js → memoryDiscovery-JXHCZBWK.js} +1 -1
  38. package/bundle/{memoryDiscovery-FNLUOGLO.js → memoryDiscovery-VQKOP6YW.js} +1 -1
  39. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  40. package/bundle/{oauth2-provider-X3F7PSVB.js → oauth2-provider-D6HJJAVX.js} +2 -2
  41. package/bundle/{oauth2-provider-I6AYNUSI.js → oauth2-provider-KEZJCOYM.js} +39 -73
  42. package/bundle/oauth2-provider-TSEQG63I.js +237 -0
  43. package/bundle/{oauth2-provider-G7GIGUQF.js → oauth2-provider-ZT3CIEZO.js} +2 -2
  44. package/bundle/policies/plan.toml +10 -0
  45. package/package.json +1 -1
@@ -1540,7 +1540,7 @@ their corresponding top-level category object in your `settings.json` file.
1540
1540
 
1541
1541
  - **`experimental.enableAgents`** (boolean):
1542
1542
  - **Description:** Enable local and remote subagents.
1543
- - **Default:** `false`
1543
+ - **Default:** `true`
1544
1544
  - **Requires restart:** Yes
1545
1545
 
1546
1546
  - **`experimental.worktrees`** (boolean):
@@ -59,7 +59,7 @@ import {
59
59
  updateAllUpdatableExtensions,
60
60
  updateExtension,
61
61
  validateAuthMethod
62
- } from "./chunk-4NIOHPQN.js";
62
+ } from "./chunk-KGPUJGU6.js";
63
63
  import {
64
64
  cleanupCheckpoints,
65
65
  registerCleanup,
@@ -68,7 +68,7 @@ import {
68
68
  runExitCleanup,
69
69
  runSyncCleanup,
70
70
  setupSignalHandlers
71
- } from "./chunk-3XQWOVPH.js";
71
+ } from "./chunk-OOZG4FMQ.js";
72
72
  import {
73
73
  AuthType,
74
74
  ChatRecordingService,
@@ -143,7 +143,7 @@ import {
143
143
  uiTelemetryService,
144
144
  writeToStderr,
145
145
  writeToStdout
146
- } from "./chunk-K2M7OTIP.js";
146
+ } from "./chunk-25V3TYNR.js";
147
147
  import {
148
148
  ASK_USER_TOOL_NAME,
149
149
  DEFAULT_FILE_FILTERING_OPTIONS,
@@ -183,7 +183,7 @@ import {
183
183
  resolveModel,
184
184
  resolveToRealPath,
185
185
  setGeminiMdFilename
186
- } from "./chunk-PVQN7ZVP.js";
186
+ } from "./chunk-PXG3YTLU.js";
187
187
  import "./chunk-664ZODQF.js";
188
188
  import "./chunk-RJTRUG2J.js";
189
189
  import "./chunk-IUUIT4SU.js";
@@ -9506,7 +9506,7 @@ async function runNonInteractive({
9506
9506
  }
9507
9507
  });
9508
9508
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
9509
- const { setupInitialActivityLogger } = await import("./devtoolsService-PGDD2J4F.js");
9509
+ const { setupInitialActivityLogger } = await import("./devtoolsService-LU3DLIVB.js");
9510
9510
  await setupInitialActivityLogger(config);
9511
9511
  }
9512
9512
  const { stdout: workingStdout } = createWorkingStdio();
@@ -13959,7 +13959,7 @@ ${reason.stack}` : ""}`;
13959
13959
  });
13960
13960
  }
13961
13961
  async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
13962
- const { startInteractiveUI: doStartUI } = await import("./interactiveCli-PXX77G77.js");
13962
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-CRDA6GQ7.js");
13963
13963
  await doStartUI(
13964
13964
  config,
13965
13965
  settings,
@@ -14155,7 +14155,7 @@ ${finalArgs[promptIndex + 1]}`;
14155
14155
  await config.storage.initialize();
14156
14156
  adminControlsListner.setConfig(config);
14157
14157
  if (config.isInteractive() && settings.merged.general.devtools) {
14158
- const { setupInitialActivityLogger } = await import("./devtoolsService-PGDD2J4F.js");
14158
+ const { setupInitialActivityLogger } = await import("./devtoolsService-LU3DLIVB.js");
14159
14159
  await setupInitialActivityLogger(config);
14160
14160
  }
14161
14161
  registerTelemetryConfig(config);