From 738626e8d9ccdcfbf9bc7bda5f0d1bb663eb0d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=89=E5=BB=BA=E5=AE=8F?= Date: Mon, 27 Apr 2026 18:31:46 +0800 Subject: [PATCH 1/3] Fix missing arguments in gemini.md Adding arguments of agents.gemini.discord.enabled=true and specify Gemini model. --- docs/gemini.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/gemini.md b/docs/gemini.md index 797cba99..0c1f411b 100644 --- a/docs/gemini.md +++ b/docs/gemini.md @@ -15,6 +15,7 @@ The image installs `@google/gemini-cli` globally via npm. ```bash helm install openab openab/openab \ --set agents.kiro.enabled=false \ + --set agents.gemini.discord.enabled=true \ --set agents.gemini.discord.botToken="$DISCORD_BOT_TOKEN" \ --set-string 'agents.gemini.discord.allowedChannels[0]=YOUR_CHANNEL_ID' \ --set agents.gemini.image=ghcr.io/openabdev/openab-gemini:latest \ @@ -24,6 +25,8 @@ helm install openab openab/openab \ ``` > Set `agents.kiro.enabled=false` to disable the default Kiro agent. +> +> `agents.gemini.args='{--acp}'` could be `{--model,gemini-3-pro-preview,--acp}` if specific model is required. Otherwise, it will be 'Auto (Gemini 3)'. ## Manual config.toml From 505d7df2fdd9c747521f4f648f18cf66fe00158b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=89=E5=BB=BA=E5=AE=8F?= Date: Mon, 27 Apr 2026 18:42:11 +0800 Subject: [PATCH 2/3] Adding agents.gemini.discord.enabled and improve clarity in gemini.md Adding arguments of agents.gemini.discord.enabled=true and specify Gemini model (optional). --- docs/gemini.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gemini.md b/docs/gemini.md index 0c1f411b..5cb9b4e6 100644 --- a/docs/gemini.md +++ b/docs/gemini.md @@ -26,7 +26,7 @@ helm install openab openab/openab \ > Set `agents.kiro.enabled=false` to disable the default Kiro agent. > -> `agents.gemini.args='{--acp}'` could be `{--model,gemini-3-pro-preview,--acp}` if specific model is required. Otherwise, it will be 'Auto (Gemini 3)'. +> (Optional)`agents.gemini.args='{--acp}'` could be modified as `{--model,gemini-3-pro-preview,--acp}` if specific model is required. Otherwise, the defalut value will be 'Auto (Gemini 3)'. ## Manual config.toml From 3155c4457a67061c96eaa993605350832281753f Mon Sep 17 00:00:00 2001 From: CHC-Agent Date: Thu, 30 Apr 2026 06:50:47 +0000 Subject: [PATCH 3/3] =?UTF-8?q?fix(docs):=20typo=20defalut=20=E2=86=92=20d?= =?UTF-8?q?efault,=20fix=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/gemini.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gemini.md b/docs/gemini.md index 5cb9b4e6..0de73abb 100644 --- a/docs/gemini.md +++ b/docs/gemini.md @@ -26,7 +26,7 @@ helm install openab openab/openab \ > Set `agents.kiro.enabled=false` to disable the default Kiro agent. > -> (Optional)`agents.gemini.args='{--acp}'` could be modified as `{--model,gemini-3-pro-preview,--acp}` if specific model is required. Otherwise, the defalut value will be 'Auto (Gemini 3)'. +> (Optional) `agents.gemini.args='{--acp}'` could be modified as `{--model,gemini-3-pro-preview,--acp}` if specific model is required. Otherwise, the default value will be 'Auto (Gemini 3)'. ## Manual config.toml