@google/gemini-cli 0.37.0-preview.0 → 0.37.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-LEK5YYAR.js → chunk-4GDVEGW6.js} +66 -29
- package/bundle/{chunk-TJ76C6AA.js → chunk-4HLDGHKQ.js} +5903 -11016
- package/bundle/{chunk-R5X4CMUM.js → chunk-5OOT636U.js} +30 -23
- package/bundle/{chunk-7UZ4Y32N.js → chunk-JS5WSGB2.js} +30 -23
- package/bundle/{chunk-ULC3DHVX.js → chunk-KVB2FEJR.js} +6 -6
- package/bundle/{chunk-A62NZYIK.js → chunk-Q7WBFJC3.js} +73 -61
- package/bundle/chunk-RKV6HN7Q.js +98376 -0
- package/bundle/{chunk-3TN4SOLW.js → chunk-T475D6CB.js} +72 -29
- package/bundle/{chunk-XX7JYMTE.js → chunk-TZN2SS4V.js} +6 -6
- package/bundle/chunk-WY42FI6I.js +356418 -0
- package/bundle/{core-5OME6LT4.js → core-YYXQJ7TH.js} +4 -2
- package/bundle/{devtoolsService-4FIYD6OW.js → devtoolsService-B6RHLEYB.js} +3 -3
- package/bundle/{devtoolsService-TVWW3DBW.js → devtoolsService-DHRIWISR.js} +3 -3
- package/bundle/{devtoolsService-IDLWLZFQ.js → devtoolsService-MSTYJNTU.js} +5 -4
- package/bundle/devtoolsService-NRFH67X5.js +871 -0
- package/bundle/{core-CUCGSGCA.js → dist-2HVISZHF.js} +4 -2
- package/bundle/{dist-YWCADMDD.js → dist-KYKNBAEA.js} +4 -2
- package/bundle/dist-WQ7AVR5S.js +1942 -0
- package/bundle/docs/cli/plan-mode.md +10 -3
- package/bundle/docs/cli/settings.md +33 -33
- package/bundle/docs/reference/configuration.md +2 -2
- package/bundle/docs/reference/policy-engine.md +20 -1
- package/bundle/gemini.js +7 -7
- package/bundle/{interactiveCli-4WFWOVAQ.js → interactiveCli-M5FR2TSQ.js} +4 -4
- package/bundle/{interactiveCli-4ZZ72DR3.js → interactiveCli-NNZT57UA.js} +264 -247
- package/bundle/interactiveCli-WM3LDBWK.js +50355 -0
- package/bundle/{interactiveCli-6SIGBRWS.js → interactiveCli-Z6APHR6N.js} +4 -4
- 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-HGHECKPY.js → oauth2-provider-3Z6BMHEW.js} +2 -2
- package/bundle/{oauth2-provider-YYRJ44X5.js → oauth2-provider-6573WD2M.js} +39 -73
- package/bundle/{oauth2-provider-TYBJKXSJ.js → oauth2-provider-DFCNEZQQ.js} +2 -2
- package/bundle/oauth2-provider-UMCNQ5DH.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-4HLDGHKQ.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-JS5WSGB2.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,
|
|
@@ -724,7 +724,7 @@ import {
|
|
|
724
724
|
wrapInAccountChooser,
|
|
725
725
|
writeToStderr,
|
|
726
726
|
writeToStdout
|
|
727
|
-
} from "./chunk-
|
|
727
|
+
} from "./chunk-WY42FI6I.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-JS5WSGB2.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,
|