docs: update Gemini default args to experimental-acp

Update HAPPY_GEMINI_ARGS default from --acp to --experimental-acp and add note about Gemini remote-only mode.
This commit is contained in:
weishu
2025-12-25 16:56:26 +08:00
parent fa63529d04
commit 21ed9fca2f
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const command = process.env.HAPPY_GEMINI_COMMAND
const args = parseArgs(process.env.HAPPY_GEMINI_ARGS)
?? parseArgs(process.env.GEMINI_ACP_ARGS)
?? ['--acp'];
?? ['--experimental-acp'];
AgentRegistry.register('gemini', () => new AcpSdkBackend({
command,