You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.