@google/gemini-cli 0.39.0-preview.0 → 0.39.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-LF246RTE.js → chunk-7SQF544H.js} +385 -301
- package/bundle/{chunk-5ZBBJS2A.js → chunk-D5PDFQWX.js} +1 -1
- package/bundle/{chunk-NMO6M2JW.js → chunk-EZUZYRLG.js} +4 -4
- package/bundle/{chunk-CB4IHCOV.js → chunk-F2GDXAAF.js} +332 -288
- package/bundle/{chunk-ZFUMNFZD.js → chunk-IP2YTTJH.js} +6514 -11862
- package/bundle/{chunk-UCJYTRQH.js → chunk-MJR464GS.js} +1 -1
- package/bundle/{chunk-DY3XSEN6.js → chunk-OS555R2T.js} +2 -2
- package/bundle/{chunk-L5FKR6GE.js → chunk-OXN7IRB7.js} +4 -4
- package/bundle/chunk-P2IAFIFP.js +360274 -0
- package/bundle/chunk-QHUP5MEL.js +156 -0
- package/bundle/{chunk-KMWY7IVQ.js → chunk-TULI5SFB.js} +72 -60
- package/bundle/chunk-WHPMO3WR.js +101702 -0
- package/bundle/{cleanup-INA6FKQG.js → cleanup-C647TEIA.js} +2 -2
- package/bundle/{cleanup-DKDGF4IA.js → cleanup-CZSIFJCD.js} +3 -3
- package/bundle/cleanup-MYBJ6ZHP.js +33 -0
- package/bundle/{cleanup-B7STSNY5.js → cleanup-T6HLM5JP.js} +2 -2
- package/bundle/{core-6MCGZ334.js → core-IZKTELTX.js} +3 -1
- package/bundle/{devtoolsService-BXBCDCC2.js → devtoolsService-2ROQ6LME.js} +2 -2
- package/bundle/{devtoolsService-DDDJINQW.js → devtoolsService-CR2UJLLC.js} +5 -4
- package/bundle/{devtoolsService-QN4BQSIF.js → devtoolsService-GHSBU5R5.js} +2 -2
- package/bundle/devtoolsService-OEBSPLJN.js +871 -0
- package/bundle/{dist-2M52ZJGU.js → dist-ADH7BOBF.js} +3 -1
- package/bundle/{core-MYQB6KXT.js → dist-OST42PZR.js} +4 -2
- package/bundle/dist-ZMA73RD7.js +2010 -0
- package/bundle/docs/cli/plan-mode.md +1 -2
- package/bundle/{gemini-JFTJVXU4.js → gemini-6BFSWN53.js} +184 -169
- package/bundle/{gemini-TS2LMZH4.js → gemini-GUA6PG6F.js} +7 -7
- package/bundle/gemini-HENMLXDS.js +15321 -0
- package/bundle/{gemini-BA3BDBJT.js → gemini-IENVNLLQ.js} +7 -7
- package/bundle/gemini.js +3 -3
- package/bundle/{interactiveCli-7ZBDFPFP.js → interactiveCli-FCDJTVQ3.js} +6 -5
- package/bundle/{interactiveCli-W43ANBCL.js → interactiveCli-FMNSXXHR.js} +6 -5
- package/bundle/{interactiveCli-K6QHA2GI.js → interactiveCli-P3PFIHWL.js} +277 -259
- package/bundle/interactiveCli-SEQ7RLOB.js +34493 -0
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-53ZABNLX.js → oauth2-provider-6TB4NGWJ.js} +1 -1
- package/bundle/{oauth2-provider-3YCIQHIN.js → oauth2-provider-AUIG7Q6O.js} +1 -1
- package/bundle/{oauth2-provider-T4YYJWZG.js → oauth2-provider-IXDXXQ6U.js} +39 -73
- package/bundle/oauth2-provider-UF547EKT.js +237 -0
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
} from "./chunk-5PS3AYFU.js";
|
|
6
6
|
import {
|
|
7
7
|
runExitCleanup
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-D5PDFQWX.js";
|
|
9
9
|
import {
|
|
10
10
|
AsyncFzf,
|
|
11
11
|
AuthProviderType,
|
|
@@ -167,7 +167,7 @@ import {
|
|
|
167
167
|
tokenLimit,
|
|
168
168
|
uiTelemetryService,
|
|
169
169
|
yellowBright
|
|
170
|
-
} from "./chunk-
|
|
170
|
+
} from "./chunk-7SQF544H.js";
|
|
171
171
|
import {
|
|
172
172
|
ApprovalMode,
|
|
173
173
|
CoreEvent,
|
|
@@ -76642,7 +76642,7 @@ var authCommand = {
|
|
|
76642
76642
|
import process35 from "node:process";
|
|
76643
76643
|
|
|
76644
76644
|
// packages/cli/src/generated/git-commit.ts
|
|
76645
|
-
var GIT_COMMIT_INFO = "
|
|
76645
|
+
var GIT_COMMIT_INFO = "8d4bd62d3";
|
|
76646
76646
|
|
|
76647
76647
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
76648
76648
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -82126,7 +82126,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
82126
82126
|
type: "info",
|
|
82127
82127
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
82128
82128
|
});
|
|
82129
|
-
const { MCPOAuthProvider } = await import("./core-
|
|
82129
|
+
const { MCPOAuthProvider } = await import("./core-IZKTELTX.js");
|
|
82130
82130
|
let oauthConfig = server.oauth;
|
|
82131
82131
|
if (!oauthConfig) {
|
|
82132
82132
|
oauthConfig = { enabled: false };
|