> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Other improvements

> Paradime v6.10.0 fixes: DinoAI chats that stalled on long threads, catalog test SQL, the lineage filter, workspace UIDs on API keys, and Datadog alerts.

*September 3, 2026*

* **DinoAI**: the copilot no longer stops mid-response on long, tool-heavy threads. Conversation summarization (Credit Saver Mode) could fail silently on some threads, which then grew until requests timed out; it now handles those threads, splits oversized histories into chunks, and trims the oldest messages if it still cannot summarize.
* **Catalog**: the Quality tab now shows **Compiled SQL** for tests even when your schedule runs a plain `dbt build`, which leaves no compiled code in the manifest. The SQL comes from the same run results that power the [Discovery API](/developers/graphql-api/api-reference/discovery-api).
* **Catalog**: the lineage graph's **Node types** filter no longer resets to the default selection when the graph recomputes, and the canvas updates in place instead of dropping back to the loading skeleton. Shipped in Paradime v6.10.0.
* **Catalog**: catalog generation now resolves [external secret references](/integrations/aws-secret-manager) (AWS, Azure, and GCP) in environment variables before dbt™ runs, matching Bolt scheduled runs.
* **Settings**: when you generate an [account API key](/developers/api-keys), the workspace picker marks your current workspace, the success screen lists every selected workspace with its UID (the value for the `X-Paradime-Workspace` header), and **Copy credentials** includes them. Shipped in Paradime v6.10.0.
* **Integrations**: [Elementary alerts to Datadog](/integrations/elementary-data/sending-alerts/datadog-alerts) no longer fail with a 400 when an incident summary or title contains emoji or other multibyte characters: fields are now truncated by UTF-8 byte length. Available on the dbt™ 1.11 and 1.12 images.
* **Code IDE**: the editor framework moved to Theia 1.71 with Monaco 1.108, picking up upstream editor fixes and a security patch. Shipped in Paradime v6.10.0.


## Related topics

- [Other improvements](/changelog/2026-08-12/other-improvements.md)
- [Changelog](/changelog/overview.md)
