From df3e81a44ebfb4d1dee76acde1a269786d28db40 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Fri, 27 Mar 2026 13:21:46 -0400 Subject: [PATCH] docs: add --channels flag to configuration reference --- docs/reference/configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index ec8f74de95..55f1d848c5 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -2249,6 +2249,11 @@ for that specific session. - Starts the agent in ACP mode. - **`--allowed-mcp-server-names`**: - Allowed MCP server names. +- **`--channels `**: + - A comma-separated list of MCP server names to enable as message channels. + - When specified, the CLI will listen for asynchronous messages from these + servers and inject them into the conversation. + - Example: `gemini --channels telegram,slack` - **`--fake-responses`**: - Path to a file with fake model responses for testing. - **`--record-responses`**: