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
50+
Tools
95+
Commands
8,218
Contributions
MonWedFri
Less More
The Agent Loop
From keypress to rendered response, step by step through the source.
1
User 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 to explore what's inside each directory.
Tools & Commands
Core Processing
UI Layer
Infrastructure
Support & Utilities
Personality & UX
Scroll horizontally to explore
↖ Click any block to explore a directory
files
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