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

Release v0.7.10

What's Changed Authentication - Removed guest login functionality and introduced a new demo sign-in flow, allowing users to quickly explore the application without creating an acco

在 GitHub 查看源文件

What's Changed

Authentication

  • Removed guest login functionality and introduced a new demo sign-in flow, allowing users to quickly explore the application without creating an account.

SQL Console UX Improvements

  • Enhanced the Copilot experience in the SQL console with refined SQL mode behavior, smarter tab management, and improved editor responsiveness.
  • Updated the result table component for better readability, interaction, and accessibility.
  • Refined Monaco editor integration for smoother SQL editing, including syntax-aware suggestions and error highlighting.

Chat Interface

  • Improved chat message styling for better visual hierarchy and consistency across conversation threads.
  • Fixed session handling and message rendering logic to ensure reliable display of AI-generated SQL and natural language responses.

Internal

  • Consolidated and cleaned up shared SQL console and chatbot logic across components, improving maintainability and reducing duplication.