0.7 release#352
Merged
Merged
Conversation
1. Update test assertions to match the newly added default parameter user: alice 2. Adjust the maximum search depth for experiences-type knowledge from 1 to 2, supporting first-level subdirectories
…V4 and other reasoning models Add agent_utils utility functions to handle reasoning_content field, passing back reasoning content in multi-turn conversations; integrate this processing logic into all tool-loop agents; add streaming reasoning content accumulation utilities and use them in the data loading agent; add comprehensive unit test coverage.
…checks 1. Remove the supports_vision field from ModelConfig and related validation logic 2. All Agents now uniformly use the LLM calling methods encapsulated by Client, with the reasoning_effort parameter added 3. Remove model capability pre-checks from both frontend and backend, replaced with automatic runtime degradation 4. Add development guide documentation for model capability runtime degradation 5. Clean up redundant test code and deprecated imports
…d i18n and unit tests 1. Backend session export/import endpoints add workspace_id parameter, no longer relying on active workspace header 2. Frontend workspace list adds i18n support for export, rename, and delete features 3. Improve time formatting logic, use i18n strings instead of hardcoded values 4. Add backend unit tests for session export/import 5. Optimize user prompt copy for import/export workflow
update the get_language_instruction call for ChartRestyleAgent to use compact mode, and update the i18n injection mode docs to reflect this change
…me-to-records conversion Added the df_to_safe_records utility function to uniformly handle DataFrame-to-JSON-safe records conversion, replacing all scenarios that directly use df.to_json or df.to_dict, ensuring datetime types are serialized as ISO-8601 format strings. Also adjusted the cell formatting logic order in frontend ViewUtils to optimize the type checking flow.
1. Add Vega time localization configuration for Chinese locale 2. Optimize midnight time detection logic in refineTemporalType function 3. Add logic to synchronize Vega localization when global language changes
1. Add synchronization of active workspace display name when renaming workspace 2. Add metaDisplayName parameter to open workspace callback to support custom display name 3. Pass correct display_name parameter when opening new session after workspace list click and session deletion 4. Unify display name handling logic when opening workspaces
Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.11...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump idna from 3.11 to 3.15
fix: 2 agent bugs and improve test coverage
- Added handling for IdP errors in the OIDC callback, including logging and session management. - Updated frontend to redirect users with error messages. - Enhanced internationalization with new error messages for access denial. - Added tests to verify behavior for access denied and other IdP errors, ensuring proper session state management.
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.5 to 0.2.7. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.5...v0.2.7) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump tmp from 0.2.5 to 0.2.7
Mestway
approved these changes
May 28, 2026
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.
0.7