@google/gemini-cli 0.33.0-preview.6 → 0.33.0-preview.7

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/gemini.js CHANGED
@@ -196341,8 +196341,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
196341
196341
  var init_git_commit = __esm({
196342
196342
  "packages/core/dist/src/generated/git-commit.js"() {
196343
196343
  "use strict";
196344
- GIT_COMMIT_INFO = "9912ea868";
196345
- CLI_VERSION = "0.33.0-preview.6";
196344
+ GIT_COMMIT_INFO = "5d2983f12";
196345
+ CLI_VERSION = "0.33.0-preview.7";
196346
196346
  }
196347
196347
  });
196348
196348
 
@@ -292810,7 +292810,7 @@ function getVersion() {
292810
292810
  }
292811
292811
  versionPromise = (async () => {
292812
292812
  const pkgJson = await getPackageJson(__dirname3);
292813
- return "0.33.0-preview.6";
292813
+ return "0.33.0-preview.7";
292814
292814
  })();
292815
292815
  return versionPromise;
292816
292816
  }
@@ -515066,7 +515066,7 @@ var WarningMessage = ({ text }) => {
515066
515066
  };
515067
515067
 
515068
515068
  // packages/cli/src/generated/git-commit.ts
515069
- var GIT_COMMIT_INFO2 = "5d2983f12";
515069
+ var GIT_COMMIT_INFO2 = "8fa4585eb";
515070
515070
 
515071
515071
  // packages/cli/src/ui/components/AboutBox.tsx
515072
515072
  init_dist8();
@@ -563483,7 +563483,7 @@ async function loadSandboxConfig(settings, argv) {
563483
563483
  const sandboxOption = argv.sandbox ?? settings.tools?.sandbox;
563484
563484
  const command2 = getSandboxCommand(sandboxOption);
563485
563485
  const packageJson2 = await getPackageJson(__dirname13);
563486
- const image2 = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.33.0-preview.6" ?? packageJson2?.config?.sandboxImageUri;
563486
+ const image2 = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.33.0-preview.7" ?? packageJson2?.config?.sandboxImageUri;
563487
563487
  return command2 && image2 ? { command: command2, image: image2 } : void 0;
563488
563488
  }
563489
563489
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/gemini-cli-devtools",
3
- "version": "0.33.0-preview.6",
3
+ "version": "0.33.0-preview.7",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/gemini-cli",
3
- "version": "0.33.0-preview.6",
3
+ "version": "0.33.0-preview.7",
4
4
  "description": "Gemini CLI",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {