What's Changed
Features
- Desktop file picking for Open Files: Added native file selection support in the Open Files dialog on desktop (Electron) apps, enabling users to browse and pick local files directly from their filesystem.
- Enhanced Open Files dataset isolation: Improved separation of Open Files datasets in the SQL console sidebar, with clearer labeling and organization to avoid confusion between different local file sources.
Improvements
- Refined Local Files dialog: Updated UI and behavior of the Local Files dialog—including empty state, search, and connection cards—for better usability and consistency across workflows.
- Improved commit message generation: Enhanced logic for auto-generating meaningful commit messages in SQL editor and Explorer contexts, especially when working with local files and database objects (tables, views).
- Updated AGENTS instructions: Clarified setup guidance for using AGENTS in the Studio workspace, specifically within the Local Files flow.
Fixes
- Sidebar label accuracy: Fixed inconsistent or ambiguous labels in the SQL console and Explorer sidebars related to local files and connections.
Docs
- Self-hosting documentation: Added a dedicated section and link to self-hosting instructions in the root
README.md.
Internal
- Dependency update: Upgraded
better-authfrom1.5.6to1.6.2to incorporate upstream security patches and stability improvements.