@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.
- package/bundle/{chunk-E3PKFKX6.js → chunk-A3CCSDTB.js} +3 -3
- package/bundle/{chunk-UTDAP6W7.js → chunk-B7OCRC72.js} +3 -3
- package/bundle/{chunk-ZN2B66X6.js → chunk-C3HWPYQ6.js} +71 -59
- package/bundle/chunk-M5Q72DDY.js +85174 -0
- package/bundle/{chunk-UIKF2OKQ.js → chunk-QVG5CRLZ.js} +35 -27
- package/bundle/{chunk-A5WACHT3.js → chunk-VTZC6I7F.js} +36 -28
- package/bundle/{chunk-UKTSS4BC.js → chunk-XGCOPSUV.js} +6147 -11463
- package/bundle/chunk-ZTFHMKKJ.js +358524 -0
- package/bundle/{core-3K4DOF2Q.js → core-KQILLJHB.js} +1 -1
- package/bundle/{devtoolsService-4VP27OSR.js → devtoolsService-5M3WXUDY.js} +2 -2
- package/bundle/{devtoolsService-7O5W72JB.js → devtoolsService-BEZR7FLM.js} +2 -2
- package/bundle/{devtoolsService-6WC7CXEJ.js → devtoolsService-H4GY23C4.js} +5 -4
- package/bundle/devtoolsService-YE72BGQU.js +871 -0
- package/bundle/{dist-3YVD622R.js → dist-3OA65TOZ.js} +1 -1
- package/bundle/{core-TF7HWCEH.js → dist-5XEVU7IN.js} +2 -2
- package/bundle/dist-VGVT6XFG.js +1962 -0
- package/bundle/docs/cli/plan-mode.md +4 -0
- package/bundle/gemini.js +7 -7
- package/bundle/{interactiveCli-JYMN562N.js → interactiveCli-EOCVNM6H.js} +3 -3
- package/bundle/{interactiveCli-PTUYCBMF.js → interactiveCli-HY2PQVEN.js} +3 -3
- package/bundle/{interactiveCli-RKW6AY7S.js → interactiveCli-PJT3XCNJ.js} +270 -253
- package/bundle/interactiveCli-ZZDSQ5YT.js +49974 -0
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-NANAQOXS.js → oauth2-provider-5N6BXCUZ.js} +1 -1
- package/bundle/{oauth2-provider-UZQMUGRV.js → oauth2-provider-5XLVQZYJ.js} +39 -73
- package/bundle/oauth2-provider-7EQWCVGC.js +237 -0
- package/bundle/{oauth2-provider-EG32OGVI.js → oauth2-provider-PFVXC625.js} +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
2
|
+
import "./chunk-QVG5CRLZ.js";
|
|
3
3
|
import {
|
|
4
|
+
CoreEvent,
|
|
4
5
|
coreEvents,
|
|
5
6
|
debugLogger
|
|
6
|
-
} from "./chunk-
|
|
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(
|
|
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("./
|
|
840
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-VGVT6XFG.js");
|
|
840
841
|
const url = await startDevToolsServer(config);
|
|
841
842
|
if (shouldLaunchBrowser()) {
|
|
842
843
|
try {
|