Devxcoder Unpacked
What actually happens when you type a message into Claude Code? The agent loop, tools, multi-agent orchestration, and unreleased features, mapped straight from the source.
1,900+
Files
519K+
Lines of Code
53+
Tools
95+
Commands
The Agent Loop
From keypress to rendered response, step by step through the source.
1User Input
src/components/TextInput.tsx
User types a message or pipes input through
stdin claude-code
$ Find all TODO comments in src/ and create a summary
Keyboard input comes from Ink's
TextInput component. In non-interactive mode, it reads from piped stdin instead.Keyboard: ← → arrow keys to step through · Space to play/pause
Architecture Explorer
Click any block in the treemap to explore what's inside each directory.
Tools & Commands
Core Processing
UI Layer
Infrastructure
Support & Utilities
Personality & UX
Click a block to explore
Tool System
Every tool Claude Code can call, sorted by category. Click a tool to see details.
Click any tool to see details and source
Command Catalog
Every slash command extracted from the source, by category.
Click a command to see details and source code