V4.10.11#241
Merged
rainerWJY merged 81 commits intospring-ai-alibaba:mainfrom Apr 1, 2026
Merged
Conversation
… for improved clarity and functionality. Added new properties to AssignedTools and SidebarStore, ensuring consistent tool data structure. Updated InputArea.vue to include additional file upload methods.
…te API service references in UI components to ToolApiService for improved functionality and consistency. Clean up unused agent configuration files and update localization strings for better user experience.
… with PromptTemplate for message creation. Clean up imports and remove unused classes related to prompt management. Delete obsolete prompt-related files and update localization strings in the UI for improved user experience.
spring-ai-alibaba#148) * feat: add code inspector plugin and integrate Ant Design icons in configuration Change-Id: I825ba635e1899ff9c9db8935801f3e7a45ce2be6 * refactor: update comments to English for better clarity and consistency Change-Id: Iee3a693a30a65f2bfeaa6d9f5a342ce675df7950 * chore: update pnpm-lock.yaml for dependency management Change-Id: Ic29f61aeaaaedfbe3d30d57284c5681467a87795 Co-developed-by: Cursor <noreply@cursor.com>
Made-with: Cursor
There was a problem hiding this comment.
Pull request overview
Bumps the project release version to 4.10.11 and updates a UI build asset to match expected bundled resources.
Changes:
- Updated Maven project version to 4.10.11 (
pom.xml). - Updated top-level
VERSIONfile to 4.10.11. - Added bundled Codicon font asset to the Vue UI build output (
ui-vue3/lynxe/assets/...ttf).
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
VERSION |
Updates the repository’s version marker to 4.10.11. |
pom.xml |
Updates Maven artifact version to 4.10.11. |
ui-vue3/lynxe/assets/codicon-Hscy-R9e.ttf |
Adds the Codicon font asset into the UI build assets directory. |
Comments suppressed due to low confidence (1)
VERSION:2
- VERSION currently has an extra blank second line (file ends with two lines). If any tooling parses this file expecting a single-line version string, it may misbehave (e.g.,
wc -l, strict parsers). Please keep VERSION to exactly one line with the version (and at most a single trailing newline).
4.10.11
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Adjusted the CLA workflow to use the raw URL for the CLA document to prevent 404 errors during retrieval. - Updated the handling of the PERSONAL_ACCESS_TOKEN to default to GITHUB_TOKEN when CLA_REPO_ACCESS_TOKEN is not set, enhancing compatibility with different repository setups.
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.
Describe what this PR does / why we need it
Does this pull request fix one issue?
Describe how you did it
Describe how to verify it
Special notes for reviews