@google/gemini-cli 0.35.0-preview.2 → 0.35.0-preview.4
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-5OVDZKPV.js → chunk-6TYFBMHW.js} +298 -149
- package/bundle/{chunk-HYF34ISK.js → chunk-A4R3OQWV.js} +7 -14
- package/bundle/{chunk-ELVZ5MKI.js → chunk-CY52DPHS.js} +299 -153
- package/bundle/{chunk-SCIFYSWM.js → chunk-M2ILNVA4.js} +7 -14
- package/bundle/{chunk-TYZCRVGB.js → chunk-OG7ZVIE3.js} +7 -14
- package/bundle/{chunk-WXXNCSKU.js → chunk-SP3CN5SW.js} +7 -14
- package/bundle/{chunk-6AQAEYFC.js → chunk-U4R2MXAY.js} +298 -149
- package/bundle/{chunk-WTYAEXC3.js → chunk-XMXHCUTA.js} +298 -149
- package/bundle/{core-ZWMLWHG7.js → core-2LVP4WUV.js} +9 -1
- package/bundle/{devtoolsService-XMVPJFZ7.js → devtoolsService-BL26GS4A.js} +2 -2
- package/bundle/{devtoolsService-DH7MKZL2.js → devtoolsService-TJCM4TEV.js} +2 -2
- package/bundle/{devtoolsService-EVTQ32UO.js → devtoolsService-Y7NQIXSP.js} +2 -2
- package/bundle/{devtoolsService-FPFZEEVK.js → devtoolsService-ZSLJ6ZX3.js} +2 -2
- package/bundle/{dist-6LCHGUBD.js → dist-62BF6UAT.js} +9 -1
- package/bundle/{dist-AWPSKKKO.js → dist-ZB3W6HDM.js} +9 -1
- package/bundle/{dist-WOQEPX5R.js → dist-ZPSHGZCY.js} +9 -1
- package/bundle/docs/cli/telemetry.md +28 -0
- package/bundle/gemini.js +6 -6
- package/bundle/{interactiveCli-7H3T4KJF.js → interactiveCli-7UCQINHC.js} +3 -3
- package/bundle/{interactiveCli-N4QW3NCZ.js → interactiveCli-P7N2TZZ2.js} +3 -3
- package/bundle/{interactiveCli-E3DWTWRM.js → interactiveCli-QHET6XGY.js} +3 -3
- package/bundle/{interactiveCli-Z4Y6XB7M.js → interactiveCli-R42I3ZR2.js} +3 -3
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-CPMX7ITW.js → oauth2-provider-756G3OVY.js} +1 -1
- package/bundle/{oauth2-provider-IU6STKL7.js → oauth2-provider-FZKOXX3P.js} +1 -1
- package/bundle/{oauth2-provider-LTBDSRHY.js → oauth2-provider-QMCN34OP.js} +1 -1
- package/bundle/{oauth2-provider-ZWWMTBET.js → oauth2-provider-XHYKUX3S.js} +1 -1
- package/package.json +1 -1
|
@@ -161,7 +161,7 @@ import {
|
|
|
161
161
|
tokenLimit,
|
|
162
162
|
uiTelemetryService,
|
|
163
163
|
yellowBright
|
|
164
|
-
} from "./chunk-
|
|
164
|
+
} from "./chunk-6TYFBMHW.js";
|
|
165
165
|
import {
|
|
166
166
|
require_undici
|
|
167
167
|
} from "./chunk-37ZTTFQF.js";
|
|
@@ -68408,18 +68408,11 @@ Details: ${error.details}` : ""}`
|
|
|
68408
68408
|
plan: config.plan
|
|
68409
68409
|
};
|
|
68410
68410
|
} catch (e) {
|
|
68411
|
-
|
|
68412
|
-
|
|
68413
|
-
|
|
68411
|
+
debugLogger.error(
|
|
68412
|
+
`Warning: Skipping extension in ${effectiveExtensionPath}: ${getErrorMessage(
|
|
68413
|
+
e
|
|
68414
|
+
)}`
|
|
68414
68415
|
);
|
|
68415
|
-
try {
|
|
68416
|
-
await fs19.promises.rm(extensionDir, { recursive: true, force: true });
|
|
68417
|
-
} catch (rmError) {
|
|
68418
|
-
debugLogger.error(
|
|
68419
|
-
`Failed to remove broken extension directory ${extensionDir}:`,
|
|
68420
|
-
rmError
|
|
68421
|
-
);
|
|
68422
|
-
}
|
|
68423
68416
|
return null;
|
|
68424
68417
|
}
|
|
68425
68418
|
}
|
|
@@ -82775,7 +82768,7 @@ var authCommand = {
|
|
|
82775
82768
|
import process29 from "node:process";
|
|
82776
82769
|
|
|
82777
82770
|
// packages/cli/src/generated/git-commit.ts
|
|
82778
|
-
var GIT_COMMIT_INFO = "
|
|
82771
|
+
var GIT_COMMIT_INFO = "596a736a9";
|
|
82779
82772
|
|
|
82780
82773
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
82781
82774
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -88108,7 +88101,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
88108
88101
|
type: "info",
|
|
88109
88102
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
88110
88103
|
});
|
|
88111
|
-
const { MCPOAuthProvider } = await import("./dist-
|
|
88104
|
+
const { MCPOAuthProvider } = await import("./dist-ZPSHGZCY.js");
|
|
88112
88105
|
let oauthConfig = server.oauth;
|
|
88113
88106
|
if (!oauthConfig) {
|
|
88114
88107
|
oauthConfig = { enabled: false };
|
|
@@ -161,7 +161,7 @@ import {
|
|
|
161
161
|
tokenLimit,
|
|
162
162
|
uiTelemetryService,
|
|
163
163
|
yellowBright
|
|
164
|
-
} from "./chunk-
|
|
164
|
+
} from "./chunk-XMXHCUTA.js";
|
|
165
165
|
import {
|
|
166
166
|
require_undici
|
|
167
167
|
} from "./chunk-37ZTTFQF.js";
|
|
@@ -68408,18 +68408,11 @@ Details: ${error.details}` : ""}`
|
|
|
68408
68408
|
plan: config.plan
|
|
68409
68409
|
};
|
|
68410
68410
|
} catch (e) {
|
|
68411
|
-
|
|
68412
|
-
|
|
68413
|
-
|
|
68411
|
+
debugLogger.error(
|
|
68412
|
+
`Warning: Skipping extension in ${effectiveExtensionPath}: ${getErrorMessage(
|
|
68413
|
+
e
|
|
68414
|
+
)}`
|
|
68414
68415
|
);
|
|
68415
|
-
try {
|
|
68416
|
-
await fs19.promises.rm(extensionDir, { recursive: true, force: true });
|
|
68417
|
-
} catch (rmError) {
|
|
68418
|
-
debugLogger.error(
|
|
68419
|
-
`Failed to remove broken extension directory ${extensionDir}:`,
|
|
68420
|
-
rmError
|
|
68421
|
-
);
|
|
68422
|
-
}
|
|
68423
68416
|
return null;
|
|
68424
68417
|
}
|
|
68425
68418
|
}
|
|
@@ -82775,7 +82768,7 @@ var authCommand = {
|
|
|
82775
82768
|
import process29 from "node:process";
|
|
82776
82769
|
|
|
82777
82770
|
// packages/cli/src/generated/git-commit.ts
|
|
82778
|
-
var GIT_COMMIT_INFO = "
|
|
82771
|
+
var GIT_COMMIT_INFO = "63c6560a3";
|
|
82779
82772
|
|
|
82780
82773
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
82781
82774
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -88108,7 +88101,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
88108
88101
|
type: "info",
|
|
88109
88102
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
88110
88103
|
});
|
|
88111
|
-
const { MCPOAuthProvider } = await import("./dist-
|
|
88104
|
+
const { MCPOAuthProvider } = await import("./dist-ZB3W6HDM.js");
|
|
88112
88105
|
let oauthConfig = server.oauth;
|
|
88113
88106
|
if (!oauthConfig) {
|
|
88114
88107
|
oauthConfig = { enabled: false };
|
|
@@ -161,7 +161,7 @@ import {
|
|
|
161
161
|
tokenLimit,
|
|
162
162
|
uiTelemetryService,
|
|
163
163
|
yellowBright
|
|
164
|
-
} from "./chunk-
|
|
164
|
+
} from "./chunk-U4R2MXAY.js";
|
|
165
165
|
import {
|
|
166
166
|
require_undici
|
|
167
167
|
} from "./chunk-37ZTTFQF.js";
|
|
@@ -68408,18 +68408,11 @@ Details: ${error.details}` : ""}`
|
|
|
68408
68408
|
plan: config.plan
|
|
68409
68409
|
};
|
|
68410
68410
|
} catch (e) {
|
|
68411
|
-
|
|
68412
|
-
|
|
68413
|
-
|
|
68411
|
+
debugLogger.error(
|
|
68412
|
+
`Warning: Skipping extension in ${effectiveExtensionPath}: ${getErrorMessage(
|
|
68413
|
+
e
|
|
68414
|
+
)}`
|
|
68414
68415
|
);
|
|
68415
|
-
try {
|
|
68416
|
-
await fs19.promises.rm(extensionDir, { recursive: true, force: true });
|
|
68417
|
-
} catch (rmError) {
|
|
68418
|
-
debugLogger.error(
|
|
68419
|
-
`Failed to remove broken extension directory ${extensionDir}:`,
|
|
68420
|
-
rmError
|
|
68421
|
-
);
|
|
68422
|
-
}
|
|
68423
68416
|
return null;
|
|
68424
68417
|
}
|
|
68425
68418
|
}
|
|
@@ -82775,7 +82768,7 @@ var authCommand = {
|
|
|
82775
82768
|
import process29 from "node:process";
|
|
82776
82769
|
|
|
82777
82770
|
// packages/cli/src/generated/git-commit.ts
|
|
82778
|
-
var GIT_COMMIT_INFO = "
|
|
82771
|
+
var GIT_COMMIT_INFO = "596a736a9";
|
|
82779
82772
|
|
|
82780
82773
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
82781
82774
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -88108,7 +88101,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
88108
88101
|
type: "info",
|
|
88109
88102
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
88110
88103
|
});
|
|
88111
|
-
const { MCPOAuthProvider } = await import("./dist-
|
|
88104
|
+
const { MCPOAuthProvider } = await import("./dist-62BF6UAT.js");
|
|
88112
88105
|
let oauthConfig = server.oauth;
|
|
88113
88106
|
if (!oauthConfig) {
|
|
88114
88107
|
oauthConfig = { enabled: false };
|