Enable Discord voice sessions to follow configured users
TL;DR
Discord voice sessions can now follow configured users into voice channels with allowed-channel checks, multi-user handoff, bounded reconciliation, and DAVE recovery preservation.
What changed
OpenClaw added the ability for Discord voice sessions to follow configured users across voice channels. The update includes allowed-channel checks, multi-user handoff, bounded reconciliation, and DAVE recovery preservation. It rolled out on 22 May 2026 as part of the agent's existing Discord messaging integration.
The feature works by tracking user movement in real time while respecting channel permissions. It hands sessions between multiple users without dropping context and keeps recovery data intact during restarts.
Why it matters
Vibe Builders who run OpenClaw on Discord now get proactive voice presence without constant manual joins. This strengthens the agent's role as a persistent sidekick that moves with the team rather than staying fixed in one channel.
The change pressures closed chat tools that lack self-hosted voice mobility. It bets on users wanting automation that respects existing Discord workflows instead of forcing them into new apps.
How to use it
Update to the latest OpenClaw release via the CLI and add the target user IDs to your YAML config under the Discord voice section. Set allowed channels and enable the follow flag, then restart the agent.
Test the handoff by moving between voice channels with a second configured user. Monitor logs for reconciliation events and confirm DAVE recovery works after a planned restart.
Watch for
Stable multi-user handoff over several days will confirm the bet. Channel-permission leaks or dropped sessions during high activity would break it. Expect a follow-up that adds similar following logic to Slack or Teams voice within the next release cycle.
Who this matters for
- Vibe Builders: Configure your agent to follow team members across voice channels for a persistent sidekick feel.
- Developers: Implement the new multi-user handoff and DAVE recovery preservation to maintain voice session state.
Harsh’s take
OpenClaw is solving the friction of static voice agents. By enabling agents to follow users across channels while respecting permissions, they are turning Discord into a more dynamic environment for autonomous entities. The inclusion of DAVE recovery preservation shows a serious commitment to reliability: restarts no longer mean losing the voice session context.
This update moves away from the bot as a passive listener and toward the agent as an active participant. For operators, the value is in the handoff logic. If an agent can transition between users without dropping the connection, it becomes a viable tool for continuous team support rather than a novelty.
This is a direct challenge to rigid enterprise voice tools.
by Harsh Desai
About OpenClaw
View the full OpenClaw page →All OpenClaw updatesMore from OpenClaw
- App UpdateAdd doctor warnings for hidden MCP server tools
The doctor utility now warns users when sandbox tool policies hide configured Model Context Protocol (MCP) server tools before provider requests are made.
- App UpdateExpose stale-running task maintenance details in CLI
The tasks maintenance CLI command now outputs detailed JSON explanations for retained and reconcile candidates, detailing backing-session, cron, CLI, and wedged-subagent states.
- FeatureSupport per-agent lean local-model configuration
Added support for the experimental localModelLean configuration option on individual agents. This allows lean local-model mode to be enabled selectively rather than globally.