You let the AI cook.
Now find out what it actually did.
Star on GitHub · Free & open source · MIT License
AI agents are powerful. But they move fast and break things.
Your AI agent touched half the codebase. Good luck reviewing that manually.
It added your API key to a config file. You didn't notice until production.
Cursor silently reverted your changes. Your code from yesterday? Gone.
One command. Full audit. No more guessing what happened.
Every add, edit, and delete with exact line counts. Know exactly which files were created, modified, or removed.
Plain-English explanation of what changed and why, AI-powered. Understand the intent, not just the diff.
Automatically catches hardcoded secrets, API keys, and credentials before they hit your repo.
Export as markdown for PRs and Slack. Share a link so your team knows what the AI built.
If it uses git, whatdiditdo can track it.
We let an AI agent run for 10 minutes. It touched 43 files.
We spent the next hour trying to figure out what it actually did. Reading diffs line by line. Checking if it broke anything. Wondering if it committed our API key.
That hour should have been 10 seconds.
So we built the tool we wished existed.
One command. No install needed.
Requires Node.js 18+ · AI summary optional (--no-ai works without it)
Everything you need to know.
--no-ai to skip this entirely — it still shows file changes, stats, and security flags with zero network calls.
--json for machine-readable output. Use --no-ai in CI to avoid AI dependency.