@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
|
@@ -250894,8 +250894,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
250894
250894
|
var PointerVector = import_vector.default.PointerVector;
|
|
250895
250895
|
|
|
250896
250896
|
// packages/core/dist/src/generated/git-commit.js
|
|
250897
|
-
var GIT_COMMIT_INFO = "
|
|
250898
|
-
var CLI_VERSION = "0.37.
|
|
250897
|
+
var GIT_COMMIT_INFO = "b569a98c0";
|
|
250898
|
+
var CLI_VERSION = "0.37.1";
|
|
250899
250899
|
|
|
250900
250900
|
// packages/core/dist/src/ide/detect-ide.js
|
|
250901
250901
|
var IDE_DEFINITIONS = {
|
|
@@ -276676,7 +276676,7 @@ function getVersion() {
|
|
|
276676
276676
|
}
|
|
276677
276677
|
versionPromise = (async () => {
|
|
276678
276678
|
const pkgJson = await getPackageJson(__dirname4);
|
|
276679
|
-
return "0.37.
|
|
276679
|
+
return "0.37.1";
|
|
276680
276680
|
})();
|
|
276681
276681
|
return versionPromise;
|
|
276682
276682
|
}
|
|
@@ -328861,7 +328861,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
|
|
|
328861
328861
|
return provider;
|
|
328862
328862
|
}
|
|
328863
328863
|
case "oauth2": {
|
|
328864
|
-
const { OAuth2AuthProvider } = await import("./oauth2-provider-
|
|
328864
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-A7PNIAIF.js");
|
|
328865
328865
|
const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
|
|
328866
328866
|
await provider.initialize();
|
|
328867
328867
|
return provider;
|
|
@@ -251002,8 +251002,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
251002
251002
|
var PointerVector = import_vector.default.PointerVector;
|
|
251003
251003
|
|
|
251004
251004
|
// packages/core/src/generated/git-commit.ts
|
|
251005
|
-
var GIT_COMMIT_INFO = "
|
|
251006
|
-
var CLI_VERSION = "0.37.0
|
|
251005
|
+
var GIT_COMMIT_INFO = "b569a98c0";
|
|
251006
|
+
var CLI_VERSION = "0.37.0";
|
|
251007
251007
|
|
|
251008
251008
|
// packages/core/src/ide/detect-ide.ts
|
|
251009
251009
|
var IDE_DEFINITIONS = {
|
|
@@ -277535,7 +277535,7 @@ function getVersion() {
|
|
|
277535
277535
|
}
|
|
277536
277536
|
versionPromise = (async () => {
|
|
277537
277537
|
const pkgJson = await getPackageJson(__dirname4);
|
|
277538
|
-
return "0.37.0
|
|
277538
|
+
return "0.37.0";
|
|
277539
277539
|
})();
|
|
277540
277540
|
return versionPromise;
|
|
277541
277541
|
}
|
|
@@ -331832,7 +331832,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
|
|
|
331832
331832
|
return provider;
|
|
331833
331833
|
}
|
|
331834
331834
|
case "oauth2": {
|
|
331835
|
-
const { OAuth2AuthProvider } = await import("./oauth2-provider-
|
|
331835
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-NB6AEGWS.js");
|
|
331836
331836
|
const provider = new OAuth2AuthProvider(
|
|
331837
331837
|
authConfig,
|
|
331838
331838
|
options.agentName ?? "unknown",
|
|
@@ -156,7 +156,7 @@ import {
|
|
|
156
156
|
tokenLimit,
|
|
157
157
|
uiTelemetryService,
|
|
158
158
|
yellowBright
|
|
159
|
-
} from "./chunk-
|
|
159
|
+
} from "./chunk-656G5G3B.js";
|
|
160
160
|
import {
|
|
161
161
|
ApprovalMode,
|
|
162
162
|
CoreEvent,
|
|
@@ -88055,7 +88055,7 @@ var authCommand = {
|
|
|
88055
88055
|
import process34 from "node:process";
|
|
88056
88056
|
|
|
88057
88057
|
// packages/cli/src/generated/git-commit.ts
|
|
88058
|
-
var GIT_COMMIT_INFO = "
|
|
88058
|
+
var GIT_COMMIT_INFO = "b569a98c0";
|
|
88059
88059
|
|
|
88060
88060
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
88061
88061
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -93554,7 +93554,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
93554
93554
|
type: "info",
|
|
93555
93555
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
93556
93556
|
});
|
|
93557
|
-
const { MCPOAuthProvider } = await import("./core-
|
|
93557
|
+
const { MCPOAuthProvider } = await import("./core-TNOSLH5P.js");
|
|
93558
93558
|
let oauthConfig = server.oauth;
|
|
93559
93559
|
if (!oauthConfig) {
|
|
93560
93560
|
oauthConfig = { enabled: false };
|