Agent
An agent that maps a code patch: which parts changed, what each change is meant to do, and how the changed parts depend on one another.
1 29d ago A 79 tokens
original MIT
Auto-explains what your coding agent just changed — change map, behavior diff, and Python syntax notes, printed to your terminal.
Agent
An agent that maps a code patch: which parts changed, what each change is meant to do, and how the changed parts depend on one another.
Agent
An agent that explains how a code change alters what a program does while it runs, including how data moves through the code before and after the change.
Agent
A Python code teacher that explains only unfamiliar Python syntax and patterns appearing in changed code. It focuses on why each construct was used there, rather than giving a general lesson.