@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
package/bundle/gemini.js
CHANGED
|
@@ -103,9 +103,9 @@ ${error instanceof Error ? error.stack ?? error.message : String(error)}
|
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
} else {
|
|
106
|
-
const { main } = await import("./gemini-
|
|
107
|
-
const { FatalError, writeToStderr } = await import("./dist-
|
|
108
|
-
const { runExitCleanup } = await import("./cleanup-
|
|
106
|
+
const { main } = await import("./gemini-YOFQ5KF4.js");
|
|
107
|
+
const { FatalError, writeToStderr } = await import("./dist-5ET5G5PC.js");
|
|
108
|
+
const { runExitCleanup } = await import("./cleanup-OG2MXKZ7.js");
|
|
109
109
|
main().catch(async (error) => {
|
|
110
110
|
const cleanupTimeout = setTimeout(() => {
|
|
111
111
|
writeToStderr("Cleanup timed out, forcing exit...\n");
|
|
@@ -197,7 +197,7 @@ import {
|
|
|
197
197
|
widestLineFromStyledChars,
|
|
198
198
|
wordBreakStyledChars,
|
|
199
199
|
wrapStyledChars
|
|
200
|
-
} from "./chunk-
|
|
200
|
+
} from "./chunk-3R2FLB3Z.js";
|
|
201
201
|
import {
|
|
202
202
|
appEvents
|
|
203
203
|
} from "./chunk-5PS3AYFU.js";
|
|
@@ -206,7 +206,7 @@ import {
|
|
|
206
206
|
removeCleanup,
|
|
207
207
|
runExitCleanup,
|
|
208
208
|
setupTtyCheck
|
|
209
|
-
} from "./chunk-
|
|
209
|
+
} from "./chunk-QC6EGBZW.js";
|
|
210
210
|
import {
|
|
211
211
|
ApiKeyUpdatedEvent,
|
|
212
212
|
AsyncFzf,
|
|
@@ -323,7 +323,7 @@ import {
|
|
|
323
323
|
validatePlanContent,
|
|
324
324
|
validatePlanPath,
|
|
325
325
|
writeToStdout
|
|
326
|
-
} from "./chunk-
|
|
326
|
+
} from "./chunk-TKGFTY3B.js";
|
|
327
327
|
import {
|
|
328
328
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
329
329
|
AGENT_TOOL_NAME,
|
|
@@ -11984,7 +11984,8 @@ function usePlanContent(planPath, config) {
|
|
|
11984
11984
|
try {
|
|
11985
11985
|
const pathError = await validatePlanPath(
|
|
11986
11986
|
planPath,
|
|
11987
|
-
config.storage.getPlansDir()
|
|
11987
|
+
config.storage.getPlansDir(),
|
|
11988
|
+
config.getProjectRoot()
|
|
11988
11989
|
);
|
|
11989
11990
|
if (ignore) return;
|
|
11990
11991
|
if (pathError) {
|
|
@@ -33486,7 +33487,7 @@ ${queuedText}` : queuedText;
|
|
|
33486
33487
|
if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
|
|
33487
33488
|
if (settings.merged.general.devtools) {
|
|
33488
33489
|
void (async () => {
|
|
33489
|
-
const { toggleDevToolsPanel } = await import("./devtoolsService-
|
|
33490
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-FS7WXGBF.js");
|
|
33490
33491
|
await toggleDevToolsPanel(
|
|
33491
33492
|
config,
|
|
33492
33493
|
showErrorDetails,
|
|
@@ -197,7 +197,7 @@ import {
|
|
|
197
197
|
widestLineFromStyledChars,
|
|
198
198
|
wordBreakStyledChars,
|
|
199
199
|
wrapStyledChars
|
|
200
|
-
} from "./chunk-
|
|
200
|
+
} from "./chunk-N3GUGFOL.js";
|
|
201
201
|
import {
|
|
202
202
|
appEvents
|
|
203
203
|
} from "./chunk-5PS3AYFU.js";
|
|
@@ -206,7 +206,7 @@ import {
|
|
|
206
206
|
removeCleanup,
|
|
207
207
|
runExitCleanup,
|
|
208
208
|
setupTtyCheck
|
|
209
|
-
} from "./chunk-
|
|
209
|
+
} from "./chunk-SS4CWRZ5.js";
|
|
210
210
|
import {
|
|
211
211
|
ApiKeyUpdatedEvent,
|
|
212
212
|
AsyncFzf,
|
|
@@ -333,7 +333,7 @@ import {
|
|
|
333
333
|
validatePlanContent,
|
|
334
334
|
validatePlanPath,
|
|
335
335
|
writeToStdout
|
|
336
|
-
} from "./chunk-
|
|
336
|
+
} from "./chunk-5J5LWISO.js";
|
|
337
337
|
import {
|
|
338
338
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
339
339
|
AGENT_TOOL_NAME,
|
|
@@ -12001,7 +12001,8 @@ function usePlanContent(planPath, config) {
|
|
|
12001
12001
|
try {
|
|
12002
12002
|
const pathError = await validatePlanPath(
|
|
12003
12003
|
planPath,
|
|
12004
|
-
config.storage.getPlansDir()
|
|
12004
|
+
config.storage.getPlansDir(),
|
|
12005
|
+
config.getProjectRoot()
|
|
12005
12006
|
);
|
|
12006
12007
|
if (ignore) return;
|
|
12007
12008
|
if (pathError) {
|
|
@@ -33503,7 +33504,7 @@ ${queuedText}` : queuedText;
|
|
|
33503
33504
|
if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
|
|
33504
33505
|
if (settings.merged.general.devtools) {
|
|
33505
33506
|
void (async () => {
|
|
33506
|
-
const { toggleDevToolsPanel } = await import("./devtoolsService-
|
|
33507
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-X4577PYZ.js");
|
|
33507
33508
|
await toggleDevToolsPanel(
|
|
33508
33509
|
config,
|
|
33509
33510
|
showErrorDetails,
|