Skip to content

0.7 release#352

Merged
Chenglong-MS merged 41 commits into
mainfrom
dev
May 28, 2026
Merged

0.7 release#352
Chenglong-MS merged 41 commits into
mainfrom
dev

Conversation

@Chenglong-MS
Copy link
Copy Markdown
Collaborator

0.7

Chenglong-MS and others added 30 commits May 13, 2026 18:54
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.
Comment thread src/lib/agents-chart/vegalite/templates/bar-table.ts Fixed
Comment thread src/lib/agents-chart/vegalite/templates/bar-table.ts Fixed
dependabot Bot and others added 7 commits May 28, 2026 03:18
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>
@Chenglong-MS Chenglong-MS requested a review from Mestway May 28, 2026 08:51
@Chenglong-MS Chenglong-MS merged commit 1e12969 into main May 28, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants