Open-source dashboard to visualize AI coding agents (Claude Code)

Reddit r/LocalLLaMA / 4/23/2026

💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsTools & Practical Usage

Key Points

  • The article introduces an open-source real-time dashboard (Claude Code “Agent-Quest”) that visually represents the state and activities of multiple Claude Code agents running in different terminal sessions and projects.
  • Each agent is mapped to an animated character in a 2D village, with movements reflecting current tasks such as reading, editing, or executing commands.
  • The tool is designed to complement (not replace) existing terminal logs by providing a simpler mental model for tracking parallel agent workflows.
  • It supports multiple ~/.claude* directories and concurrent sessions, and it fits into Claude Code CLI workflows including usage alongside editors like VS Code.
Open-source dashboard to visualize AI coding agents (Claude Code)

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 ~/.claude* directories and sessions running in parallel.

Works with Claude Code CLI workflows (including usage alongside editors like VS Code).

submitted by /u/Redrock990
[link] [comments]