Merged
Conversation
…ement, and reliability This update consolidates the main 0.7 work after 48a2b11, covering data ingestion, table management, agent robustness, frontend UX, internationalization, server-side model management, and broader automated test coverage. It improves file parsing and encoding support, adds safer filename and metadata handling, strengthens derive/refine error recovery and diagnostics, upgrades visualization and upload interactions, introduces Chinese/English language support across the app, and enables globally managed server-side model configuration with better security boundaries. In addition, this range significantly expands both frontend and backend tests to protect key workflows such as Excel parsing, Unicode table names, multimodal fallback behavior, JSON serialization, global model APIs, and rendering safety. Overall, the changes move 0.7 from a set of isolated feature additions into a more complete, stable, and deployment-ready release
### Detailed Changes 1. Internationalization Enhancements - Added multilingual prompt message "Maximum exploration steps reached" for exploration feature - Changed data agent's recommended sub-agent language instruction from full mode to concise mode - Added 13 new language supports including Japanese, Korean, French, German, etc. - Supplemented special rules for Japanese - Fixed language issue when user clarification is needed - Fixed status display issue in SimpleChartRecBox when maximum steps are reached 2. Performance Optimization - Avoid unnecessary chart insight requests when the auto chart insights configuration is turned off 3. Bug Fixes - Fixed issue where charts sometimes require browser refresh to be visible when generating reports - Added capturedImages cache to resolve React 18 batch rendering issues - During report generation, temporarily store captured chart images in the capturedImages object, and update them to Redux state in a batch at the end, ensuring React 18 can process these updates properly
chore: migrate to yarn and enhance security error handling
build: update i18next dependency to pinned version 25.8.19 Update i18next from ^25.8.13 to pinned version 25.8.19 to ensure dependency consistency
fix(agent_routes): change model test error log level from warning to …
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.