chore(release): v0.18.2

This commit is contained in:
gemini-cli-robot
2025-11-26 18:22:06 +00:00
parent 9b6d47fd52
commit 8c9b49ce8a
7 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli-a2a-server",
"version": "0.18.1",
"version": "0.18.2",
"description": "Gemini CLI A2A Server",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli",
"version": "0.18.1",
"version": "0.18.2",
"description": "Gemini CLI",
"repository": {
"type": "git",
@@ -25,7 +25,7 @@
"dist"
],
"config": {
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.18.1"
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.18.2"
},
"dependencies": {
"@google/gemini-cli-core": "file:../core",

View File

@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli-core",
"version": "0.18.1",
"version": "0.18.2",
"description": "Gemini CLI Core",
"repository": {
"type": "git",

View File

@@ -1,6 +1,6 @@
{
"name": "@google/gemini-cli-test-utils",
"version": "0.18.1",
"version": "0.18.2",
"private": true,
"main": "src/index.ts",
"license": "Apache-2.0",

View File

@@ -2,7 +2,7 @@
"name": "gemini-cli-vscode-ide-companion",
"displayName": "Gemini CLI Companion",
"description": "Enable Gemini CLI with direct access to your IDE workspace.",
"version": "0.18.1",
"version": "0.18.2",
"publisher": "google",
"icon": "assets/icon.png",
"repository": {