Commit Graph

3012 Commits

Author SHA1 Message Date
wangdan-fit2cloud 82cd95434b fix: Knowledge base and tool root directory transfer issue
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-17 14:52:22 +08:00
wangdan-fit2cloud c3c5f64d9d perf: Execution details loop node issue 2025-12-17 14:52:21 +08:00
shaohuzhang1 55319c7a89 fix: In the workflow knowledge base, the specified reply node failed to parse the global variable input #4524 (#4528) 2025-12-17 14:52:09 +08:00
wangdan-fit2cloud ce0e845e6e fix: Document page turn record cache and adjust the execution details to display the text 2025-12-17 14:51:06 +08:00
shaohuzhang1 dba257049e fix: Code editor malfunction (#4523) 2025-12-17 14:51:00 +08:00
wangdan-fit2cloud 5a546cb525 perf: Optimize some styles 2025-12-17 14:50:42 +08:00
shaohuzhang1 3b4c133207 fix: The user input parameter was set to non mandatory, but after re entering the canvas editing, it became a mandatory parameter (#4521) 2025-12-17 14:49:58 +08:00
CaptainB db13df5fd8 feat: add submit event handler to ModelSelect in BaseForm.vue
--bug=1064513 --user=刘瑞斌 【知识库】在创建知识库界面新建向量模型,新建的向量模型没有及时显示在向量模型列表中 https://www.tapd.cn/62980211/s/1812076
2025-12-17 12:59:36 +08:00
wxg0103 c8072d1002 fix: refactor wecomQrCode component to use dynamic iframe creation and improve cleanup logic 2025-12-17 10:00:50 +08:00
wangdan-fit2cloud 4ef20a9b46 fix: Component sequence adjustment
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-12-12 16:10:14 +08:00
wangdan-fit2cloud 1e8459c0c7 fix: Execution details image understanding image display 2025-12-11 16:07:53 +08:00
shaohuzhang1 c13219e72b fix: Manually adding file types to the workflow knowledge base cannot upload files after adding them in lowercase letters (#4498) 2025-12-11 15:46:19 +08:00
wangdan-fit2cloud f5cef9b1f0 fix: Fix operate log table style 2025-12-11 14:20:48 +08:00
shaohuzhang1 2379654bb7 fix: Compatibility issues with zooming in and out of AI dialog box images (#4495) 2025-12-11 14:12:02 +08:00
wangdan-fit2cloud b373986835 fix: Dynamic form card style bug 2025-12-11 13:01:02 +08:00
shaohuzhang1 86bd0f742a fix: Code editor input error 2025-12-11 13:01:02 +08:00
wangdan-fit2cloud 44b1387635 style: switch style
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-10 17:17:11 +08:00
shaohuzhang1 cb977a71ec
fix: When voice playback is turned on, if the answer contains a link, there will be the following abnormal message (#4488) 2025-12-10 16:54:36 +08:00
shaohuzhang1 11a894f871
fix: The local file node of the knowledge base workflow supports MD format (#4487) 2025-12-10 16:28:43 +08:00
wangdan-fit2cloud 5a8b9105ea fix: Style optimization 2025-12-10 16:22:04 +08:00
wangdan-fit2cloud 909bb42090 fix: pdf 2025-12-10 15:37:37 +08:00
wxg0103 31d4d2c24a fix: remove unused test button from Saml2.vue 2025-12-10 14:21:03 +08:00
shaohuzhang1 9d23b6297d
fix: Modify the parameter name and display name of the loop variable in the loop node, but the variable name is not updated in the nodes outside the loop (#4485) 2025-12-10 13:55:32 +08:00
wangdan-fit2cloud 509532c560 fix: Fix icon size 2025-12-10 11:38:07 +08:00
wangdan-fit2cloud 64eeb433c3 fix: Optimize the chart 2025-12-10 11:09:40 +08:00
wxg0103 38eb915d3b fix: standardize spacing in various labels and messages across multiple files 2025-12-10 10:21:52 +08:00
zhangzhanwei 237527ea41 fix: Locales 2025-12-10 10:10:27 +08:00
CaptainB 98c30463ff feat: update folder retrieval to use source_id instead of id for consistency 2025-12-10 10:10:04 +08:00
wxg0103 dab5504ea1 fix: standardize spacing in web knowledge labels and descriptions 2025-12-10 09:40:36 +08:00
CaptainB a23f34b224 feat: update folder retrieval to include id and refactor folder path handling
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-09 21:31:28 +08:00
shaohuzhang1 7b9fae5d24
fix: Set up a complete knowledge base workflow in the loop body, debug prompts that the knowledge base write node cannot be used as the end node (#4476) 2025-12-09 20:24:06 +08:00
wangdan-fit2cloud cc3607936e perf: Fix some style bugs 2025-12-09 19:09:45 +08:00
shaohuzhang1 ff3ecb36d4
fix: Knowledge Base Workflow - The icon of the data source tool node in the variable selection drop-down box does not correspond to it (#4475) 2025-12-09 18:17:41 +08:00
CaptainB 98121add0b feat: update apiType logic to include shared route handling in tool list request 2025-12-09 17:59:56 +08:00
wangdan-fit2cloud d4d88ac2be fix: optimize style 2025-12-09 17:34:10 +08:00
zhangzhanwei 720cfc7f1e feat: Support photo size change 2025-12-09 17:14:27 +08:00
shaohuzhang1 32e5b3273f
fix: The loop nodes in the canvas are prohibited from being copied into the loop body, and the continue and break nodes inside the loop body are also prohibited from being copied into the loop body (#4470) 2025-12-09 15:10:48 +08:00
CaptainB e97ded9dc7 feat: update apiType logic to handle shared route and adjust systemType in tool list request
--bug=1064304 --user=刘瑞斌 【共享资源】共享的工作流知识库编排中,可以使用工作空间下的工具 https://www.tapd.cn/62980211/s/1808141

--bug=1064306 --user=刘瑞斌 【共享资源】共享的工作流知识库中,无法使用没有授权到工作空间的共享工具 https://www.tapd.cn/62980211/s/1808143
2025-12-09 14:43:25 +08:00
wangdan-fit2cloud 752a4d95c3 fix: tool tag display 2025-12-09 12:35:47 +08:00
wangdan-fit2cloud 735d3d0121 feat: Document page with execution records 2025-12-09 11:36:33 +08:00
CaptainB 6d24d66b9d feat: simplify tool type display logic in resource index
--bug=1064279 --user=刘瑞斌 【资源管理】工具列表缺少来源字段 https://www.tapd.cn/62980211/s/1807766
2025-12-09 10:10:09 +08:00
wangdan-fit2cloud d33dd458cf fix: fix bug
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-12-08 19:28:29 +08:00
shaohuzhang1 29e5f3c382
fix: After one click beautification in the loop body, the workflow of the loop body becomes smaller and smaller. (#4464) 2025-12-08 17:51:16 +08:00
wangdan-fit2cloud 489c7b6b6d fix: Tool store add label 2025-12-08 17:45:26 +08:00
CaptainB 63a624d0f5 feat: add workflow knowledge type to knowledge resource index
--bug=1064202 --user=刘瑞斌 【资源管理】知识库列表的类型应该增加工作流知识库 https://www.tapd.cn/62980211/s/1807481
2025-12-08 17:30:39 +08:00
CaptainB cb3acda519 fix: update condition for displaying tool store title based on template_id 2025-12-08 17:23:33 +08:00
shaohuzhang1 1a303ff4e7
fix: The local file node of the knowledge base workflow has not been verified (#4462) 2025-12-08 17:20:58 +08:00
CaptainB d8d6bcf013 feat: add source filtering to tool resource search functionality 2025-12-08 17:16:40 +08:00
shaohuzhang1 f665b5f500
fix: In the execution details, the display order of the child nodes of the loop body is incorrect (#4461) 2025-12-08 16:58:42 +08:00
CaptainB b85db36464 fix: correct folder_id assignment in systemManage props
--bug=1064207 --user=刘瑞斌 【资源管理】知识库文档分段迁移界面报错,无法获取目标知识库和文档 https://www.tapd.cn/62980211/s/1807411
2025-12-08 16:46:03 +08:00