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-sqlquick 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
postcssfrom8.5.8to8.5.10to 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.