Network → tokens
A DevTools panel that turns noisy network traffic into a compact, secret-free TOON digest. Small enough to paste into an LLM, complete enough to debug with.
This is the real extension running on scripted demo traffic. Click rows, switch S/M/L, try the API map, copy the TOON.
Identical calls collapse into a single entry, and after the first array item you only see what changed. You pay for the shape once.
Passwords, tokens, API keys and anything that looks like a JWT get stripped the moment they are captured. Auth headers never even reach memory.
Three detail levels, a live token counter, and per-endpoint overrides for the one response that deserves more room.
Clicks, form submits and SPA navigations become timeline steps, so the model knows what triggered every request.
One click condenses the whole session into a normalized endpoint contract: methods, statuses, query keys, example shapes.
Source maps trace every call back to the hook that fired it: useArticles.useQuery instead of a hashed chunk.