Skip to content

Commit 987f22b

Browse files
authored
Gemini: use --acp flag (#176)
google-gemini/gemini-cli#21171 The old version was deprecated and the latest stable release supports this new flag instead.
1 parent cf02596 commit 987f22b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

gemini/agent.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@
44
"version": "0.33.1",
55
"description": "Google's official CLI for Gemini",
66
"repository": "https://github.com/google-gemini/gemini-cli",
7-
"authors": [
8-
"Google"
9-
],
7+
"authors": ["Google"],
108
"license": "Apache-2.0",
119
"distribution": {
1210
"npx": {
1311
"package": "@google/gemini-cli@0.33.1",
14-
"args": [
15-
"--experimental-acp"
16-
]
12+
"args": ["--acp"]
1713
}
1814
}
1915
}

0 commit comments

Comments
 (0)