Mindwalk
TLDR Dev
Mindwalk is a visualization tool that replays AI coding-agent sessions as glowing light moving through a 3D map of a repository to show how the agent understood and navigated the task. The tool runs as a single Go binary that processes Claude Code and Codex session logs entirely locally, with optional evaluation summaries sent to the user's own Claude or Codex CLI. The visualization enables developers to see at a glance which files the agent searched, read, and edited during task completion.
Why it matters
Mindwalk is a visualization tool designed to replay coding-agent sessions on a 3D map of the codebase, showing how an agent understood and interacted with a repository through a local server.