@google/gemini-cli 0.35.0-preview.1 → 0.35.0-preview.2
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-RIKAIXXN.js → chunk-5OVDZKPV.js} +6 -6
- package/bundle/{chunk-FKGF3664.js → chunk-6AQAEYFC.js} +5315 -9974
- package/bundle/{chunk-OK6A2T3J.js → chunk-C2LINL7G.js} +14 -12
- package/bundle/{chunk-OVO7PV7Z.js → chunk-ELVZ5MKI.js} +4 -4
- package/bundle/{chunk-DHZSW3D5.js → chunk-HYF34ISK.js} +4 -4
- package/bundle/{chunk-FIQWQZVG.js → chunk-QO53VEHI.js} +15 -12
- package/bundle/{chunk-7JZWJYL2.js → chunk-SCIFYSWM.js} +4 -4
- package/bundle/{chunk-J7ZVHCWL.js → chunk-TYZCRVGB.js} +70 -58
- package/bundle/chunk-WTYAEXC3.js +325893 -0
- package/bundle/chunk-WXXNCSKU.js +92840 -0
- package/bundle/{core-OSNLJAKB.js → core-ZWMLWHG7.js} +2 -2
- package/bundle/{devtoolsService-UPY6AYM7.js → devtoolsService-DH7MKZL2.js} +3 -3
- package/bundle/{devtoolsService-YJFR2ZTU.js → devtoolsService-EVTQ32UO.js} +3 -3
- package/bundle/{devtoolsService-CH2PM4E2.js → devtoolsService-FPFZEEVK.js} +5 -4
- package/bundle/devtoolsService-XMVPJFZ7.js +855 -0
- package/bundle/{core-YBLRHI5E.js → dist-6LCHGUBD.js} +2 -2
- package/bundle/{dist-PQCTLJ67.js → dist-AWPSKKKO.js} +2 -2
- package/bundle/dist-WOQEPX5R.js +1781 -0
- package/bundle/gemini.js +7 -7
- package/bundle/{interactiveCli-SIJB4G3Q.js → interactiveCli-7H3T4KJF.js} +4 -4
- package/bundle/{interactiveCli-AKIKCHLF.js → interactiveCli-E3DWTWRM.js} +239 -222
- package/bundle/{interactiveCli-3JVKXF42.js → interactiveCli-N4QW3NCZ.js} +4 -4
- package/bundle/interactiveCli-Z4Y6XB7M.js +48702 -0
- package/bundle/{memoryDiscovery-2RH76CMO.js → memoryDiscovery-7LUUOJNM.js} +1 -1
- package/bundle/{memoryDiscovery-P6SEGMWA.js → memoryDiscovery-RRX6QF4Y.js} +1 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-G4RXUPFH.js → oauth2-provider-CPMX7ITW.js} +2 -2
- package/bundle/{oauth2-provider-ZZIJ6OXB.js → oauth2-provider-IU6STKL7.js} +2 -2
- package/bundle/{oauth2-provider-N6KBVMX3.js → oauth2-provider-LTBDSRHY.js} +39 -73
- package/bundle/oauth2-provider-ZWWMTBET.js +238 -0
- package/package.json +1 -1
|
@@ -190,7 +190,7 @@ import {
|
|
|
190
190
|
toFriendlyError,
|
|
191
191
|
unescapePath,
|
|
192
192
|
zodToJsonSchema
|
|
193
|
-
} from "./chunk-
|
|
193
|
+
} from "./chunk-C2LINL7G.js";
|
|
194
194
|
import {
|
|
195
195
|
require_dist,
|
|
196
196
|
require_src
|
|
@@ -218180,8 +218180,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
218180
218180
|
var PointerVector = import_vector.default.PointerVector;
|
|
218181
218181
|
|
|
218182
218182
|
// packages/core/dist/src/generated/git-commit.js
|
|
218183
|
-
var GIT_COMMIT_INFO = "
|
|
218184
|
-
var CLI_VERSION = "0.35.0-preview.
|
|
218183
|
+
var GIT_COMMIT_INFO = "dd950088c";
|
|
218184
|
+
var CLI_VERSION = "0.35.0-preview.2";
|
|
218185
218185
|
|
|
218186
218186
|
// packages/core/dist/src/ide/detect-ide.js
|
|
218187
218187
|
var IDE_DEFINITIONS = {
|
|
@@ -251277,7 +251277,7 @@ function getVersion() {
|
|
|
251277
251277
|
}
|
|
251278
251278
|
versionPromise = (async () => {
|
|
251279
251279
|
const pkgJson = await getPackageJson(__dirname3);
|
|
251280
|
-
return "0.35.0-preview.
|
|
251280
|
+
return "0.35.0-preview.2";
|
|
251281
251281
|
})();
|
|
251282
251282
|
return versionPromise;
|
|
251283
251283
|
}
|
|
@@ -309295,7 +309295,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
|
|
|
309295
309295
|
return provider;
|
|
309296
309296
|
}
|
|
309297
309297
|
case "oauth2": {
|
|
309298
|
-
const { OAuth2AuthProvider } = await import("./oauth2-provider-
|
|
309298
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-LTBDSRHY.js");
|
|
309299
309299
|
const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
|
|
309300
309300
|
await provider.initialize();
|
|
309301
309301
|
return provider;
|
|
@@ -320141,7 +320141,7 @@ var Config = class {
|
|
|
320141
320141
|
if (this.experimentalJitContext && this.contextManager) {
|
|
320142
320142
|
await this.contextManager.refresh();
|
|
320143
320143
|
} else {
|
|
320144
|
-
const { refreshServerHierarchicalMemory: refreshServerHierarchicalMemory2 } = await import("./memoryDiscovery-
|
|
320144
|
+
const { refreshServerHierarchicalMemory: refreshServerHierarchicalMemory2 } = await import("./memoryDiscovery-7LUUOJNM.js");
|
|
320145
320145
|
await refreshServerHierarchicalMemory2(this);
|
|
320146
320146
|
}
|
|
320147
320147
|
if (this._geminiClient?.isInitialized()) {
|