Skip to content

Releases: AliceLJY/claude-code-studio

v0.2.0 — Redis pub/sub + auto-kick watcher

30 Mar 18:03

Choose a tag to compare

Claude Code Studio v0.2.0

Multi-session collaboration studio for Claude Code. Run multiple CC instances as a coordinated team.

Features

  • MCP Server (FastMCP + SSE) — 11 tools: register, send_message, broadcast, check_inbox, dispatch_task, update_task, my_tasks, studio_status, kick, heartbeat, unregister
  • Redis pub/sub — instant message delivery, no polling
  • Auto-kick watcher — agents wake up automatically when they receive messages
  • One-click launch — starts MCP server + watcher + tmux + Claude in every window
  • Auto-registration — agents register themselves on startup
  • Cross-machine ready — point STUDIO_REDIS_URL at a remote Redis
  • SQLite fallback — works without Redis too
  • CLI status tool — check studio status from terminal

Quick Start

git clone https://github.com/AliceLJY/claude-code-studio.git
cd claude-code-studio
uv venv && uv pip install -e .
./scripts/launch.sh

Requirements

  • Python 3.10+
  • tmux
  • Redis (or use STUDIO_BACKEND=sqlite for no-Redis mode)
  • Claude Code CLI