waterbrother [prompt] | One-shot prompt or interactive mode. |
waterbrother chat [prompt] | Explicit chat form. |
waterbrother exec <prompt> | Non-interactive execution command form. |
waterbrother review <prompt> | Non-interactive review run (defaults to reviewer profile). |
waterbrother resume [<session-id>] [prompt] | Resume a previous session, optionally with a new prompt. |
waterbrother vision <image-path> <prompt> | Vision analysis from local image. |
waterbrother mcp list | Start configured MCP stdio servers, discover tools, and print connection status. |
waterbrother config set <key> <value> [--scope user|project] | Persist config in user config by default, or in .waterbrother/config.json with --scope project. |
waterbrother config set-json <key> <json> [--scope user|project] | Persist structured JSON values such as mcpServers. |
waterbrother config get <key> [--scope user|project|merged] | Read a config key from a chosen scope. Default is merged runtime config. |
waterbrother config list [--scope user|project|merged] | Print config for a chosen scope. Default is merged runtime config. |
waterbrother sessions list | List recent sessions. |
waterbrother sessions show <id> | Display a saved session. |
waterbrother sessions latest | Show most recent session record. |
waterbrother models list | List model IDs from the active provider or provider catalog. |
waterbrother models catalog | Show local model metadata table. |
waterbrother models status | Show active provider, model, design model, base URL, and API-key status. |
waterbrother runtime-profiles list | List saved runtime provider/model presets. |
waterbrother runtime-profiles show <name> | Show one saved runtime preset. |
waterbrother runtime-profiles save <name> | Save the current runtime as a named preset. |
waterbrother runtime-profiles apply <name> | Apply a named runtime preset to your saved user defaults. |
waterbrother channels list | List supported messaging services. |
waterbrother channels status | Show readiness for Telegram, Discord, and Signal. |
waterbrother channels show <service> | Show readiness details for one messaging service. |
waterbrother gateway status | Show gateway control mode, bind address, port, and enabled channels. |
waterbrother gateway pairings | List pending Telegram pairing requests and currently paired user ids. |
waterbrother gateway pair telegram <user-id> | Approve a pending Telegram user id without hand-editing config. |
waterbrother gateway unpair telegram <user-id> | Remove a paired Telegram user id. |
waterbrother gateway run telegram | Run the Telegram single-user remote-control loop. |
waterbrother gateway stop [telegram] | Stop the tracked Telegram gateway process. |
waterbrother project share | Enable shared-project mode in the current cwd and create .waterbrother/shared.json plus ROUNDTABLE.md. |
waterbrother project unshare | Disable shared-project mode for the current cwd. |
waterbrother room status | Show shared room state for the current cwd. |
waterbrother room members | List shared-project members and roles. |
waterbrother room add <member-id> [owner|editor|observer] | Add or update a shared-project member. |
waterbrother room remove <member-id> | Remove a shared-project member. |
waterbrother room tasks | List Roundtable tasks for the shared project. |
waterbrother room task add <text> | Add a Roundtable task for the shared project. |
waterbrother room task move <id> <open|active|blocked|done> | Move a Roundtable task between states. |
waterbrother room mode <chat|plan|execute> | Set the collaboration mode for the shared room. |
waterbrother room claim | Claim the shared room operator lock as the local terminal user. |
waterbrother room release | Release the shared room operator lock as the local terminal user. |
waterbrother onboarding | Print onboarding steps and model guidance. |
waterbrother onboarding telegram|discord|signal | Print service-specific messaging onboarding. |
waterbrother doctor | Run local readiness checks. |
waterbrother update | Upgrade npm installs globally to @tritard/waterbrother@latest, or update source clones via git pull + check. |