Skip to content

Commit 353beba

Browse files
committed
docs: revert Teams documentation changes
1 parent 5f95316 commit 353beba

16 files changed

Lines changed: 51 additions & 144 deletions

docs/_components/StarterPromptButton.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If non-interactive mode cannot cover a later prompt, stop before running the int
111111
112112
Non-interactive onboarding can skip the interactive messaging-channel picker. After the sandbox is created, ask whether I want to set up messaging as a separate one-question selection.
113113
114-
- First ask: "Do you want to set up a messaging channel now?" with choices: No, Telegram, Discord, Slack, Microsoft Teams (experimental), WhatsApp, WeChat (experimental).
114+
- First ask: "Do you want to set up a messaging channel now?" with choices: No, Telegram, Discord, Slack, WhatsApp, WeChat (experimental).
115115
- Configure one channel at a time. If I want another channel, ask again after the current channel finishes.
116116
- Run channel commands from the host with \`nemoclaw <sandbox-name> channels add <channel>\`, not from inside the sandbox.
117117
- Use \`nemoclaw <sandbox-name> channels list\` if you need to confirm supported channel names.
@@ -125,7 +125,6 @@ Channel credential requirements:
125125
| Telegram | \`TELEGRAM_BOT_TOKEN\`; optional \`TELEGRAM_ALLOWED_IDS\`, \`TELEGRAM_REQUIRE_MENTION\`, \`TELEGRAM_GROUP_POLICY\` (OpenClaw only) |
126126
| Discord | \`DISCORD_BOT_TOKEN\`; optional \`DISCORD_SERVER_ID\`, \`DISCORD_USER_ID\`, \`DISCORD_REQUIRE_MENTION\` |
127127
| Slack | \`SLACK_BOT_TOKEN\`, \`SLACK_APP_TOKEN\`; optional \`SLACK_ALLOWED_USERS\`, \`SLACK_ALLOWED_CHANNELS\` |
128-
| Microsoft Teams | \`MSTEAMS_APP_ID\`, \`MSTEAMS_APP_PASSWORD\`, \`MSTEAMS_TENANT_ID\`; optional \`TEAMS_ALLOWED_USERS\`, \`MSTEAMS_PORT\`; OpenClaw-only \`TEAMS_REQUIRE_MENTION\` |
129128
| WhatsApp | No host token; add the channel, rebuild, then complete QR pairing inside the sandbox as documented |
130129
| WeChat | Interactive QR scan only; do not use non-interactive mode for WeChat |
131130
@@ -146,11 +145,6 @@ NEMOCLAW_NON_INTERACTIVE=1 SLACK_BOT_TOKEN=<local-secret> SLACK_APP_TOKEN=<local
146145
nemoclaw <sandbox-name> rebuild
147146
\`\`\`
148147
149-
\`\`\`shell
150-
NEMOCLAW_NON_INTERACTIVE=1 MSTEAMS_APP_ID=<client-id> MSTEAMS_APP_PASSWORD=<local-secret> MSTEAMS_TENANT_ID=<tenant-id> nemoclaw <sandbox-name> channels add teams
151-
nemoclaw <sandbox-name> rebuild
152-
\`\`\`
153-
154148
Use the official NemoClaw Markdown documentation as the source of truth. Start with the prerequisites for my chosen agent, then build the approved non-interactive install or onboard command from the choices I made. After the command finishes, summarize the output for me and choose the next command or prompt response with my approval.`;
155149

156150
let resetCopyButtonTimer: ReturnType<typeof setTimeout> | null = null;

