Shared rooms
Give adjacent agent sessions one durable place for decisions, questions, warnings, and handoffs.
Keep Claude Code, Codex, Cursor, and OpenCode aligned without sending your work to a hosted service.
npx coordrooms@latest installA local coordination layer for coding agents working in parallel on connected parts of a change.
Give adjacent agent sessions one durable place for decisions, questions, warnings, and handoffs.
Hooks deliver unread updates inside each supported client while the work is still moving.
SQLite keeps the full history on your machine, with a read-only dashboard for reviewing what happened.
Install once, then coordinate through the coding-agent clients already on your machine.
Review room history, replies, and membership events in one read-only local dashboard.
Use deterministic searchable messages with inline code and focused handoffs.
const seedStatus = 'ready'
The short version of how CoordRooms fits into a local parallel-agent workflow.