@google/gemini-cli-a2a-server 0.22.2 → 0.22.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.
@@ -311904,8 +311904,8 @@ var Float64Vector = import_vector.default.Float64Vector;
311904
311904
  var PointerVector = import_vector.default.PointerVector;
311905
311905
 
311906
311906
  // packages/core/dist/src/generated/git-commit.js
311907
- var GIT_COMMIT_INFO = "9bc9a3192";
311908
- var CLI_VERSION = "0.22.2";
311907
+ var GIT_COMMIT_INFO = "e00bcf520";
311908
+ var CLI_VERSION = "0.22.4";
311909
311909
 
311910
311910
  // packages/core/dist/src/ide/detect-ide.js
311911
311911
  var IDE_DEFINITIONS = {
@@ -360335,7 +360335,12 @@ var ShellToolInvocation = class extends BaseToolInvocation {
360335
360335
  return description;
360336
360336
  }
360337
360337
  getPolicyUpdateOptions(outcome) {
360338
- if (outcome === ToolConfirmationOutcome.ProceedAlwaysAndSave) {
360338
+ if (outcome === ToolConfirmationOutcome.ProceedAlwaysAndSave || outcome === ToolConfirmationOutcome.ProceedAlways) {
360339
+ const command = stripShellWrapper(this.params.command);
360340
+ const rootCommands = [...new Set(getCommandRoots(command))];
360341
+ if (rootCommands.length > 0) {
360342
+ return { commandPrefix: rootCommands };
360343
+ }
360339
360344
  return { commandPrefix: this.params.command };
360340
360345
  }
360341
360346
  return void 0;
@@ -382278,7 +382283,7 @@ var __filename = fileURLToPath10(import.meta.url);
382278
382283
  var __dirname5 = path60.dirname(__filename);
382279
382284
  async function getVersion() {
382280
382285
  const pkgJson = await getPackageJson(__dirname5);
382281
- return "0.22.2";
382286
+ return "0.22.4";
382282
382287
  }
382283
382288
 
382284
382289
  // packages/core/dist/src/code_assist/experiments/client_metadata.js