Do not debug from the longest context.
Open a fresh run for attribution. Long sessions turn platform state, stale assumptions, and repo errors into one soup.
When an AI coding tool throws a weird error, the expensive move is arguing with the model in the same messy context. Use this packet to separate code failure, prompt failure, wrapper/IDE state, quota/billing, moderation, and platform behavior before burning more credits or changing production code.
Open a fresh run for attribution. Long sessions turn platform state, stale assumptions, and repo errors into one soup.
If the IDE extension fails, test the CLI or web surface with a harmless toy request before changing project files.
A one-line prompt that burns the same credits as a multi-file repair is a billing/plan question before it is a coding question.
If a known-good command works, the whole platform is not down. If a toy prompt fails too, stop blaming your repo.
Error screenshots often contain account IDs, file paths, project names, or tokens. Share shape, not secrets.
Once the layer is named, the next action is usually obvious: local test, wrapper reinstall, wait, smaller input, or account-owner escalation.