What's Changed
Fixes
- Fixed a prompt error when using multiple databases (MySQL + ClickHouse) in AI-assisted SQL generation.
- Fixed chatbot layout issues and improved aggregation of agent tool execution steps for clearer visibility.
Improvements
- Enhanced SQL safety checks to allow
PRAGMAandDESCRIBEstatements in read-only mode—enabling broader compatibility with SQLite and other dialects. - Simplified and refined SQL result rendering: intermediate retries are now hidden, folding behavior is more intuitive, and spacing around results is tighter and more consistent.
- Updated the chatbot sidebar UI for better navigation and session management.
- Improved fallback handling and message rendering for SQL-related chat interactions, making errors and partial results more understandable.
- Allowed SSH private key selection without requiring file extensions (e.g., keys named
id_rsainstead ofid_rsa.pem). - Removed unnecessary background styling from chat tools and bundled the demo SQLite database (including
-shmand-walfiles) for reliable portable demos.
Internal
- Refactored AI tool and SQL result component styles for consistency and maintainability across the chat interface.