Skip to content

v0.6.0 - ClawMux CLI & Multi-Provider

Replace the MCP server with the ClawMux CLI. Add multi-provider support and decentralize the hub.

CLI

  • clawmux converse — speak and listen, replacing the MCP converse tool.
  • clawmux send — send messages between agents with fire-and-forget, wait-for-ack, and wait-for-response modes.
  • clawmux ack / clawmux reply — acknowledge and respond to messages.
  • clawmux status — show hub state, active sessions, and per-agent detail (idle, thinking, speaking).
  • clawmux start / clawmux stop — start and stop the hub from the command line.
  • Right-click session menu — launch with MCP (legacy) or CLI during migration.

Multi-Provider Support

  • Pluggable backend — run sessions through Claude Code, OpenClaw, or OpenAI interchangeably.
  • OpenClaw integration — spawn and manage OpenClaw sessions from the hub.
  • OpenAI integration — support OpenAI-compatible agents alongside Claude.

Decentralized Hub

  • Configurable STT/TTS URLs — run agents on your local machine, use Kokoro and Whisper from a remote workstation over Tailscale or LAN.

Other

  • Status visibility — agents push status between converse calls so the browser shows what they're doing.
  • Streaming TTS — stream audio chunks to reduce time-to-first-audio.
  • Code block rendering — render code blocks in agent responses.
  • One-command setup — single install script.
  • Hold-aware timeout — exempt sessions with pending converse calls from inactivity timeout.
  • Auto mode cancel — cancel button should temp-pause auto mode, not restart recording.
  • Live reload — hub watches static files and triggers browser reload via WebSocket.