@google/gemini-cli 0.35.0-preview.3 → 0.35.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-GGMTXEJO.js → chunk-KMUDKBYI.js} +319 -154
- package/bundle/{chunk-L5MOJUPU.js → chunk-L4UWHILQ.js} +318 -150
- package/bundle/{chunk-5SBB3P4L.js → chunk-MRCHI5MK.js} +8 -15
- package/bundle/{chunk-BSHOJUT2.js → chunk-OWPZY7X4.js} +318 -150
- package/bundle/{chunk-UXRMEIL2.js → chunk-QNUZOILC.js} +8 -15
- package/bundle/{chunk-HC2FCDHO.js → chunk-QRBJWIYD.js} +8 -15
- package/bundle/{chunk-UMBTJI7I.js → chunk-UB2QZMEG.js} +8 -15
- package/bundle/{chunk-YTK7AJUV.js → chunk-UCKFA5HR.js} +318 -150
- package/bundle/{core-LTXVJI4H.js → core-LGRNIQIP.js} +9 -1
- package/bundle/{devtoolsService-WNWR6HYK.js → devtoolsService-D7CKQLLY.js} +2 -2
- package/bundle/{devtoolsService-442KPRIR.js → devtoolsService-E7BY5PIF.js} +2 -2
- package/bundle/{devtoolsService-WKGY5DWT.js → devtoolsService-EUPHEGN3.js} +2 -2
- package/bundle/{devtoolsService-R5JE4MLS.js → devtoolsService-USGBA4VO.js} +2 -2
- package/bundle/{dist-56D2FMJJ.js → dist-F2SWGU2N.js} +9 -1
- package/bundle/{dist-GL2LLCWF.js → dist-YBDSG67U.js} +9 -1
- package/bundle/{dist-PMCRGIU3.js → dist-YGZCQC5A.js} +9 -1
- package/bundle/docs/cli/telemetry.md +28 -0
- package/bundle/docs/reference/configuration.md +1 -1
- package/bundle/gemini.js +6 -6
- package/bundle/{interactiveCli-6Z6IFUTV.js → interactiveCli-2ASAJB6L.js} +3 -3
- package/bundle/{interactiveCli-7XKQ7W7K.js → interactiveCli-3ZVKTAC5.js} +3 -3
- package/bundle/{interactiveCli-ZWXGL7LQ.js → interactiveCli-TPT5TLWV.js} +3 -3
- package/bundle/{interactiveCli-PZEQS2Z6.js → interactiveCli-WK36N6AP.js} +3 -3
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-32N4SW2N.js → oauth2-provider-CR5U52N6.js} +1 -1
- package/bundle/{oauth2-provider-L2WMQ3QS.js → oauth2-provider-NTT4KBFN.js} +1 -1
- package/bundle/{oauth2-provider-V2ZMYLUK.js → oauth2-provider-ON47VIFW.js} +1 -1
- package/bundle/{oauth2-provider-7CBBPEZS.js → oauth2-provider-OYNEH6QL.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-UCKFA5HR.js";
|
|
165
165
|
import {
|
|
166
166
|
require_undici
|
|
167
167
|
} from "./chunk-37ZTTFQF.js";
|
|
@@ -57577,7 +57577,7 @@ var SETTINGS_SCHEMA = {
|
|
|
57577
57577
|
label: "Enable Agents",
|
|
57578
57578
|
category: "Experimental",
|
|
57579
57579
|
requiresRestart: true,
|
|
57580
|
-
default:
|
|
57580
|
+
default: false,
|
|
57581
57581
|
description: "Enable local and remote subagents.",
|
|
57582
57582
|
showInDialog: false
|
|
57583
57583
|
},
|
|
@@ -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 = "e88b56bbc";
|
|
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-YBDSG67U.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-OWPZY7X4.js";
|
|
165
165
|
import {
|
|
166
166
|
require_undici
|
|
167
167
|
} from "./chunk-37ZTTFQF.js";
|
|
@@ -57577,7 +57577,7 @@ var SETTINGS_SCHEMA = {
|
|
|
57577
57577
|
label: "Enable Agents",
|
|
57578
57578
|
category: "Experimental",
|
|
57579
57579
|
requiresRestart: true,
|
|
57580
|
-
default:
|
|
57580
|
+
default: false,
|
|
57581
57581
|
description: "Enable local and remote subagents.",
|
|
57582
57582
|
showInDialog: false
|
|
57583
57583
|
},
|
|
@@ -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 = "e88b56bbc";
|
|
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-YGZCQC5A.js");
|
|
88112
88105
|
let oauthConfig = server.oauth;
|
|
88113
88106
|
if (!oauthConfig) {
|
|
88114
88107
|
oauthConfig = { enabled: false };
|
|
@@ -150,7 +150,7 @@ import {
|
|
|
150
150
|
tokenLimit,
|
|
151
151
|
uiTelemetryService,
|
|
152
152
|
yellowBright
|
|
153
|
-
} from "./chunk-
|
|
153
|
+
} from "./chunk-KMUDKBYI.js";
|
|
154
154
|
import {
|
|
155
155
|
require_undici
|
|
156
156
|
} from "./chunk-37ZTTFQF.js";
|
|
@@ -57565,7 +57565,7 @@ var SETTINGS_SCHEMA = {
|
|
|
57565
57565
|
label: "Enable Agents",
|
|
57566
57566
|
category: "Experimental",
|
|
57567
57567
|
requiresRestart: true,
|
|
57568
|
-
default:
|
|
57568
|
+
default: false,
|
|
57569
57569
|
description: "Enable local and remote subagents.",
|
|
57570
57570
|
showInDialog: false
|
|
57571
57571
|
},
|
|
@@ -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 = "e88b56bbc";
|
|
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-LGRNIQIP.js");
|
|
88100
88093
|
let oauthConfig = server.oauth;
|
|
88101
88094
|
if (!oauthConfig) {
|
|
88102
88095
|
oauthConfig = { enabled: false };
|