@google/gemini-cli 0.37.0 → 0.37.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-LP2WYGS4.js → chunk-4UMQLF27.js} +4 -4
- package/bundle/{chunk-2LDNSLWJ.js → chunk-6JWICRU7.js} +4 -4
- package/bundle/{chunk-4FL34AF3.js → chunk-FAE26AOD.js} +4 -4
- package/bundle/{chunk-JCJR4TJP.js → chunk-FNPZEX27.js} +4 -4
- package/bundle/{chunk-HPS5HLVY.js → chunk-MUTEY5LE.js} +5867 -11023
- package/bundle/chunk-PE2NGK4O.js +356418 -0
- package/bundle/{chunk-ZYD45INQ.js → chunk-XDYYZLVW.js} +72 -60
- package/bundle/chunk-ZCQAWKMD.js +98376 -0
- package/bundle/{core-7MVFLCVM.js → core-2SK7SRNF.js} +1 -1
- package/bundle/{devtoolsService-QN6DTOQ4.js → devtoolsService-7WYJNYOV.js} +2 -2
- package/bundle/{devtoolsService-QPXA3DYV.js → devtoolsService-FWKCOXYX.js} +5 -4
- package/bundle/devtoolsService-URDW7HBF.js +871 -0
- package/bundle/{devtoolsService-QQAGVUAL.js → devtoolsService-Y5A3EDJE.js} +2 -2
- package/bundle/{dist-OPAGMUAE.js → dist-GLIAC2IL.js} +1 -1
- package/bundle/{core-IAVFIQIJ.js → dist-TS22EKCG.js} +2 -2
- package/bundle/dist-Z2S5IB4B.js +1942 -0
- package/bundle/gemini.js +89 -7
- package/bundle/{interactiveCli-QUKUV3RI.js → interactiveCli-GCAC6FV6.js} +5 -5
- package/bundle/{interactiveCli-UE3SKHMT.js → interactiveCli-GX2NUXEE.js} +266 -249
- package/bundle/{interactiveCli-3PZKICTV.js → interactiveCli-IJTLUX4D.js} +5 -5
- package/bundle/interactiveCli-X4RY42N6.js +50355 -0
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-NGPDVZHB.js → oauth2-provider-4TA2ENGZ.js} +1 -1
- package/bundle/{oauth2-provider-5PPDZYRY.js → oauth2-provider-TPB4LTUP.js} +39 -73
- package/bundle/oauth2-provider-YEU6QEFO.js +237 -0
- package/bundle/{oauth2-provider-4KPORHHZ.js → oauth2-provider-YVD7LHOL.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-6JWICRU7.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-2SK7SRNF.js");
|
|
840
840
|
const url = await startDevToolsServer(config);
|
|
841
841
|
if (shouldLaunchBrowser()) {
|
|
842
842
|
try {
|
|
@@ -724,7 +724,7 @@ import {
|
|
|
724
724
|
wrapInAccountChooser,
|
|
725
725
|
writeToStderr,
|
|
726
726
|
writeToStdout
|
|
727
|
-
} from "./chunk-
|
|
727
|
+
} from "./chunk-PE2NGK4O.js";
|
|
728
728
|
import {
|
|
729
729
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
730
730
|
ALL_BUILTIN_TOOL_NAMES,
|
|
@@ -965,7 +965,7 @@ import {
|
|
|
965
965
|
tmpdir,
|
|
966
966
|
toFriendlyError,
|
|
967
967
|
unescapePath
|
|
968
|
-
} from "./chunk-
|
|
968
|
+
} from "./chunk-JS5WSGB2.js";
|
|
969
969
|
import "./chunk-664ZODQF.js";
|
|
970
970
|
import "./chunk-RJTRUG2J.js";
|
|
971
971
|
import {
|