@google/gemini-cli-a2a-server 0.10.0-preview.2 → 0.10.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.
@@ -288403,8 +288403,8 @@ var Float64Vector = import_vector.default.Float64Vector;
288403
288403
  var PointerVector = import_vector.default.PointerVector;
288404
288404
 
288405
288405
  // packages/core/dist/src/generated/git-commit.js
288406
- var GIT_COMMIT_INFO = "a1860838";
288407
- var CLI_VERSION = "0.10.0-preview.2";
288406
+ var GIT_COMMIT_INFO = "cbb5e393";
288407
+ var CLI_VERSION = "0.10.0-preview.4";
288408
288408
 
288409
288409
  // packages/core/dist/src/ide/detect-ide.js
288410
288410
  var IDE_DEFINITIONS = {
@@ -290867,7 +290867,7 @@ function createContentGeneratorConfig(config2, authType) {
290867
290867
  return contentGeneratorConfig;
290868
290868
  }
290869
290869
  async function createContentGenerator(config2, gcConfig, sessionId2) {
290870
- const version3 = "0.10.0-preview.2";
290870
+ const version3 = "0.10.0-preview.4";
290871
290871
  const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
290872
290872
  const baseHeaders = {
290873
290873
  "User-Agent": userAgent
@@ -344174,7 +344174,7 @@ var Config = class {
344174
344174
  this.useModelRouter = params.useModelRouter ?? false;
344175
344175
  this.enableMessageBusIntegration = params.enableMessageBusIntegration ?? false;
344176
344176
  this.codebaseInvestigatorSettings = {
344177
- enabled: params.codebaseInvestigatorSettings?.enabled ?? true,
344177
+ enabled: params.codebaseInvestigatorSettings?.enabled ?? false,
344178
344178
  maxNumTurns: params.codebaseInvestigatorSettings?.maxNumTurns ?? 15,
344179
344179
  maxTimeMinutes: params.codebaseInvestigatorSettings?.maxTimeMinutes ?? 5,
344180
344180
  thinkingBudget: params.codebaseInvestigatorSettings?.thinkingBudget ?? DEFAULT_THINKING_MODE,