What's Changed
Features
- Added SQL generation capability to the SQL Console: users can now ask natural language questions and get corresponding SQL queries generated and inserted directly into the editor.
- Enhanced the AI assistant in the SQL Console with improved inline asking, better context awareness, and support for multi-language localization (English, Spanish, Japanese).
Fixes
- Fixed a TypeScript type error in
next.config.tsthat was preventing proper Next.js configuration loading.
Improvements
- Updated documentation in
README.mdwith clarifications and current usage guidance.
Maintenance
- Upgraded dependencies:
@xmldom/xmldomfrom0.8.12to0.8.13uuidfrom13.0.0to14.0.0(breaking change; ensures compatibility with modern ESM environments)