What's Changed
Features
- Added configurable initial user bootstrap login, enabling automated setup of a default admin or demo user during first launch (e.g., for local development or CI environments).
Improvements
- Refined SQL Console insights flow: improved rendering and behavior of AI-powered result analysis, chart suggestions, and summary cards — especially for numeric fields in analysis output.
- Split desktop and web authentication flows: introduced dedicated desktop-specific auth components and session handling logic, improving reliability and maintainability across platforms.
- Updated standalone app build script (
build-app-standalone.sh) with fixes for runtime alias resolution and packaging consistency.
Fixes
- Fixed SQL Console result insights rendering issues caused by schema mismatches in AI analysis responses — now properly accepts numeric fields in summary payloads.
- Resolved inconsistencies in desktop auth login paths and session recovery synchronization.
Docs
- Updated
README.mdmultiple times with clarifications on setup, authentication modes, and standalone app usage.
Internal
- Refactored codebase to move shared logic into
packages/*, improving modularity and paving the way for better cross-app reuse and testing. - Migrated numerous UI and domain modules (including chatbot, monitoring, table browser, and AI analysis utilities) out of
apps/webinto dedicated packages.