v0.2.13
June 12, 2026
What's Changed
- Added new citation source categories and a Google Shopping breakdown to the citations dashboard. by @jrhizor
- Local-mode deployments now support multiple brands. The brand switcher shows a "Create new brand" option that provisions a new org + admin membership for the user. by @jrhizor
- Added the Google Shopping breakdown to a prompt's Citations tab on the prompt details page. by @jrhizor
- Added a sort control to the Visibility page. by @jrhizor
- Added a Query Fan-Out section showing the searches AI engines run for your prompts, with a prompt-to-query diff, the words engines add or drop, and the searches you're missing. by @jrhizor
- Breaking:
/api/v1DELETE endpoints now return the deleted resource directly instead of a{ message, data }wrapper (the deleted prompt includes adeletedRunsCountfield), PATCH endpoints reject an empty body with a 400, an unparseablewebsiteon/tools/analyzeis now a 400 instead of a 500, and 500 responses no longer echo internal error messages. by @jrhizor