clodia
v0.1.0
Published
Multi-agent Claude Code supervisor. Orchestrate multiple Claude sessions via tmux with quality gates.
Downloads
20
Maintainers
Readme
clodia
Multi-agent Claude Code supervisor. Clodia orchestrates multiple Claude Code sessions through tmux, with a terminal dashboard for spawning agents, viewing output, approving permission prompts, attaching to tmux windows, and killing agents.
Requirements
- Node.js 20 or newer
- tmux
- Claude Code CLI available as
claude
On macOS, install tmux with:
brew install tmuxRun
Run the latest npm package:
npx clodiaRun Clodia against a specific project directory:
npx clodia ~/myprojectRun directly from GitHub:
npx github:serge-ivo/clodiaKeyboard Shortcuts
n Spawn new agent
v View selected agent output
a Attach to selected agent tmux window
y/d Approve or deny permission prompts
k Kill selected agent
up/down Navigate agent list
q Quit dashboardAgents keep running in tmux after the dashboard exits.
Development
pnpm install
pnpm build
node dist/cli.jsWatch TypeScript while developing:
pnpm devPublish
npm login
npm publish