Commit Graph

5294 Commits

Author SHA1 Message Date
wangdan-fit2cloud 57ea4c5fde fix: fix i18n
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-10-10 18:30:25 +08:00
wxg0103 602ea9a971 feat: remove URI encoding for redirect URI in wecomQrCode component 2025-10-10 17:33:38 +08:00
wangdan-fit2cloud a3f7aabb69 fix: refine translation 2025-10-10 17:01:24 +08:00
wxg0103 db1581c836 feat: encode redirect URI in wecomQrCode component for improved URL handling 2025-10-10 16:56:18 +08:00
wangdan-fit2cloud 7f9ab8de4d fix: fix tool store search 2025-10-10 16:39:08 +08:00
CaptainB 12f76b19ed fix: validate JSON object in form submission 2025-10-10 15:22:58 +08:00
CaptainB b2999dc1bc chore: remove unnecessary check for empty storeTools in ToolStoreDialog 2025-10-10 15:19:54 +08:00
CaptainB 4f6ee88a1c chore: refactor ToolStoreDialog.vue to streamline onBeforeMount usage 2025-10-10 15:00:21 +08:00
shaohuzhang1 fb8d69eb48 fix: After selecting the knowledge base for the knowledge base retrieval node, copy the node, but the new node does not have the control for selecting the knowledge base (#4170) 2025-10-10 14:46:24 +08:00
zhangzhanwei e1584229e4 fix: Translate fixed name 2025-10-10 14:46:24 +08:00
shaohuzhang1 5cdc2382ca fix: In workflow applications, the display of custom icons for sub applications and tools in the box below the variable selection is incorrect (#4168) 2025-10-10 14:08:06 +08:00
shaohuzhang1 20e8b04689 fix: The name of the loop body is not fixed (#4167) 2025-10-10 13:31:51 +08:00
shaohuzhang1 bccf14bceb fix: The discriminator is empty and the judgment is incorrect (#4166)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-10 11:09:52 +08:00
wangdan-fit2cloud 5321b5d43e fix: update tool param name 2025-10-10 11:09:52 +08:00
CaptainB 679276bd17 chore: enhance re_findall function to handle None and empty string patterns 2025-10-10 10:37:12 +08:00
zhangzhanwei 0b72c5d4c2 fix: i18n
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-10-09 18:32:30 +08:00
wxg0103 e8a52c824a feat: implement authentication check in image processing model 2025-10-09 18:29:28 +08:00
wangdan-fit2cloud 9c1177759a fix: Optimize some styles 2025-10-09 17:28:06 +08:00
CaptainB 7dbd70fbfd chore: map tool description to desc in ToolStoreDialog 2025-10-09 17:21:08 +08:00
shaohuzhang1 483538a431
fix: Loop node, MCP node cannot be dragged and added (#4159) 2025-10-09 17:15:12 +08:00
CaptainB 8e8948cf87 chore: add description field to FieldFormDialog
--story=1019827 --user=刘瑞斌 工具- 使用参数同启用参数一样增加 提示信息字段,目前参数没有说明,不方便使用 https://www.tapd.cn/62980211/s/1782428
2025-10-09 17:08:51 +08:00
CaptainB 1b56707503 feat: add ToolStoreDescDrawer component and integrate with ToolListContainer
--story=1019826 --user=刘瑞斌 工具- 工具商店的工具,点击面板可以打开详情抽屉 https://www.tapd.cn/62980211/s/1782377
2025-10-09 16:52:31 +08:00
CaptainB 21045ea337 chore: update tool_params handling in index.vue
--bug=1062339 --user=刘瑞斌 【MCP】MCP节点,从“引用变量” 切换到 “自定义” 没有清空 “引用变量” 的值 https://www.tapd.cn/62980211/s/1782327
2025-10-09 16:52:31 +08:00
CaptainB c5f028be15 chore: update tool_params handling in index.vue
--bug=1062339 --user=刘瑞斌 【MCP】MCP节点,从“引用变量” 切换到 “自定义” 没有清空 “引用变量” 的值 https://www.tapd.cn/62980211/s/1782327
2025-10-09 16:13:41 +08:00
CaptainB 80629b9574 chore: enhance re_findall function to handle empty patterns and regex errors
--bug=1062401 --user=刘瑞斌 【知识库】知识库文档分段的时候,如果使用的分段标识是文档中不存在的符号,点击生成预览会报错,希望这个报错提示词可以优化一下,方便识别 https://www.tapd.cn/62980211/s/1782047
2025-10-09 13:23:10 +08:00
shaohuzhang1 d380a22384
fix: Multiple judgments in a workflow cannot be combined with one discriminator #4146 (#4151) 2025-10-09 11:51:58 +08:00
dependabot[bot] 634586fbe7 chore(deps): bump django in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [django](https://github.com/django/django).


Updates `django` from 5.2.6 to 5.2.7
- [Commits](https://github.com/django/django/compare/5.2.6...5.2.7)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.2.7
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-09 11:19:33 +08:00
CaptainB 6db96460cc chore: update default docker image tag to v2.3.0-dev 2025-10-09 11:17:16 +08:00
CaptainB 9f73eb0aa2 chore: enhance error handling in McpToolFormDrawer
--bug=1062456 --user=刘瑞斌 【工具】新建MCP,配置信息不合规,报错提示不对 https://www.tapd.cn/62980211/s/1781971
2025-10-09 11:15:55 +08:00
CaptainB 36636f2707 chore: improve loading state management in ToolFormDrawer
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
--bug=1062445 --user=刘瑞斌 【工具】创建工具完成后,在抽屉收起前可以再次点击创建,导致可重复创建工具 https://www.tapd.cn/62980211/s/1781953
2025-10-09 11:10:23 +08:00
zhangzhanwei 9406a2c1da fix: Rename 2025-10-09 11:04:20 +08:00
zhangzhanwei 797c0bb8d6 fix: No history while use openai chat
--bug=1061932 --user=张展玮 【系统API】调用 openai 接口对话,无法获取历史聊天记录信息 https://www.tapd.cn/62980211/s/1781929
2025-10-09 10:53:32 +08:00
zhangzhanwei f834569f91 feat: raise error
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-09-29 18:07:09 +08:00
zhangzhanwei f943cc52bb feat: Raise error when can not generate prompt 2025-09-29 18:06:58 +08:00
wangdan-fit2cloud 8f16358e20 fix: icon error 2025-09-29 17:58:53 +08:00
CaptainB 75531b671c fix: refine visibility condition for form item based on tool permissions 2025-09-29 17:30:20 +08:00
CaptainB f82fa8a6fa feat: add read permission checks for system management and sharing components
--bug=1062363 --user=刘瑞斌 【应用】简单应用进入编辑页面会弹工具无权限的提示 https://www.tapd.cn/62980211/s/1781286
2025-09-29 17:28:23 +08:00
wangdan-fit2cloud 219bc20f26 fix: tool store bugs 2025-09-29 17:06:26 +08:00
CaptainB 1dcca7fcc7 feat: add read permission checks for system management and sharing components
--bug=1062363 --user=刘瑞斌 【应用】简单应用进入编辑页面会弹工具无权限的提示 https://www.tapd.cn/62980211/s/1781286
2025-09-29 17:04:38 +08:00
wxg0103 124d0ae288 feat: add translations for "Captcha is required" in multiple languages 2025-09-29 15:39:19 +08:00
CaptainB 408e79ff12 refactor: rename categories to defaultCategories and initialize categories from it 2025-09-29 15:34:30 +08:00
wxg0103 d1fd625972 fix: correct indentation for resetValidation call in UserDrawer.vue 2025-09-29 15:14:00 +08:00
wangdan-fit2cloud c430e62475 fix: tool store style 2025-09-29 14:54:31 +08:00
CaptainB 54eb60d2c4 fix: handle all exceptions in fetch toolstore tools error logging 2025-09-29 14:51:55 +08:00
wxg0103 4991890739 style: format code for improved readability and consistency 2025-09-29 14:10:53 +08:00
zhangzhanwei 40609c6531 fix: Chat log add error
--bug=1062388 --user=张展玮 【应用】应用对话日志添加到知识库,无法选择非根目录下的知识库 https://www.tapd.cn/62980211/s/1780716
2025-09-29 14:06:17 +08:00
wangdan-fit2cloud 752f19007f fix: tool store style 2025-09-29 11:00:59 +08:00
wangdan-fit2cloud 0a85921159 fix: text error 2025-09-29 10:44:43 +08:00
zhangzhanwei c3c53c1998 fix: Chat log add to knowledge error
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-09-29 10:07:08 +08:00
wxg0103 d8ab952a87 feat: update login titles for improved clarity in user interface 2025-09-29 09:42:03 +08:00