@google/gemini-cli 0.39.0-preview.0 → 0.39.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-NMO6M2JW.js → chunk-3R2FLB3Z.js} +4 -4
- package/bundle/{chunk-UCJYTRQH.js → chunk-45GIY5RT.js} +1 -1
- package/bundle/{chunk-CB4IHCOV.js → chunk-4UUOHXDW.js} +354 -296
- package/bundle/{chunk-ZFUMNFZD.js → chunk-5J5LWISO.js} +6536 -11870
- package/bundle/{chunk-DY3XSEN6.js → chunk-AZ7QQWNX.js} +2 -2
- package/bundle/{chunk-L5FKR6GE.js → chunk-GX4YOB7T.js} +4 -4
- package/bundle/{chunk-KMWY7IVQ.js → chunk-N3GUGFOL.js} +72 -60
- package/bundle/chunk-OXCH4FS3.js +360288 -0
- package/bundle/{chunk-5ZBBJS2A.js → chunk-QC6EGBZW.js} +1 -1
- package/bundle/chunk-RTX4LTWK.js +101702 -0
- package/bundle/chunk-SS4CWRZ5.js +156 -0
- package/bundle/{chunk-LF246RTE.js → chunk-TKGFTY3B.js} +404 -307
- package/bundle/{cleanup-INA6FKQG.js → cleanup-3EICKDDN.js} +2 -2
- package/bundle/{cleanup-DKDGF4IA.js → cleanup-4SLYOL44.js} +3 -3
- package/bundle/{cleanup-B7STSNY5.js → cleanup-6N6E742H.js} +2 -2
- package/bundle/cleanup-OG2MXKZ7.js +33 -0
- package/bundle/{core-6MCGZ334.js → core-KLYK3V6Z.js} +3 -1
- package/bundle/{devtoolsService-QN4BQSIF.js → devtoolsService-FS7WXGBF.js} +2 -2
- package/bundle/{devtoolsService-BXBCDCC2.js → devtoolsService-K4DENTYF.js} +2 -2
- package/bundle/{devtoolsService-DDDJINQW.js → devtoolsService-RLXZWLDT.js} +5 -4
- package/bundle/devtoolsService-X4577PYZ.js +871 -0
- package/bundle/{dist-2M52ZJGU.js → dist-5ET5G5PC.js} +3 -1
- package/bundle/{core-MYQB6KXT.js → dist-DQVXGLSO.js} +4 -2
- package/bundle/dist-P4XAO4SC.js +2010 -0
- package/bundle/docs/cli/plan-mode.md +1 -2
- package/bundle/{gemini-TS2LMZH4.js → gemini-6GWCDHXK.js} +8 -8
- package/bundle/{gemini-BA3BDBJT.js → gemini-FLGPH5GJ.js} +8 -8
- package/bundle/{gemini-JFTJVXU4.js → gemini-NBKLSVA3.js} +184 -169
- package/bundle/gemini-YOFQ5KF4.js +15321 -0
- package/bundle/gemini.js +3 -3
- package/bundle/{interactiveCli-7ZBDFPFP.js → interactiveCli-AGSLCKNH.js} +6 -5
- package/bundle/{interactiveCli-W43ANBCL.js → interactiveCli-H3NLGP7Z.js} +6 -5
- package/bundle/{interactiveCli-K6QHA2GI.js → interactiveCli-NAPN3E2K.js} +277 -259
- package/bundle/interactiveCli-TCZBSTKU.js +34493 -0
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-53ZABNLX.js → oauth2-provider-CWUR5RGE.js} +1 -1
- package/bundle/{oauth2-provider-T4YYJWZG.js → oauth2-provider-EA452S4C.js} +39 -73
- package/bundle/oauth2-provider-LV6VPYTU.js +237 -0
- package/bundle/{oauth2-provider-3YCIQHIN.js → oauth2-provider-YKYTKUWD.js} +1 -1
- package/package.json +1 -1
|
@@ -690,6 +690,7 @@ import {
|
|
|
690
690
|
resetOauthClientForTesting,
|
|
691
691
|
resetUserDataCacheForTesting,
|
|
692
692
|
resetVersionCache,
|
|
693
|
+
resolveAndValidatePlanPath,
|
|
693
694
|
resolveEditorAsync,
|
|
694
695
|
resolveExecutable,
|
|
695
696
|
resolvePathFromEnv,
|
|
@@ -750,7 +751,7 @@ import {
|
|
|
750
751
|
wrapInAccountChooser,
|
|
751
752
|
writeToStderr,
|
|
752
753
|
writeToStdout
|
|
753
|
-
} from "./chunk-
|
|
754
|
+
} from "./chunk-OXCH4FS3.js";
|
|
754
755
|
import {
|
|
755
756
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
756
757
|
AGENT_TOOL_NAME,
|
|
@@ -1932,6 +1933,7 @@ export {
|
|
|
1932
1933
|
resetOauthClientForTesting,
|
|
1933
1934
|
resetUserDataCacheForTesting,
|
|
1934
1935
|
resetVersionCache,
|
|
1936
|
+
resolveAndValidatePlanPath,
|
|
1935
1937
|
resolveClassifierModel,
|
|
1936
1938
|
resolveEditorAsync,
|
|
1937
1939
|
resolveExecutable,
|
|
@@ -690,6 +690,7 @@ import {
|
|
|
690
690
|
resetOauthClientForTesting,
|
|
691
691
|
resetUserDataCacheForTesting,
|
|
692
692
|
resetVersionCache,
|
|
693
|
+
resolveAndValidatePlanPath,
|
|
693
694
|
resolveEditorAsync,
|
|
694
695
|
resolveExecutable,
|
|
695
696
|
resolvePathFromEnv,
|
|
@@ -750,7 +751,7 @@ import {
|
|
|
750
751
|
wrapInAccountChooser,
|
|
751
752
|
writeToStderr,
|
|
752
753
|
writeToStdout
|
|
753
|
-
} from "./chunk-
|
|
754
|
+
} from "./chunk-5J5LWISO.js";
|
|
754
755
|
import {
|
|
755
756
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
756
757
|
AGENT_TOOL_NAME,
|
|
@@ -998,7 +999,7 @@ import {
|
|
|
998
999
|
toFriendlyError,
|
|
999
1000
|
toPathKey,
|
|
1000
1001
|
unescapePath
|
|
1001
|
-
} from "./chunk-
|
|
1002
|
+
} from "./chunk-67TFD6HC.js";
|
|
1002
1003
|
import "./chunk-664ZODQF.js";
|
|
1003
1004
|
import "./chunk-RJTRUG2J.js";
|
|
1004
1005
|
import {
|
|
@@ -1932,6 +1933,7 @@ export {
|
|
|
1932
1933
|
resetOauthClientForTesting,
|
|
1933
1934
|
resetUserDataCacheForTesting,
|
|
1934
1935
|
resetVersionCache,
|
|
1936
|
+
resolveAndValidatePlanPath,
|
|
1935
1937
|
resolveClassifierModel,
|
|
1936
1938
|
resolveEditorAsync,
|
|
1937
1939
|
resolveExecutable,
|