What's Changed
Fixes
- Fixed an issue where SQL editor content was occasionally lost during tab switching or auto-saving.
- Resolved incorrect handling of PostgreSQL database and schema metadata in chatbot and SQL console contexts, improving query accuracy and table suggestions.
Features
- Added a refresh button to the SQL Console sidebar to manually reload database and schema listings.
- Introduced dynamic SQL prompt generation (
buildDialectSqlPrompt) that adapts to the active connection type (e.g., PostgreSQL, MySQL), improving AI-generated query relevance.
Improvements
- Optimized table browser performance by lazily loading column tags, reducing initial render time for large schemas.
- Enhanced UI feedback across multiple components (buttons, dropdowns, sidebar, etc.) with consistent
cursor-pointerstyling.
Internal
- Updated Hono framework from
4.12.12to4.12.14for security and stability improvements.