Commit Graph

2075 Commits

Author SHA1 Message Date
CaptainB e8060aef5c fix: change mcp_tool_id field type from UUID to CharField 2025-09-22 15:41:31 +08:00
CaptainB a80ebd4e94 feat: add configuration for maximum number of uploaded files
--bug=1061639 --user=刘瑞斌 【知识库】知识库的最多上传文件数设置不生效 https://www.tapd.cn/62980211/s/1771564
2025-09-22 15:38:08 +08:00
shaohuzhang1 fd119604d1 fix: Workflow start time and time zone error (#4011)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-09-10 10:51:52 +08:00
zhangzhanwei 966d1c3dce fix: Information regarding role permissions management has not been internationalised.
--bug=1061417 --user=张展玮 【国际化BUG】2.10版本,角色权限管理的信息没有国际化 https://www.tapd.cn/62980211/s/1768834
2025-09-10 10:29:40 +08:00
CaptainB b6e6815f25 chore: update regex pattern and file path in common.py
--bug=1061351 --user=刘瑞斌 【知识库】知识库导出zip没有图片 https://www.tapd.cn/62980211/s/1768275
2025-09-06 13:32:32 +08:00
CaptainB 7f96e607b4 chore: update export_zip to include knowledge name in filename
--bug=1061385 --user=刘瑞斌 【知识库】导出的知识库名字都为archive https://www.tapd.cn/62980211/s/1768251
2025-09-06 13:32:32 +08:00
CaptainB 56e11d9539 chore: add mcp_tool_id parameter to i_chat_node.py 2025-09-06 13:32:32 +08:00
CaptainB 1815c1fa69 chore: add mcp_tool_ids parameter to support multiple MCP Tool IDs 2025-09-06 13:32:32 +08:00
CaptainB 452188e7bb fix: correct JSON serialization in exec_code method 2025-09-06 13:32:31 +08:00
CaptainB dc2b83b8a3 chore: replace pickle with json for data serialization in tool_code.py 2025-09-06 13:32:31 +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
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
zhangzhanwei 1ec918632f fix: Problem create permission 2025-09-02 17:33:50 +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
CaptainB 59efb68bb5 feat: add model caching to get_dynamics_model function in search.py 2025-09-02 14:20:41 +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
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
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
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
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
wxg0103 211ddccc2f fix: update password edit permission logic for local users 2025-08-27 17:59:57 +08:00
CaptainB a19bd1eef1 chore: add allow_download field to existing Document records
--bug=1060848 --user=刘瑞斌 【知识库】文档设置[允许知识库来源中下载 ]应该默认开启 https://www.tapd.cn/62980211/s/1762365
2025-08-27 15:36:54 +08:00
CaptainB 4063fef48a chore: add allow_download field to existing Document records
--bug=1060848 --user=刘瑞斌 【知识库】文档设置[允许知识库来源中下载 ]应该默认开启 https://www.tapd.cn/62980211/s/1762365
2025-08-27 15:27:19 +08:00
wxg0103 b5cd3f9b31 feat: add reset_meta function and update meta handling in Document model 2025-08-27 15:26:22 +08:00
shaohuzhang1 d0266de89f
fix: PDF export cross-domain (#3945) 2025-08-27 14:23:58 +08:00
zhangzhanwei 675e90d3db fix: Chat log search 2025-08-27 11:48:03 +08:00
wxg0103 93e5c9db38 feat: enhance model provider with additional LLM and embedding models 2025-08-27 11:14:05 +08:00
shaohuzhang1 a05573bcdc
feat: Form collection single line tab supports variables (#3942)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-08-26 20:01:39 +08:00
zhangzhanwei d69a753491 feat: Permission constants 2025-08-26 18:35:13 +08:00
zhangzhanwei aed2803133 feat: Locales 2025-08-26 17:35:39 +08:00
zhangzhanwei c082dae066 fix: Query by permission in system resource management
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1060785 --user=张展玮 【资源授权】-通过权限查询资源无效 https://www.tapd.cn/62980211/s/1761243
2025-08-26 13:59:29 +08:00
wxg0103 8cdb085734 feat: add support for v2 API version in embedding models and update validation logic 2025-08-26 13:20:31 +08:00
zhangzhanwei 20cf018c81 fix: Models rerank stt 2025-08-26 11:58:51 +08:00
zhangzhanwei e28c858351 fix: Application menu displays conversation users and conversation logs
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1060818 --user=张展玮 【应用】应用只授权用户查看权限,详情页,没有展示对话用户、对话日志菜单 https://www.tapd.cn/62980211/s/1760973
2025-08-25 18:30:05 +08:00
shaohuzhang1 5dafe6f7fe
fix: Unable to retrieve session variables after form collection node (#3926) 2025-08-25 14:58:25 +08:00
shaohuzhang1 679453372e
feat: Whether the document support settings of the General Knowledge Base and Feishu Knowledge Base allow downloading (#3924) 2025-08-25 14:50:33 +08:00
zhangzhanwei 64e9a29a60 feat: Search application chat log by user 2025-08-25 14:42:45 +08:00
wxg0103 fbfeb67db6 chore: update file hashes for community and xpack
fix: correct parameter name in KimiChatModel instantiation
2025-08-25 10:51:37 +08:00
zhangzhanwei 6e53d2ab0e feat: Tool type in resource authorization 2025-08-22 16:36:35 +08:00