Added
- Cursor as an AI provider: use a Cursor API key or sign in with the Cursor CLI. (#1624)
- Sign in with ChatGPT to run AI chat and inline suggestions without an API key. Existing Codex CLI logins can be imported. (#1617)
- libSQL / Turso connections can open a local database file offline, transactions included. (#1607)
Fixed
- Default row sort now applies to the first table opened after launch. (#1603)
- Cancelling a SQLite query no longer races a disconnect. (#1610)
- Typing in the query editor no longer erases characters or drops focus, most visible on macOS 15. (#1608)
- The autocomplete popup now filters in place instead of closing and reopening on each keystroke. (#1608)
- Syntax highlighting no longer disappears after formatting a query. (#1612)
- The GitHub Copilot provider no longer shows a Max output tokens field it ignores or leaves a stray model ID field behind.
- Oracle connections with native network encryption no longer crash on a server error; the real ORA error is shown and the connection keeps working. (#483)
- Clicking an already-open table switches to its tab instead of opening a duplicate. (#1613)
- MongoDB now connects over an SSH or Cloudflare tunnel instead of failing with connection refused. (#1621)
- A plugin updated in Settings stays marked Installed instead of showing the Update button again.
- DBeaver connections import from any edition, based on your DBeaver data rather than which app is installed. (#1628)