返回发布说明
v0.7.12同步自 GitHub release-notes

Release v0.7.12

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 s

在 GitHub 查看源文件

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-pointer styling.

Internal

  • Updated Hono framework from 4.12.12 to 4.12.14 for security and stability improvements.