What's Changed
Fixes
- Fixed database schema suggestions and selector behavior in the chatbot, improving accuracy and responsiveness when choosing tables or columns.
- Resolved issues with suggested prompt streaming and session handoff in the chatbot, ensuring smooth transitions between user prompts and AI-generated suggestions.
- Removed unnecessary debug logging from chatbot components and related resources, reducing noise and improving runtime performance.
Improvements
- Added
performanceGuardto key chat API endpoints (/api/chat,/api/chat/sql-runner) and SQL tooling logic to prevent slow or resource-intensive queries from degrading responsiveness.
Dependencies
- Updated
next-intlfrom v4.9.0 to v4.9.1. - Updated Next.js from v16.2.2 to v16.2.3.