@google/gemini-cli 0.35.0-preview.1 → 0.35.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.
- package/bundle/{chunk-RIKAIXXN.js → chunk-5OVDZKPV.js} +6 -6
- package/bundle/{chunk-FKGF3664.js → chunk-6AQAEYFC.js} +5315 -9974
- package/bundle/{chunk-OK6A2T3J.js → chunk-C2LINL7G.js} +14 -12
- package/bundle/{chunk-OVO7PV7Z.js → chunk-ELVZ5MKI.js} +4 -4
- package/bundle/{chunk-DHZSW3D5.js → chunk-HYF34ISK.js} +4 -4
- package/bundle/{chunk-FIQWQZVG.js → chunk-QO53VEHI.js} +15 -12
- package/bundle/{chunk-7JZWJYL2.js → chunk-SCIFYSWM.js} +4 -4
- package/bundle/{chunk-J7ZVHCWL.js → chunk-TYZCRVGB.js} +70 -58
- package/bundle/chunk-WTYAEXC3.js +325893 -0
- package/bundle/chunk-WXXNCSKU.js +92840 -0
- package/bundle/{core-OSNLJAKB.js → core-ZWMLWHG7.js} +2 -2
- package/bundle/{devtoolsService-UPY6AYM7.js → devtoolsService-DH7MKZL2.js} +3 -3
- package/bundle/{devtoolsService-YJFR2ZTU.js → devtoolsService-EVTQ32UO.js} +3 -3
- package/bundle/{devtoolsService-CH2PM4E2.js → devtoolsService-FPFZEEVK.js} +5 -4
- package/bundle/devtoolsService-XMVPJFZ7.js +855 -0
- package/bundle/{core-YBLRHI5E.js → dist-6LCHGUBD.js} +2 -2
- package/bundle/{dist-PQCTLJ67.js → dist-AWPSKKKO.js} +2 -2
- package/bundle/dist-WOQEPX5R.js +1781 -0
- package/bundle/gemini.js +7 -7
- package/bundle/{interactiveCli-SIJB4G3Q.js → interactiveCli-7H3T4KJF.js} +4 -4
- package/bundle/{interactiveCli-AKIKCHLF.js → interactiveCli-E3DWTWRM.js} +239 -222
- package/bundle/{interactiveCli-3JVKXF42.js → interactiveCli-N4QW3NCZ.js} +4 -4
- package/bundle/interactiveCli-Z4Y6XB7M.js +48702 -0
- package/bundle/{memoryDiscovery-2RH76CMO.js → memoryDiscovery-7LUUOJNM.js} +1 -1
- package/bundle/{memoryDiscovery-P6SEGMWA.js → memoryDiscovery-RRX6QF4Y.js} +1 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-G4RXUPFH.js → oauth2-provider-CPMX7ITW.js} +2 -2
- package/bundle/{oauth2-provider-ZZIJ6OXB.js → oauth2-provider-IU6STKL7.js} +2 -2
- package/bundle/{oauth2-provider-N6KBVMX3.js → oauth2-provider-LTBDSRHY.js} +39 -73
- package/bundle/oauth2-provider-ZWWMTBET.js +238 -0
- package/package.json +1 -1
|
@@ -665,7 +665,7 @@ import {
|
|
|
665
665
|
wrapInAccountChooser,
|
|
666
666
|
writeToStderr,
|
|
667
667
|
writeToStdout
|
|
668
|
-
} from "./chunk-
|
|
668
|
+
} from "./chunk-ELVZ5MKI.js";
|
|
669
669
|
import "./chunk-37ZTTFQF.js";
|
|
670
670
|
import {
|
|
671
671
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
@@ -885,7 +885,7 @@ import {
|
|
|
885
885
|
tmpdir,
|
|
886
886
|
toFriendlyError,
|
|
887
887
|
unescapePath
|
|
888
|
-
} from "./chunk-
|
|
888
|
+
} from "./chunk-QO53VEHI.js";
|
|
889
889
|
import "./chunk-664ZODQF.js";
|
|
890
890
|
import "./chunk-RJTRUG2J.js";
|
|
891
891
|
import {
|
|
@@ -1,11 +1,11 @@
|
|
|
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-5OVDZKPV.js";
|
|
3
3
|
import "./chunk-37ZTTFQF.js";
|
|
4
4
|
import {
|
|
5
5
|
CoreEvent,
|
|
6
6
|
coreEvents,
|
|
7
7
|
debugLogger
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-C2LINL7G.js";
|
|
9
9
|
import {
|
|
10
10
|
wrapper_default
|
|
11
11
|
} from "./chunk-664ZODQF.js";
|
|
@@ -821,7 +821,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
821
821
|
return;
|
|
822
822
|
}
|
|
823
823
|
try {
|
|
824
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-
|
|
824
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-WOQEPX5R.js");
|
|
825
825
|
const url = await startDevToolsServer(config);
|
|
826
826
|
if (shouldLaunchBrowser()) {
|
|
827
827
|
try {
|
|
@@ -1,10 +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-ELVZ5MKI.js";
|
|
3
3
|
import "./chunk-37ZTTFQF.js";
|
|
4
4
|
import {
|
|
5
5
|
coreEvents,
|
|
6
6
|
debugLogger
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QO53VEHI.js";
|
|
8
8
|
import {
|
|
9
9
|
wrapper_default
|
|
10
10
|
} from "./chunk-664ZODQF.js";
|
|
@@ -820,7 +820,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
820
820
|
return;
|
|
821
821
|
}
|
|
822
822
|
try {
|
|
823
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-
|
|
823
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-ZWMLWHG7.js");
|
|
824
824
|
const url = await startDevToolsServer(config);
|
|
825
825
|
if (shouldLaunchBrowser()) {
|
|
826
826
|
try {
|
|
@@ -1,10 +1,11 @@
|
|
|
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-WTYAEXC3.js";
|
|
3
3
|
import "./chunk-37ZTTFQF.js";
|
|
4
4
|
import {
|
|
5
|
+
CoreEvent,
|
|
5
6
|
coreEvents,
|
|
6
7
|
debugLogger
|
|
7
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-C2LINL7G.js";
|
|
8
9
|
import {
|
|
9
10
|
wrapper_default
|
|
10
11
|
} from "./chunk-664ZODQF.js";
|
|
@@ -650,7 +651,7 @@ var bridgeAttached = false;
|
|
|
650
651
|
function bridgeCoreEvents(capture) {
|
|
651
652
|
if (bridgeAttached) return;
|
|
652
653
|
bridgeAttached = true;
|
|
653
|
-
coreEvents.on(
|
|
654
|
+
coreEvents.on(CoreEvent.ConsoleLog, (payload) => {
|
|
654
655
|
capture.logConsole(payload);
|
|
655
656
|
});
|
|
656
657
|
}
|
|
@@ -820,7 +821,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
820
821
|
return;
|
|
821
822
|
}
|
|
822
823
|
try {
|
|
823
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./
|
|
824
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-6LCHGUBD.js");
|
|
824
825
|
const url = await startDevToolsServer(config);
|
|
825
826
|
if (shouldLaunchBrowser()) {
|
|
826
827
|
try {
|