@google/gemini-cli 0.36.0-preview.3 → 0.36.0-preview.5
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-2RPVSGOE.js → chunk-3TVPPX4I.js} +250 -177
- package/bundle/{chunk-OVFZ4PPB.js → chunk-73XBEEKU.js} +3 -3
- package/bundle/{chunk-FACTELEP.js → chunk-GXKW2PIT.js} +253 -175
- package/bundle/{chunk-PDS477H6.js → chunk-JVWUC5YF.js} +3 -3
- package/bundle/{chunk-SE7S5EFV.js → chunk-QT5UMCOV.js} +3 -3
- package/bundle/{chunk-4ZPLYY3L.js → chunk-RPB34XBS.js} +250 -177
- package/bundle/{chunk-Y5DDI4MA.js → chunk-UOIPVPAN.js} +3 -3
- package/bundle/{chunk-FJHYKR2O.js → chunk-Z65JXKXO.js} +250 -177
- package/bundle/{core-RSKPPZFK.js → core-YUBXJKN2.js} +5 -1
- package/bundle/{devtoolsService-F3X4NCW2.js → devtoolsService-H6BMMMDD.js} +2 -2
- package/bundle/{devtoolsService-Q3IGIXA7.js → devtoolsService-LJ5G2C2N.js} +2 -2
- package/bundle/{devtoolsService-SBQKROJQ.js → devtoolsService-S23HMHOP.js} +2 -2
- package/bundle/{devtoolsService-VZGEDJ2H.js → devtoolsService-XJE4SD6Y.js} +2 -2
- package/bundle/{dist-5ZYQVUMO.js → dist-26FBDZJL.js} +5 -1
- package/bundle/{dist-BYRHFNNX.js → dist-HZG3MZJJ.js} +5 -1
- package/bundle/{dist-DGLGMJBV.js → dist-NWO4TPRO.js} +5 -1
- package/bundle/docs/core/remote-agents.md +96 -6
- package/bundle/gemini.js +6 -6
- package/bundle/{interactiveCli-2CPHR4GH.js → interactiveCli-H722RT7T.js} +3 -3
- package/bundle/{interactiveCli-FJD2UDE7.js → interactiveCli-NDBO5LFJ.js} +3 -3
- package/bundle/{interactiveCli-HKCAHWZ2.js → interactiveCli-Q24D75I6.js} +3 -3
- package/bundle/{interactiveCli-J2NVKRYX.js → interactiveCli-XLIK7J4T.js} +3 -3
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-VHUD4ICS.js → oauth2-provider-GQA3CRCL.js} +1 -1
- package/bundle/{oauth2-provider-UMWJMSPF.js → oauth2-provider-J2PS4AXL.js} +1 -1
- package/bundle/{oauth2-provider-VAAF5BS7.js → oauth2-provider-MZZUQG5T.js} +1 -1
- package/bundle/{oauth2-provider-ZVPXIEIS.js → oauth2-provider-PVUYATDU.js} +1 -1
- package/package.json +1 -1
|
@@ -164,7 +164,7 @@ import {
|
|
|
164
164
|
tokenLimit,
|
|
165
165
|
uiTelemetryService,
|
|
166
166
|
yellowBright
|
|
167
|
-
} from "./chunk-
|
|
167
|
+
} from "./chunk-Z65JXKXO.js";
|
|
168
168
|
import {
|
|
169
169
|
ApprovalMode,
|
|
170
170
|
CoreEvent,
|
|
@@ -83145,7 +83145,7 @@ var authCommand = {
|
|
|
83145
83145
|
import process29 from "node:process";
|
|
83146
83146
|
|
|
83147
83147
|
// packages/cli/src/generated/git-commit.ts
|
|
83148
|
-
var GIT_COMMIT_INFO = "
|
|
83148
|
+
var GIT_COMMIT_INFO = "c1af5ab99";
|
|
83149
83149
|
|
|
83150
83150
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
83151
83151
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -88546,7 +88546,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
88546
88546
|
type: "info",
|
|
88547
88547
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
88548
88548
|
});
|
|
88549
|
-
const { MCPOAuthProvider } = await import("./dist-
|
|
88549
|
+
const { MCPOAuthProvider } = await import("./dist-NWO4TPRO.js");
|
|
88550
88550
|
let oauthConfig = server.oauth;
|
|
88551
88551
|
if (!oauthConfig) {
|
|
88552
88552
|
oauthConfig = { enabled: false };
|