Skip to content

Release/v2.2.1#3270

Merged
WMC001 merged 7 commits into
developfrom
release/v2.2.1
Jun 18, 2026
Merged

Release/v2.2.1#3270
WMC001 merged 7 commits into
developfrom
release/v2.2.1

Conversation

@YehongPan

Copy link
Copy Markdown
Contributor

No description provided.

xuyaqist and others added 7 commits June 16, 2026 20:34
…elf-verification" field (#3246)

* Move non-shadcn ui component to other folder

* Bugfix: Fix incomplete display of tenant resources page after window resize

* Bugfix: Fix incomplete display of tenant resources page after window resize

* Bugfix: Fix inability to select agent from agent space to edit

* Bugfix: Display correct version info when viewing agent details

* Bugfix: Adjust agent detail UI layout to accommodate newly added "self-verification" field
* 补充sql

* 扩大limit限制
…ubernetes container. (#3254)

[Specification Details]
1. Modify the pod naming logic to convert all non-compliant characters to -.
2. Modify test cases.
…fter importing an agent. (#3258)

[Specification Details]
1. The frontend does not pass `agent_id` when calling the `regenerate_name` API.
The default setting for client-side self-validation is "False".
@WMC001 WMC001 merged commit 20af495 into develop Jun 18, 2026
30 of 32 checks passed
@WMC001 WMC001 mentioned this pull request Jun 18, 2026
WMC001 added a commit that referenced this pull request Jun 18, 2026

conversation_req = MessageRequest(conversation_id=request.conversation_id, message_idx=user_role_count * 2 + 1,
role=MESSAGE_ROLE["ASSISTANT"], message=message_list, minio_files=request.minio_files)
role=MESSAGE_ROLE["ASSISTANT"], message=message_list, minio_files=None)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minio_files=request.minio_files 改为 minio_files=None 会丢弃助手消息中的文件附件信息。用户通过对话上传的 MinIO 文件将不会被保存到消息记录中,后续查看历史消息时无法看到这些文件。如果这是预期行为,请添加注释说明原因。

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.

6 participants