From 97fbb7289651660788c69287457dddd3af415543 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Mon, 16 Mar 2026 10:25:55 +0100 Subject: [PATCH] Gemini: use --acp flag https://github.com/google-gemini/gemini-cli/pull/21171 The old version was deprecated and the latest stable release supports this new flag instead. --- gemini/agent.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gemini/agent.json b/gemini/agent.json index a597f0f5..46810810 100644 --- a/gemini/agent.json +++ b/gemini/agent.json @@ -4,16 +4,12 @@ "version": "0.33.1", "description": "Google's official CLI for Gemini", "repository": "https://github.com/google-gemini/gemini-cli", - "authors": [ - "Google" - ], + "authors": ["Google"], "license": "Apache-2.0", "distribution": { "npx": { "package": "@google/gemini-cli@0.33.1", - "args": [ - "--experimental-acp" - ] + "args": ["--acp"] } } }