Home - twamp22/BumbaClaude GitHub Wiki
BumbaClaude
Mission control for Claude Code multi-agent workflows.
BumbaClaude is a standalone desktop dashboard that manages multi-agent Claude Code workflows without modifying Claude Code itself. Define agent teams, launch them, watch them work, intervene when needed. Full audit trail of everything.
Quick Links
- Download v0.1.1 -- Windows installer and portable zip
- Installation -- Setup guide for desktop app and from-source development
- User Guide -- How to use teams, agents, monitoring, and templates
- Architecture -- How BumbaClaude works under the hood
- Configuration -- Settings, governance rules, and preferences
- Development -- Contributing, building, and dev workflow
- Changelog -- Release history
What's in v0.1.1
- Dashboard with team overview and quick stats
- Team creation wizard with agent roles, model tiers, and governance rules
- Live agent monitoring with real-time terminal output
- Task management with hierarchies and agent assignment
- Full audit event log with filtering
- Reusable workflow templates (import/export as JSON)
- Token and tool usage tracking with cost estimates
- MCP server discovery and tracking
- Scheduled recurring tasks
- Context file discovery and viewing
- Standalone Electron desktop app with system tray, notifications, global shortcuts, and auto-update
The Wrapper Principle
BumbaClaude never touches Claude Code internals. It communicates through three official interfaces:
- tmux sessions -- spawns, monitors, and controls Claude Code processes
- Filesystem state -- reads JSON mailbox and task files from ~/.claude/
- Agent SDK (planned for v0.2.0) -- programmatic agent control via the official API
No forks. No patches. No modifications to Claude Code's source or binary.