@google/gemini-cli 0.37.0 → 0.37.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-JCJR4TJP.js → chunk-2P3YD5SP.js} +4 -4
- package/bundle/{chunk-2LDNSLWJ.js → chunk-656G5G3B.js} +4 -4
- package/bundle/{chunk-4FL34AF3.js → chunk-6G53DP6Y.js} +3 -3
- package/bundle/{chunk-HPS5HLVY.js → chunk-7D745VGL.js} +5866 -11022
- package/bundle/{chunk-LP2WYGS4.js → chunk-7I6BZ5I5.js} +3 -3
- package/bundle/chunk-DZQZKSDY.js +356418 -0
- package/bundle/{chunk-ZYD45INQ.js → chunk-MODIYMRW.js} +71 -59
- package/bundle/chunk-Y63D5UTO.js +98376 -0
- package/bundle/{core-7MVFLCVM.js → core-TNOSLH5P.js} +1 -1
- package/bundle/{devtoolsService-QN6DTOQ4.js → devtoolsService-5AAG2UMX.js} +2 -2
- package/bundle/{devtoolsService-QQAGVUAL.js → devtoolsService-DG3SDAMZ.js} +2 -2
- package/bundle/{devtoolsService-QPXA3DYV.js → devtoolsService-NL4FGM2B.js} +5 -4
- package/bundle/devtoolsService-V7ZBOBF6.js +871 -0
- package/bundle/{dist-OPAGMUAE.js → dist-DIJCUDOP.js} +1 -1
- package/bundle/{core-IAVFIQIJ.js → dist-F3BG3DZ4.js} +2 -2
- package/bundle/dist-UGFGYXRB.js +1942 -0
- package/bundle/gemini.js +89 -7
- package/bundle/{interactiveCli-QUKUV3RI.js → interactiveCli-25PTL36A.js} +3 -3
- package/bundle/{interactiveCli-UE3SKHMT.js → interactiveCli-IDTGFIRK.js} +264 -247
- package/bundle/interactiveCli-KDKOA5HQ.js +50355 -0
- package/bundle/{interactiveCli-3PZKICTV.js → interactiveCli-YYTUAB4S.js} +3 -3
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-NGPDVZHB.js → oauth2-provider-A7PNIAIF.js} +1 -1
- package/bundle/{oauth2-provider-4KPORHHZ.js → oauth2-provider-NB6AEGWS.js} +1 -1
- package/bundle/{oauth2-provider-5PPDZYRY.js → oauth2-provider-SX6BAJM6.js} +39 -73
- package/bundle/oauth2-provider-YW6ORE7X.js +237 -0
- package/package.json +1 -1
|
@@ -167,7 +167,7 @@ import {
|
|
|
167
167
|
tokenLimit,
|
|
168
168
|
uiTelemetryService,
|
|
169
169
|
yellowBright
|
|
170
|
-
} from "./chunk-
|
|
170
|
+
} from "./chunk-7D745VGL.js";
|
|
171
171
|
import {
|
|
172
172
|
ApprovalMode,
|
|
173
173
|
CoreEvent,
|
|
@@ -88067,7 +88067,7 @@ var authCommand = {
|
|
|
88067
88067
|
import process34 from "node:process";
|
|
88068
88068
|
|
|
88069
88069
|
// packages/cli/src/generated/git-commit.ts
|
|
88070
|
-
var GIT_COMMIT_INFO = "
|
|
88070
|
+
var GIT_COMMIT_INFO = "b569a98c0";
|
|
88071
88071
|
|
|
88072
88072
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
88073
88073
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -93566,7 +93566,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
93566
93566
|
type: "info",
|
|
93567
93567
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
93568
93568
|
});
|
|
93569
|
-
const { MCPOAuthProvider } = await import("./dist-
|
|
93569
|
+
const { MCPOAuthProvider } = await import("./dist-F3BG3DZ4.js");
|
|
93570
93570
|
let oauthConfig = server.oauth;
|
|
93571
93571
|
if (!oauthConfig) {
|
|
93572
93572
|
oauthConfig = { enabled: false };
|