-
Notifications
You must be signed in to change notification settings - Fork 725
Bugfix: 修复conversation无法删除的问题,设置修改conversation title的样式 #3785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
82 commits
Select commit
Hold shift + click to select a range
357b0d1
refactor new agents
xuyaqist e08d0c5
update atuo-save
xuyaqist fe8455e
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 2837e25
Merge remote-tracking branch 'remote/develop' into xyq/feat_newagents
xuyaqist 1553cf4
update
xuyaqist 67699fa
update
xuyaqist 3d5e59f
📝 Docs: Add NL2Agent capability design handoff
RedShakespeare 96a1965
📝 Docs: Refine NL2Agent development and merge plan
RedShakespeare b3333c3
📝 Docs: Detail NL2Agent phase one implementation
RedShakespeare d31dc6f
✨ Feature: Add NL2Agent draft workflow
RedShakespeare 9d954e4
✅ Test: Cover NL2Agent draft lifecycle
RedShakespeare e5f23f2
🐛 Bugfix: Refine NL2Agent clarification flow
RedShakespeare 3b38ab7
📝 Docs: Detail NL2Agent phase two contracts
RedShakespeare b759c10
✨ Feature: Add NL2Agent installed resource binding
RedShakespeare 03d6e36
✅ Test: Cover NL2Agent resource binding lifecycle
RedShakespeare 277407a
🐛 Bugfix: Refresh Agent resources after binding
RedShakespeare 4d688dd
🚚 migrate NL2Agent workflow to newagents
RedShakespeare c28182d
🐛 Bugfix: Synchronize Agent resource bindings
RedShakespeare 80edb3b
✨ Feature: Complete NL2Agent prompt confirmation flow
RedShakespeare 1455fbb
🐛 Bugfix: Enforce NL2Agent interactive card boundaries
RedShakespeare f49bea2
♻️ Refactor: Configure NL2Agent from existing drafts
RedShakespeare 87a85fe
🐛 Bugfix: Prevent NL2Agent false completion answers
RedShakespeare d98cbc0
🐛 Bugfix: Preserve NL2Agent system prompt context
RedShakespeare ce65af1
🐛 Bugfix: Refresh NL2Agent form after draft saves
RedShakespeare 6c3c854
🐛 Bugfix: Prevent NL2Agent few-shot generation truncation
RedShakespeare e929afb
🐛 Bugfix: Enforce atomic NL2Agent prompt generation
RedShakespeare f2417fe
♻️ Refactor: Replace NL2Agent final confirmation with summary
RedShakespeare 8837ada
✨ Feature: Focus updated NL2Agent config sections
RedShakespeare 6e370d4
解决冲突
xuyaqist 0757929
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 4033e59
update
xuyaqist 1162a6e
删除newagents
xuyaqist 64119c2
fix 前端build问题
xuyaqist 1095d54
fix agent version publish ut
xuyaqist 543291b
♻️ Refactor: Isolate NL2Agent MCP service
RedShakespeare d110f2c
fix ut
xuyaqist 745ddbc
fix(benchmark): retain agent example config
xuyaqist 7d4e4c6
过滤is_user_selectable为false的tool
xuyaqist e29a5f9
♻️ Refactor: Use automatic NL2A tool prefixes
RedShakespeare 4293a11
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 146ba70
Merge remote-tracking branch 'remote/xyq/feat_newagents' into xyq/fea…
xuyaqist a9c7a49
✅ Test: Align skill instance error handling mocks
RedShakespeare 08bf57f
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 8fbb68f
1. 修复conversation stop时没有调用接口
xuyaqist 754f148
🐛 Bugfix: Restore skill file upload helper import
RedShakespeare 1b83251
add ut
xuyaqist cd8369d
fix ut
xuyaqist c03d7d0
🐛 Bugfix: Bypass proxies for local MCP connections
RedShakespeare c6e558c
🐛 Bugfix: Defer NL2Agent scheduled task setup
RedShakespeare 308f119
✨ Feature: Add NL2Agent conversational revisions
RedShakespeare e04c61a
Merge remote/develop into xyq/feat_newagents
xuyaqist 3c51cd4
1. 统一Agent配置页面的校验逻辑
xuyaqist 6a75041
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 52f7860
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 0266e2a
fix form input
xuyaqist d64d576
Merge branch 'develop' into xyq/feat_newagents
xuyaqist e3bbf55
恢复文件修改
xuyaqist 8aef6be
恢复文件修改
xuyaqist 9e268aa
fix ut
xuyaqist 322efde
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 0895007
1. 添加tour引导用户使用nl2agent功能
xuyaqist e1826a0
优化agent info接口的缓存机制,默认设置不缓存,确保数据的新鲜
xuyaqist f98dcb6
修复无法修改是否发布为A2A Agent的问题
xuyaqist 585646a
支持当用户导入智能体后,自动跳转到这个导入的智能体
xuyaqist c8d31fc
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 1bd9d78
fix ut
xuyaqist 1d9f654
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 296767c
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 096c931
在问答的composer中,仅上传文件无法发送消息,只有包含文本时才能正常发送消息
xuyaqist 87a55cd
支持chat页面断点重传
xuyaqist 3c9160e
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 242a54e
提示用户默认编辑的是草稿态
xuyaqist 59433b1
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 937777b
set aidp_serach_tool user_selectable
xuyaqist 8c75e85
Merge branch 'develop' into xyq/feat_newagents
xuyaqist a9efb17
Merge branch 'develop' into xyq/feat_newagents
xuyaqist 0469216
Merge branch 'develop' into xyq/feat_newagents
xuyaqist b969eb7
设置sql 支持幂等执行
xuyaqist 66cc203
设置“智能生成”和“调试” panel在关闭时仅隐藏,而非销毁
xuyaqist 4075944
修复频繁调用check_name接口
xuyaqist 361dcff
优化对话时的图片渲染
xuyaqist 5d9c733
支持删除conversation,设置修改conversation title的样式
xuyaqist File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.