Sort and arrange tables without changing the chart
When you sort a table chart, hide a column, or reorder columns, those changes now stay with you. They’re saved to your own view without creating a new version of the chart or affecting what anyone else sees. Under the hood, sorting is applied as a safe, validated query change rather than rewriting the chart’s saved SQL, so the chart stays exactly as its author built it.
This also means you can now sort and rearrange columns on read-only and public table charts, which previously wasn’t possible. And when a chart’s SQL changes in a way that renames or removes a column, your saved sorts and column tweaks reset cleanly instead of getting stuck on data that no longer exists.
Search your chats from the sidebar
The chat list now has a filter bar at the top, so you can type to instantly narrow your history down to the conversation you’re looking for by name. Clear it with the button or the Escape key to jump back to the full list.
We also virtualized the chat sidebar, so it stays fast and smooth to scroll even when you have thousands of chats.
A faster, more predictable public API
The public API now allows 60 requests per minute by default—much higher sustained throughput than before—and we fixed a subtle issue where steady, well-behaved clients could get locked out until they went completely idle for a full hour. It’s now enforced race-safely under concurrent requests, too.
Every response also carries standard X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers, so your integrations and agents can see exactly how much headroom they have and pace themselves automatically.
Fixes and improvements
- Fixed very large tables and queries that could spin forever instead of loading a preview.
- Fixed a chat crash when querying PostHog data with certain ClickHouse column types.
- Fixed exporting a chart that references a definition, which previously failed with a “database object not found” error.
- Replaced raw HTML error pages with a clear message when a chart query fails unexpectedly.
- Fixed the “Updating data from X ago” label so it only appears during an active refresh and clears right after a manual refresh.
- Fixed cases where AI-created charts and tables could go missing from a chat’s final answer.
- Improved chat reliability under heavy load by eliminating intermittent message-write failures.
- Made automations with large run histories load and update much faster.
- Fixed AI requests that could fail from over-sending context on smaller GPT-5.4 models.
- Upgraded the default fast AI model to GPT-5.6 Luna for quicker, lower-cost lightweight AI tasks.




