
Mindwalk visualizes AI agent sessions in 3D
Mindwalk is an open-source local tool that replays an AI coding agent's terminal session by illuminating the files it reads and edits on a 3D visualization of the repository. By scanning local projects and session logs, it renders a browser-based "night map" where files glow with specific colors (moss green for seen, moon white for read, warm amber for edited, and dark for unvisited), allowing developers to easily trace the agent's path, discover hallucination loops, and verify its overall pathfinding efficiency.
Visualizing agent session traces makes debugging agentic code generation intuitive and efficient.
- –Codebases are represented as 3D night maps, turning dry JSON/JSONL terminal logs into a high-density, legible visual journey.
- –Helps identify common agent pitfalls like infinite search loops, file churning, or getting lost in irrelevant directories.
- –Being a local Go binary ensures that no sensitive source code or session histories leave the developer's machine.
DISCOVERED
2h ago
2026-07-16
PUBLISHED
2h ago
2026-07-16
RELEVANCE
AUTHOR
Github Awesome