What's Changed
Features
- Added configurable initial user bootstrap login, enabling automated setup of a default admin or demo user during first launch—useful for local development and CI/CD environments.
Improvements
- Split authentication session handling between desktop and web platforms, improving reliability and maintainability of auth flows across environments.
- Separated desktop-specific login paths (e.g., dedicated
SignInForm.desktop.tsx) and updated standalone app build scripts to correctly resolve runtime aliases.
Fixes
- Fixed SQL console result insights rendering, ensuring query analysis and metadata display work correctly in the database interface.
Docs & Misc
- Updated
README.mdwith new setup and configuration details, including the init user feature. - Updated
.env.exampleto document new environment variables for bootstrapping users.
Internal
- Refined standalone app build script (
scripts/build-app-standalone.sh) for better alias resolution and packaging consistency.