Back to release notes
v0.8.1

Release v0.8.1

What's Changed Improvements - Chatbot internationalization: Updated translations for English, Spanish, Japanese, and Chinese locales to improve multilingual support across chatbot

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.