mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user