@google/gemini-cli 0.37.0-preview.0 → 0.37.0-preview.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-ULC3DHVX.js → chunk-33B2YA3V.js} +4 -4
- package/bundle/{chunk-3TN4SOLW.js → chunk-43UUP7VO.js} +72 -29
- package/bundle/{chunk-R5X4CMUM.js → chunk-5OOT636U.js} +30 -23
- package/bundle/{chunk-A62NZYIK.js → chunk-BLL44IGV.js} +71 -59
- package/bundle/{chunk-7UZ4Y32N.js → chunk-JS5WSGB2.js} +30 -23
- package/bundle/{chunk-LEK5YYAR.js → chunk-PPWUMHZT.js} +65 -28
- package/bundle/chunk-TSSVZ7RZ.js +98376 -0
- package/bundle/{chunk-TJ76C6AA.js → chunk-VSXV53B7.js} +5901 -11014
- package/bundle/{chunk-XX7JYMTE.js → chunk-WZB27TDF.js} +4 -4
- package/bundle/chunk-ZB4UQCX5.js +356418 -0
- package/bundle/{core-5OME6LT4.js → core-RMRIZ3E5.js} +4 -2
- package/bundle/{devtoolsService-TVWW3DBW.js → devtoolsService-2ULAA43E.js} +3 -3
- package/bundle/{devtoolsService-IDLWLZFQ.js → devtoolsService-AWVCG2N2.js} +5 -4
- package/bundle/devtoolsService-IWSTJYRB.js +871 -0
- package/bundle/{devtoolsService-4FIYD6OW.js → devtoolsService-SZYXXACN.js} +3 -3
- package/bundle/{core-CUCGSGCA.js → dist-4FKFY6XB.js} +4 -2
- package/bundle/{dist-YWCADMDD.js → dist-PRDBNGX2.js} +4 -2
- package/bundle/dist-TCCEQJDV.js +1942 -0
- package/bundle/docs/cli/plan-mode.md +10 -3
- package/bundle/docs/reference/policy-engine.md +20 -1
- package/bundle/gemini.js +7 -7
- package/bundle/{interactiveCli-4WFWOVAQ.js → interactiveCli-24VGI5NV.js} +4 -4
- package/bundle/{interactiveCli-6SIGBRWS.js → interactiveCli-D2MTTARB.js} +4 -4
- package/bundle/{interactiveCli-4ZZ72DR3.js → interactiveCli-DX76MWWT.js} +264 -247
- package/bundle/interactiveCli-VNDJAKWG.js +50355 -0
- package/bundle/{memoryDiscovery-NS2EGHYH.js → memoryDiscovery-A265O6ML.js} +1 -1
- package/bundle/{memoryDiscovery-VL3OH25S.js → memoryDiscovery-H6J7KIH2.js} +1 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-TYBJKXSJ.js → oauth2-provider-FZUTS3SV.js} +2 -2
- package/bundle/{oauth2-provider-HGHECKPY.js → oauth2-provider-K25DXIWC.js} +2 -2
- package/bundle/{oauth2-provider-YYRJ44X5.js → oauth2-provider-N73M7SQI.js} +39 -73
- package/bundle/oauth2-provider-RMDEEXSP.js +237 -0
- package/package.json +1 -1
|
@@ -724,7 +724,7 @@ import {
|
|
|
724
724
|
wrapInAccountChooser,
|
|
725
725
|
writeToStderr,
|
|
726
726
|
writeToStdout
|
|
727
|
-
} from "./chunk-
|
|
727
|
+
} from "./chunk-43UUP7VO.js";
|
|
728
728
|
import {
|
|
729
729
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
730
730
|
ALL_BUILTIN_TOOL_NAMES,
|
|
@@ -821,6 +821,7 @@ import {
|
|
|
821
821
|
MEMORY_PARAM_FACT,
|
|
822
822
|
MEMORY_SECTION_HEADER,
|
|
823
823
|
MEMORY_TOOL_NAME,
|
|
824
|
+
MODES_BY_PERMISSIVENESS,
|
|
824
825
|
MUTATOR_KINDS,
|
|
825
826
|
MemoryTool,
|
|
826
827
|
MessageBusType,
|
|
@@ -964,7 +965,7 @@ import {
|
|
|
964
965
|
tmpdir,
|
|
965
966
|
toFriendlyError,
|
|
966
967
|
unescapePath
|
|
967
|
-
} from "./chunk-
|
|
968
|
+
} from "./chunk-5OOT636U.js";
|
|
968
969
|
import "./chunk-664ZODQF.js";
|
|
969
970
|
import "./chunk-RJTRUG2J.js";
|
|
970
971
|
import {
|
|
@@ -1270,6 +1271,7 @@ export {
|
|
|
1270
1271
|
MEMORY_SECTION_HEADER,
|
|
1271
1272
|
MEMORY_TOOL_NAME,
|
|
1272
1273
|
MIN_CREDIT_BALANCE,
|
|
1274
|
+
MODES_BY_PERMISSIVENESS,
|
|
1273
1275
|
MUTATOR_KINDS,
|
|
1274
1276
|
McpClient,
|
|
1275
1277
|
McpConfigDefinitionSchema,
|
|
@@ -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-VSXV53B7.js";
|
|
3
3
|
import {
|
|
4
4
|
CoreEvent,
|
|
5
5
|
coreEvents,
|
|
6
6
|
debugLogger
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-JS5WSGB2.js";
|
|
8
8
|
import {
|
|
9
9
|
wrapper_default
|
|
10
10
|
} from "./chunk-664ZODQF.js";
|
|
@@ -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-4FKFY6XB.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-PPWUMHZT.js";
|
|
3
3
|
import {
|
|
4
|
+
CoreEvent,
|
|
4
5
|
coreEvents,
|
|
5
6
|
debugLogger
|
|
6
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-JS5WSGB2.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-PRDBNGX2.js");
|
|
840
841
|
const url = await startDevToolsServer(config);
|
|
841
842
|
if (shouldLaunchBrowser()) {
|
|
842
843
|
try {
|