Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 27 Apr 17:06
· 672 commits to main since this release

What's Changed

Improvements

  • Chatbot internationalization: Updated translations for English, Spanish, Japanese, and Chinese locales to improve multilingual support across chatbot UI components and interactions.

Fixes

  • SQL generation reliability: Refactored the generate-sql quick action into a dedicated server-side action, improving consistency, testability, and error handling when users request SQL from natural language prompts.

Internal

  • Dependency update: Upgraded postcss from 8.5.8 to 8.5.10 to incorporate upstream bug fixes and security patches.
  • Code organization: Migrated SQL generation logic from inline hooks into the centralized copilot actions framework, aligning with the modular action architecture.