| I built a real-time visual layer for Claude Code agents in a medieval fantasy style. Repo: https://github.com/FulAppiOS/Agent-Quest When running multiple Claude Code agents across different CLI sessions and projects, I found it hard to understand what was actually happening. Everything lives in terminals and logs, and once you have several agents running in parallel, tracking their state becomes non-trivial. So I built a tool that visualizes Claude Code agents in real time. Each agent becomes a character in a 2D village, with movements mapped to its current activity (read, edit, bash, etc.). It doesn’t replace logs — it just gives a quick mental model of system activity. Supports multiple Works with Claude Code CLI workflows (including usage alongside editors like VS Code). [link] [comments] |