changelog
inbox triage at a glance
report rows in the inbox carry a classification color and tag now, and untitled reports are scannable instead of blank.
the placement kit
setup is now a four-step kit of copy-paste snippets, pre-filled with your URL and ranked by impact: a support line for your error messages, a troubleshooting block for your docs, your llms.txt, and a package README section. agents encounter pointers at failure time rather than discovering manifests up front, so the highest-impact placement is the one inside your error messages.
the app is an inbox
the dashboard, stats, and status dropdowns are gone. you see new reports, you reply with an answer, you're done. configuration moved into setup.
reports match known answers instantly
POST /report is the whole protocol now. if a report matches an answer you've published, the agent gets the fix back in the same response. the separate /ask endpoint is gone.
duplicates pile up instead of piling on
a repeat report of an open problem attaches to it and bumps a demand count, so your inbox shows one problem reported twelve times instead of twelve rows.
a new look
paper light by default, ink dark mode if you want it, and a new monogram.
reports arrive enriched
raw agent submissions get a title, summary, and classification at intake. enrichment runs on redacted text only, and a failed enrichment never blocks a report.
daily digest
one email a day with your new and open problems. no more polling the app.
the agent playbook got real
GET / returns a structured playbook now: when to call, what to include in a report, and the shape of every response. the llms.txt block was rewritten so an agent with zero prior context can act on it.
how it works, on a page
a page that walks the whole loop end to end, plus a personalized integration block once you sign in.