Welcome to Agent Monitor - your beautiful new dashboard for monitoring Claude Code agents!
cd ~/Dev/tools/agent-monitor
./open-in-xcode.shWait for Xcode to load, then click ⌘R)
The app will launch and immediately show all your active agents working on the Roblox game.
Each agent appears as a beautiful card showing:
- 🆔 Session ID (e.g., "briny-zephyr")
- 🎯 GitHub Issue (e.g., "#80")
- 📝 Task Description (what it's doing)
- ⏱️ Duration (how long it's been running)
- 🚦 Status (Green=running, Red=failed, Blue=done)
- Auto-refreshes every 3 seconds
- Shows "just now" / "5s ago" / "2m ago" updates
- Green pulse = actively monitoring
Tap any agent card to see its full log output in a beautiful modal window!
- README.md - Complete feature list and documentation
- QUICKSTART.md - Step-by-step instructions
- SUMMARY.md - Technical details and architecture
- verify.sh - Check that everything is installed correctly
Before: 😰 "I'm blind and scared when agents are working"
After: 😎 Beautiful real-time dashboard showing exactly what's happening
App won't build?
- Make sure Xcode is installed (Mac App Store)
- Try:
./verify.shto check installation
No agents showing?
- Make sure your agents are actually running
- Try:
openclaw process listin terminal
Want to customize?
- All the code is yours to modify!
- SwiftUI makes it easy to change colors, layouts, etc.
Run ./open-in-xcode.sh and enjoy your new agent monitoring dashboard!
Built with ❤️ for stress-free autonomous coding.