@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
|
@@ -150,7 +150,7 @@ import {
|
|
|
150
150
|
tokenLimit,
|
|
151
151
|
uiTelemetryService,
|
|
152
152
|
yellowBright
|
|
153
|
-
} from "./chunk-
|
|
153
|
+
} from "./chunk-CY52DPHS.js";
|
|
154
154
|
import {
|
|
155
155
|
require_undici
|
|
156
156
|
} from "./chunk-37ZTTFQF.js";
|
|
@@ -68396,18 +68396,11 @@ Details: ${error.details}` : ""}`
|
|
|
68396
68396
|
plan: config.plan
|
|
68397
68397
|
};
|
|
68398
68398
|
} catch (e) {
|
|
68399
|
-
|
|
68400
|
-
|
|
68401
|
-
|
|
68399
|
+
debugLogger.error(
|
|
68400
|
+
`Warning: Skipping extension in ${effectiveExtensionPath}: ${getErrorMessage(
|
|
68401
|
+
e
|
|
68402
|
+
)}`
|
|
68402
68403
|
);
|
|
68403
|
-
try {
|
|
68404
|
-
await fs19.promises.rm(extensionDir, { recursive: true, force: true });
|
|
68405
|
-
} catch (rmError) {
|
|
68406
|
-
debugLogger.error(
|
|
68407
|
-
`Failed to remove broken extension directory ${extensionDir}:`,
|
|
68408
|
-
rmError
|
|
68409
|
-
);
|
|
68410
|
-
}
|
|
68411
68404
|
return null;
|
|
68412
68405
|
}
|
|
68413
68406
|
}
|
|
@@ -82763,7 +82756,7 @@ var authCommand = {
|
|
|
82763
82756
|
import process29 from "node:process";
|
|
82764
82757
|
|
|
82765
82758
|
// packages/cli/src/generated/git-commit.ts
|
|
82766
|
-
var GIT_COMMIT_INFO = "
|
|
82759
|
+
var GIT_COMMIT_INFO = "596a736a9";
|
|
82767
82760
|
|
|
82768
82761
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
82769
82762
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -88096,7 +88089,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
88096
88089
|
type: "info",
|
|
88097
88090
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
88098
88091
|
});
|
|
88099
|
-
const { MCPOAuthProvider } = await import("./core-
|
|
88092
|
+
const { MCPOAuthProvider } = await import("./core-2LVP4WUV.js");
|
|
88100
88093
|
let oauthConfig = server.oauth;
|
|
88101
88094
|
if (!oauthConfig) {
|
|
88102
88095
|
oauthConfig = { enabled: false };
|