@google/gemini-cli 0.36.0-preview.0 → 0.36.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-K2M7OTIP.js → chunk-25V3TYNR.js} +9 -10
- package/bundle/{chunk-N7MAJ3JD.js → chunk-6F64DR53.js} +6 -6
- package/bundle/{chunk-6UAL5KXG.js → chunk-EUXACAGL.js} +9 -12
- package/bundle/{chunk-BE2CAP4N.js → chunk-HLML5SVJ.js} +29 -27
- package/bundle/{chunk-3HNPGRRW.js → chunk-IOJJTEIC.js} +2 -2
- package/bundle/{chunk-S36ET7IB.js → chunk-KGPUJGU6.js} +6 -6
- package/bundle/{chunk-3XQWOVPH.js → chunk-MRJRXC63.js} +2 -2
- package/bundle/{chunk-HXZPARYO.js → chunk-MXNIJ4RK.js} +2 -2
- package/bundle/{chunk-4NIOHPQN.js → chunk-NKTSTYJO.js} +72 -60
- package/bundle/chunk-NT4MG3B6.js +93175 -0
- package/bundle/chunk-OOZG4FMQ.js +137 -0
- package/bundle/{chunk-PVQN7ZVP.js → chunk-PXG3YTLU.js} +42 -27
- package/bundle/{chunk-CDXJ3P4V.js → chunk-SV2TJWFU.js} +5596 -10443
- package/bundle/chunk-WHT3ZS7S.js +354051 -0
- package/bundle/{cleanup-6R6IEU7T.js → cleanup-2WKEMFXG.js} +3 -3
- package/bundle/{cleanup-I7KFQ3LC.js → cleanup-B67M5WAO.js} +3 -3
- package/bundle/{cleanup-R6KR4XCS.js → cleanup-PJ323T24.js} +3 -3
- package/bundle/cleanup-PKVUY3XO.js +29 -0
- package/bundle/{core-IZK42CWE.js → core-7GUY3XKQ.js} +2 -2
- package/bundle/{devtoolsService-HLM6BC5R.js → devtoolsService-B7OD724C.js} +3 -3
- package/bundle/{devtoolsService-GIESJD2E.js → devtoolsService-JGPJ2GN4.js} +5 -4
- package/bundle/{devtoolsService-PGDD2J4F.js → devtoolsService-LU3DLIVB.js} +3 -3
- package/bundle/devtoolsService-RGAOIVMN.js +854 -0
- package/bundle/{core-J3CTNETR.js → dist-DTCLJTHN.js} +2 -2
- package/bundle/{dist-6WEZWPRQ.js → dist-X3ESBKEG.js} +2 -2
- package/bundle/dist-YQXQRQYA.js +1882 -0
- package/bundle/docs/reference/configuration.md +1 -1
- package/bundle/{gemini-AI362DTR.js → gemini-7BPDTLSV.js} +7 -7
- package/bundle/{gemini-GZFHIDDH.js → gemini-CJ5HU32O.js} +155 -140
- package/bundle/{gemini-5ARDVELJ.js → gemini-GA5SXGI6.js} +7 -7
- package/bundle/gemini-RFUB3W5S.js +14455 -0
- package/bundle/gemini.js +4 -4
- package/bundle/{interactiveCli-OYO74BPW.js → interactiveCli-2EVI7UVZ.js} +5 -5
- package/bundle/{interactiveCli-LGOLNK44.js → interactiveCli-2OAVBJCC.js} +253 -236
- package/bundle/{interactiveCli-PXX77G77.js → interactiveCli-CRDA6GQ7.js} +5 -5
- package/bundle/interactiveCli-SHFDAMKC.js +49314 -0
- package/bundle/{memoryDiscovery-WPGC7DAZ.js → memoryDiscovery-JXHCZBWK.js} +1 -1
- package/bundle/{memoryDiscovery-FNLUOGLO.js → memoryDiscovery-VQKOP6YW.js} +1 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-X3F7PSVB.js → oauth2-provider-D6HJJAVX.js} +2 -2
- package/bundle/{oauth2-provider-I6AYNUSI.js → oauth2-provider-KEZJCOYM.js} +39 -73
- package/bundle/oauth2-provider-TSEQG63I.js +237 -0
- package/bundle/{oauth2-provider-G7GIGUQF.js → oauth2-provider-ZT3CIEZO.js} +2 -2
- package/bundle/policies/plan.toml +10 -0
- package/package.json +1 -1
|
@@ -59,7 +59,7 @@ import {
|
|
|
59
59
|
updateAllUpdatableExtensions,
|
|
60
60
|
updateExtension,
|
|
61
61
|
validateAuthMethod
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-NT4MG3B6.js";
|
|
63
63
|
import {
|
|
64
64
|
cleanupCheckpoints,
|
|
65
65
|
registerCleanup,
|
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
runExitCleanup,
|
|
69
69
|
runSyncCleanup,
|
|
70
70
|
setupSignalHandlers
|
|
71
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-MXNIJ4RK.js";
|
|
72
72
|
import {
|
|
73
73
|
AuthType,
|
|
74
74
|
ChatRecordingService,
|
|
@@ -154,7 +154,7 @@ import {
|
|
|
154
154
|
uiTelemetryService,
|
|
155
155
|
writeToStderr,
|
|
156
156
|
writeToStdout
|
|
157
|
-
} from "./chunk-
|
|
157
|
+
} from "./chunk-WHT3ZS7S.js";
|
|
158
158
|
import {
|
|
159
159
|
ASK_USER_TOOL_NAME,
|
|
160
160
|
ApprovalMode,
|
|
@@ -198,7 +198,7 @@ import {
|
|
|
198
198
|
resolveModel,
|
|
199
199
|
resolveToRealPath,
|
|
200
200
|
setGeminiMdFilename
|
|
201
|
-
} from "./chunk-
|
|
201
|
+
} from "./chunk-HLML5SVJ.js";
|
|
202
202
|
import "./chunk-664ZODQF.js";
|
|
203
203
|
import "./chunk-RJTRUG2J.js";
|
|
204
204
|
import "./chunk-IUUIT4SU.js";
|
|
@@ -9521,7 +9521,7 @@ async function runNonInteractive({
|
|
|
9521
9521
|
}
|
|
9522
9522
|
});
|
|
9523
9523
|
if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
|
|
9524
|
-
const { setupInitialActivityLogger } = await import("./devtoolsService-
|
|
9524
|
+
const { setupInitialActivityLogger } = await import("./devtoolsService-RGAOIVMN.js");
|
|
9525
9525
|
await setupInitialActivityLogger(config);
|
|
9526
9526
|
}
|
|
9527
9527
|
const { stdout: workingStdout } = createWorkingStdio();
|
|
@@ -13974,7 +13974,7 @@ ${reason.stack}` : ""}`;
|
|
|
13974
13974
|
});
|
|
13975
13975
|
}
|
|
13976
13976
|
async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
|
|
13977
|
-
const { startInteractiveUI: doStartUI } = await import("./interactiveCli-
|
|
13977
|
+
const { startInteractiveUI: doStartUI } = await import("./interactiveCli-2EVI7UVZ.js");
|
|
13978
13978
|
await doStartUI(
|
|
13979
13979
|
config,
|
|
13980
13980
|
settings,
|
|
@@ -14170,7 +14170,7 @@ ${finalArgs[promptIndex + 1]}`;
|
|
|
14170
14170
|
await config.storage.initialize();
|
|
14171
14171
|
adminControlsListner.setConfig(config);
|
|
14172
14172
|
if (config.isInteractive() && settings.merged.general.devtools) {
|
|
14173
|
-
const { setupInitialActivityLogger } = await import("./devtoolsService-
|
|
14173
|
+
const { setupInitialActivityLogger } = await import("./devtoolsService-RGAOIVMN.js");
|
|
14174
14174
|
await setupInitialActivityLogger(config);
|
|
14175
14175
|
}
|
|
14176
14176
|
registerTelemetryConfig(config);
|