docs/about/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ NemoClaw provides the following product capabilities.
3838
| Agent skills | Packages NemoClaw documentation as user skills so AI coding assistants can guide setup, inference configuration, policy management, monitoring, deployment, security review, and troubleshooting. |
3939
| Hardened blueprint | A security-first Dockerfile with capability drops, least-privilege network rules, and declarative policy. |
4040
| State management | Safe migration of agent state across machines with credential stripping and integrity verification. |
41-
| Messaging channels | OpenShell-managed processes connect supported chat platforms such as Telegram, Discord, Slack, WeChat, WhatsApp, and Microsoft Teams to the sandboxed agent. NemoClaw configures channels during onboarding; OpenShell supplies the native constructs, credential flow, and runtime supervision. |
41+
| Messaging channels | OpenShell-managed processes connect Telegram, Discord, Slack, and similar platforms to the sandboxed agent. NemoClaw configures channels during onboarding; OpenShell supplies the native constructs, credential flow, and runtime supervision. |
4242
| Routed inference | Provider-routed model calls through the OpenShell gateway, transparent to the agent. Supports NVIDIA Endpoints, OpenAI, Anthropic, Google Gemini, compatible endpoints, local Ollama, local vLLM, and the Model Router. |
4343
| Layered protection | Network, filesystem, process, and inference controls that can be hot-reloaded or locked at creation. |
4444

docs/deployment/brev-web-ui.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Check the Brev UI for the current hourly price before leaving the instance runni
157157

158158
After your agent is running, explore these related tasks:
159159

160-
- [Set Up Messaging Channels](../manage-sandboxes/messaging-channels) to learn how to connect supported messaging channels.
160+
- [Set Up Messaging Channels](../manage-sandboxes/messaging-channels) to learn how to connect Telegram, Slack, or Discord.
161161
- [Switch Inference Providers](../inference/switch-inference-providers) to learn how to change the model provider after setup.
162162
- [Monitor Sandbox Activity](../monitoring/monitor-sandbox-activity) to learn how to inspect sandbox health and logs.
163163
- [Deploy to a Remote GPU Instance](deploy-to-remote-gpu) to learn how to deploy NemoClaw to a remote GPU instance using the CLI.

docs/deployment/deploy-to-remote-gpu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ nemoclaw deploy <instance-name>
186186

187187
## Related Topics
188188

189-
- [Set Up Messaging Channels](../manage-sandboxes/messaging-channels) to connect supported messaging channels through OpenShell-managed channel messaging.
189+
- [Set Up Messaging Channels](../manage-sandboxes/messaging-channels) to connect Telegram, Discord, or Slack through OpenShell-managed channel messaging.
190190
- [Monitor Sandbox Activity](../monitoring/monitor-sandbox-activity) for sandbox monitoring tools.
191191
- [`nemoclaw deploy`](../reference/commands#nemoclaw-deploy) for the full `deploy` command reference.

docs/get-started/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@ After you confirm the summary, NemoClaw registers the selected provider with the
175175
The wizard then asks whether to enable Brave Web Search.
176176
If you enable it, enter a Brave Search API key when prompted.
177177

178-
The wizard also offers messaging channels such as Telegram, Discord, Slack, WeChat, WhatsApp, and Microsoft Teams.
178+
The wizard also offers messaging channels such as Telegram, Discord, Slack, WeChat, and WhatsApp.
179179
Press a channel number to toggle it, then press Enter to continue.
180180
If you leave all channels unselected, pressing Enter skips messaging setup.
181181
If you select a channel, NemoClaw validates the token format before it bakes the channel configuration into the sandbox.
182182
For example, Slack bot tokens must start with `xoxb-`.
183-
WeChat, WhatsApp, and Microsoft Teams are experimental.
183+
WeChat and WhatsApp are experimental.
184184
Review [Messaging Channels](../manage-sandboxes/messaging-channels) before enabling them.
185185

186186
### Choose Network Policy Presets

docs/manage-sandboxes/lifecycle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ For a full comparison of the two forms, including what they fetch, what they tru
282282

283283
## Related Topics
284284

285-
- [Set Up Messaging Channels](messaging-channels) to connect supported messaging channels.
285+
- [Set Up Messaging Channels](messaging-channels) to connect Telegram, Discord, or Slack.
286286
- [Workspace Files](workspace-files) for persistent OpenClaw files inside the sandbox.
287287
- [Backup and Restore](backup-restore) for snapshot and restore workflows.
288288
- [Monitor Sandbox Activity](../monitoring/monitor-sandbox-activity) for observability tools.

0 commit comments

Comments
 (0)