From 89ee2303fe5cf22d746d51202dac5af90cf36263 Mon Sep 17 00:00:00 2001 From: Omkar Gaikwad Date: Mon, 4 May 2026 06:23:29 +0000 Subject: [PATCH 1/2] feat: add Cloud Build pipeline and evaluation configuration for Cloud SQL MySQL extension --- evals/model_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evals/model_config.yaml b/evals/model_config.yaml index 699281c..85d5f6d 100644 --- a/evals/model_config.yaml +++ b/evals/model_config.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -gemini_cli_version: "@google/gemini-cli@0.38.1" +gemini_cli_version: "@google/gemini-cli@latest" generator: gemini_cli env: GOOGLE_CLOUD_PROJECT: "${GOOGLE_CLOUD_PROJECT}" From 6f3a9c063208e64136e05b626ef1b3724295b2d4 Mon Sep 17 00:00:00 2001 From: Omkar Gaikwad Date: Mon, 4 May 2026 10:51:01 +0000 Subject: [PATCH 2/2] feat: add GEMINI_CLI_TRUST_WORKSPACE configuration to model_config.yaml --- evals/model_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/evals/model_config.yaml b/evals/model_config.yaml index 85d5f6d..e80c226 100644 --- a/evals/model_config.yaml +++ b/evals/model_config.yaml @@ -18,6 +18,7 @@ env: GOOGLE_CLOUD_PROJECT: "${GOOGLE_CLOUD_PROJECT}" GOOGLE_CLOUD_LOCATION: "global" GOOGLE_GENAI_USE_VERTEXAI: "true" + GEMINI_CLI_TRUST_WORKSPACE: "true" setup: extensions: # Points to the symlink created in cloudbuild.yaml to match the extension ID