@google/gemini-cli 0.38.0 → 0.38.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 (28) hide show
  1. package/bundle/{chunk-E3PKFKX6.js → chunk-A3CCSDTB.js} +3 -3
  2. package/bundle/{chunk-UTDAP6W7.js → chunk-B7OCRC72.js} +3 -3
  3. package/bundle/{chunk-ZN2B66X6.js → chunk-C3HWPYQ6.js} +71 -59
  4. package/bundle/chunk-M5Q72DDY.js +85174 -0
  5. package/bundle/{chunk-UIKF2OKQ.js → chunk-QVG5CRLZ.js} +35 -27
  6. package/bundle/{chunk-A5WACHT3.js → chunk-VTZC6I7F.js} +36 -28
  7. package/bundle/{chunk-UKTSS4BC.js → chunk-XGCOPSUV.js} +6147 -11463
  8. package/bundle/chunk-ZTFHMKKJ.js +358524 -0
  9. package/bundle/{core-3K4DOF2Q.js → core-KQILLJHB.js} +1 -1
  10. package/bundle/{devtoolsService-4VP27OSR.js → devtoolsService-5M3WXUDY.js} +2 -2
  11. package/bundle/{devtoolsService-7O5W72JB.js → devtoolsService-BEZR7FLM.js} +2 -2
  12. package/bundle/{devtoolsService-6WC7CXEJ.js → devtoolsService-H4GY23C4.js} +5 -4
  13. package/bundle/devtoolsService-YE72BGQU.js +871 -0
  14. package/bundle/{dist-3YVD622R.js → dist-3OA65TOZ.js} +1 -1
  15. package/bundle/{core-TF7HWCEH.js → dist-5XEVU7IN.js} +2 -2
  16. package/bundle/dist-VGVT6XFG.js +1962 -0
  17. package/bundle/docs/cli/plan-mode.md +4 -0
  18. package/bundle/gemini.js +7 -7
  19. package/bundle/{interactiveCli-JYMN562N.js → interactiveCli-EOCVNM6H.js} +3 -3
  20. package/bundle/{interactiveCli-PTUYCBMF.js → interactiveCli-HY2PQVEN.js} +3 -3
  21. package/bundle/{interactiveCli-RKW6AY7S.js → interactiveCli-PJT3XCNJ.js} +270 -253
  22. package/bundle/interactiveCli-ZZDSQ5YT.js +49974 -0
  23. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  24. package/bundle/{oauth2-provider-NANAQOXS.js → oauth2-provider-5N6BXCUZ.js} +1 -1
  25. package/bundle/{oauth2-provider-UZQMUGRV.js → oauth2-provider-5XLVQZYJ.js} +39 -73
  26. package/bundle/oauth2-provider-7EQWCVGC.js +237 -0
  27. package/bundle/{oauth2-provider-EG32OGVI.js → oauth2-provider-PFVXC625.js} +1 -1
  28. package/package.json +1 -1
@@ -730,7 +730,7 @@ import {
730
730
  wrapInAccountChooser,
731
731
  writeToStderr,
732
732
  writeToStdout
733
- } from "./chunk-A5WACHT3.js";
733
+ } from "./chunk-VTZC6I7F.js";
734
734
  import {
735
735
  ACTIVATE_SKILL_TOOL_NAME,
736
736
  ALL_BUILTIN_TOOL_NAMES,
@@ -1,5 +1,5 @@
1
1
  const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
2
- import "./chunk-A5WACHT3.js";
2
+ import "./chunk-VTZC6I7F.js";
3
3
  import {
4
4
  coreEvents,
5
5
  debugLogger
@@ -836,7 +836,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
836
836
  return;
837
837
  }
838
838
  try {
839
- const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-3K4DOF2Q.js");
839
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-KQILLJHB.js");
840
840
  const url = await startDevToolsServer(config);
841
841
  if (shouldLaunchBrowser()) {
842
842
  try {
@@ -1,5 +1,5 @@
1
1
  const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
2
- import "./chunk-UIKF2OKQ.js";
2
+ import "./chunk-ZTFHMKKJ.js";
3
3
  import {
4
4
  CoreEvent,
5
5
  coreEvents,
@@ -837,7 +837,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
837
837
  return;
838
838
  }
839
839
  try {
840
- const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-3YVD622R.js");
840
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-5XEVU7IN.js");
841
841
  const url = await startDevToolsServer(config);
842
842
  if (shouldLaunchBrowser()) {
843
843
  try {
@@ -1,9 +1,10 @@
1
1
  const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
2
- import "./chunk-UKTSS4BC.js";
2
+ import "./chunk-QVG5CRLZ.js";
3
3
  import {
4
+ CoreEvent,
4
5
  coreEvents,
5
6
  debugLogger
6
- } from "./chunk-Z34XA6FT.js";
7
+ } from "./chunk-ETUADTWF.js";
7
8
  import {
8
9
  wrapper_default
9
10
  } from "./chunk-664ZODQF.js";
@@ -666,7 +667,7 @@ var bridgeAttached = false;
666
667
  function bridgeCoreEvents(capture) {
667
668
  if (bridgeAttached) return;
668
669
  bridgeAttached = true;
669
- coreEvents.on("console-log" /* ConsoleLog */, (payload) => {
670
+ coreEvents.on(CoreEvent.ConsoleLog, (payload) => {
670
671
  capture.logConsole(payload);
671
672
  });
672
673
  }
@@ -836,7 +837,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
836
837
  return;
837
838
  }
838
839
  try {
839
- const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-TF7HWCEH.js");
840
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-VGVT6XFG.js");
840
841
  const url = await startDevToolsServer(config);
841
842
  if (shouldLaunchBrowser()) {
842
843
  try {