Commit Graph

5061 Commits

Author SHA1 Message Date
shaohuzhang1 d94871b9c3
fix: Model parameter save permission error (#3989)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-09-03 16:27:28 +08:00
shaohuzhang1 410101ea94
fix: Workflow publishing name time error (#3988) 2025-09-03 15:08:22 +08:00
CaptainB d5d962c53d chore: enhance tool query to include user nickname
--bug=1061299 --user=刘瑞斌 【工具】编辑工具后,工具的创建者不显示了,刷新可恢复正常 https://www.tapd.cn/62980211/s/1766692
2025-09-03 15:07:14 +08:00
CaptainB fcd6b53bfc chore: add check for inactive tools in base_mcp_node.py 2025-09-03 14:35:40 +08:00
CaptainB d21518e7b7 fix: validate mcp_tool_id when mcp_source is referencing
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-09-03 12:50:06 +08:00
CaptainB 22f70dd488 fix: add conditional rendering for mcp_tool_id and update mcp_source assignment logic 2025-09-03 10:56:31 +08:00
shaohuzhang1 26945a54bf
fix: Delete folder, if there are unauthorized resources in the file for the current user, prompt message needs to be optimized (#3986)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-09-02 17:47:33 +08:00
shaohuzhang1 5332c264b0
fix: When adding interface parameters during application editing, go directly to the conversation after publishing. The URL of the conversation interface does not include interface parameters (#3985) 2025-09-02 17:38:55 +08:00
zhangzhanwei 1ec918632f fix: Problem create permission 2025-09-02 17:33:50 +08:00
shaohuzhang1 c0fcc21c86
fix: Create application orchestration, select the knowledge base Q&A assistant template, and when publishing, the knowledge base retrieval node prompts to set parameters (#3983) 2025-09-02 17:30:31 +08:00
wangdan-fit2cloud 6e233c54bc fix: upload style optimize 2025-09-02 17:11:04 +08:00
CaptainB 1ad5eec380 fix: update chat update_time to use timezone.now for consistency 2025-09-02 15:52:04 +08:00
CaptainB 0b6b45928d fix: ensure only active tools are processed in base_chat_node.py
--bug=1061252 --user=刘瑞斌 【工具】MCP被禁用后,依然可以在应用中调用 https://www.tapd.cn/62980211/s/1765960
2025-09-02 15:52:04 +08:00
zhangzhanwei a8e8a0580f fix: Chat log add knowledge 2025-09-02 15:04:04 +08:00
CaptainB 59efb68bb5 feat: add model caching to get_dynamics_model function in search.py 2025-09-02 14:20:41 +08:00
shaohuzhang1 2f12c61337
fix: The form failed to parse when there are labels in the internal data (#3980) 2025-09-02 14:12:46 +08:00
wangdan-fit2cloud 4ade65ee00 fix: style optimize
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-09-02 12:15:25 +08:00
shaohuzhang1 c4c0ba0b38
fix: The execution details of the form file upload cannot be displayed back (#3978) 2025-09-02 11:18:20 +08:00
shaohuzhang1 f6e9bf6483
fix: Single line multi select cards (#3977)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-09-01 19:04:45 +08:00
wxg0103 d9ad9aabf2 chore: update file hashes for community and fix formatting in permission_constants.py 2025-09-01 17:35:08 +08:00
shaohuzhang1 67bb0a0abd
feat: Support single line multi select cards (#3976) 2025-09-01 16:56:32 +08:00
CaptainB b1dcdcbf97 chore: set default mcp_source to 'custom' if None
--bug=1061187 --user=刘瑞斌 【迁移】应用AI对话节点使用了MCP,迁移后对话时,不会调用MCP工具 https://www.tapd.cn/62980211/s/1765228
2025-09-01 15:54:41 +08:00
shaohuzhang1 9970d21a8e
fix: Not displaying execution details and returning too much data (#3974) 2025-09-01 15:47:15 +08:00
wangdan-fit2cloud cbee152262 fix: Fix history display errors 2025-09-01 15:28:02 +08:00
wangdan-fit2cloud bc26024bcc perf: style
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-08-29 17:56:05 +08:00
CaptainB fe35ba3cdc fix: update MCP tool icon rendering in index.vue 2025-08-29 17:12:02 +08:00
wangdan-fit2cloud a244361ad9 fix: icon issue 2025-08-29 17:03:29 +08:00
CaptainB 545693f19f fix: update getToolList function signature and correct filter query in shared_tool.py 2025-08-29 16:11:56 +08:00
zhangzhanwei 53e67caaff fix: Chat_log_permission 2025-08-29 15:41:08 +08:00
zhangzhanwei 6b17b450d4 fix: Chat log add to knowledge permission
--bug=1060944 --user=张展玮 【权限】用户只有知识库的查看权限,但可以将对话日志中的信息添加到知识库作为分段,并可删除 https://www.tapd.cn/62980211/s/1763639
2025-08-29 15:29:06 +08:00
CaptainB 82701e7513 fix: include default values in parameter initialization
--bug=1060961 --user=刘瑞斌 【工具优化】在“启动参数”设置中保存默认值后,应用内调用时可直接使用预设的默认参数,无需在工具中每次单独设置,简化操作流程。 https://www.tapd.cn/62980211/s/1764217
2025-08-29 14:51:36 +08:00
wangdan-fit2cloud 7ee33b82dc fix: Optimize the refresh issue of conversation history‌。 2025-08-29 13:49:34 +08:00
shaohuzhang1 617937fe58
fix: typos (#3965) 2025-08-29 12:00:30 +08:00
shaohuzhang1 f6aaac4e00
perf: Parsing Tokens (#3964) 2025-08-29 11:54:16 +08:00
CaptainB 75c461f385 chore: replace datetime.now() with timezone.now() for consistent time handling 2025-08-29 10:16:53 +08:00
CaptainB 669764492c fix: make datetime aware in get_start_time and get_end_time methods 2025-08-28 18:11:25 +08:00
wangdan-fit2cloud 24b36bf90f fix: Fix form node drag-and-drop issues and some style errors 2025-08-28 17:10:50 +08:00
shaohuzhang1 d53b4dcd00
fix: Return the link to the connection pool after the node execution is completed (#3957) 2025-08-28 16:08:05 +08:00
zhangzhanwei 91a58ce990 fix: Dropitem permission 2025-08-28 14:36:21 +08:00
shaohuzhang1 e23d413f97
fix: The validation prompt for the JSON input box is incorrect (#3954) 2025-08-28 11:29:35 +08:00
shaohuzhang1 269c12b737
fix: Default value for form node reference parameter checkbox (#3953) 2025-08-28 11:22:56 +08:00
zhangzhanwei 4786970689 feat: Support iFLYTEK large model for Chinese-English speech recognition 2025-08-28 10:57:52 +08:00
CaptainB f9f96fd2cd chore: add allow_download flag to document metadata 2025-08-28 10:12:15 +08:00
shaohuzhang1 796001a4ae
fix: Canvas icon cannot be dragged or dropped (#3951) 2025-08-27 19:10:24 +08:00
wangdan-fit2cloud 27f0250aaf fix: Fix translation gaps 2025-08-27 19:07:41 +08:00
shaohuzhang1 ce8f907932
fix: When the label of the form tab is empty, the content is not supported (#3950) 2025-08-27 19:06:15 +08:00
shaohuzhang1 f12ba4eeeb
fix: Please remove the default prompt words after uploading files for the dialogue interface and debugging interface (#3949) 2025-08-27 18:34:58 +08:00
wxg0103 a0bca36341 fix: improve code formatting and consistency in index.vue 2025-08-27 18:00:24 +08:00
wxg0103 211ddccc2f fix: update password edit permission logic for local users 2025-08-27 17:59:57 +08:00
wangdan-fit2cloud 420b36fbdb fix: Fix some styling issues 2025-08-27 17:37:11 +08:00