shaohuzhang1
|
b39ecf691b
|
feat: Separate dialogue authentication processor and system authentication processor (#4552)
|
2025-12-23 18:50:48 +08:00 |
|
CaptainB
|
283b6a9e33
|
chore: remove MCP token validation from chat endpoints
|
2025-12-23 18:31:54 +08:00 |
|
CaptainB
|
10957d827f
|
chore: refactor MCP configuration retrieval and add MCP view
|
2025-12-23 18:30:35 +08:00 |
|
CaptainB
|
c506a23157
|
feat: add StoreKnowledge API to fetch Appstore tools and update routing
|
2025-12-23 18:30:05 +08:00 |
|
wxg0103
|
903ad0ecf6
|
chore: add SEND_EMAIL_ERROR exception code for email-related validations
|
2025-12-23 18:29:42 +08:00 |
|
wxg0103
|
6d5664c674
|
chore: add default permission handling and update user permissions logic
|
2025-12-23 18:09:41 +08:00 |
|
shaohuzhang1
|
ed45fabcce
|
feat: workflow Exception branch
|
2025-12-23 17:58:38 +08:00 |
|
CaptainB
|
948c41a563
|
chore: add MCP token validation to chat post method
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-12-23 13:46:53 +08:00 |
|
CaptainB
|
4d28001601
|
feat: add MCP token validation decorator for API access control
|
2025-12-23 13:41:19 +08:00 |
|
CaptainB
|
8a785b2c7b
|
chore: refactor imports for better organization in tool_code.py
|
2025-12-23 12:01:03 +08:00 |
|
CaptainB
|
3de7249587
|
chore: refactor imports for better organization in tool_code.py
|
2025-12-23 11:28:10 +08:00 |
|
CaptainB
|
56f9132b64
|
Revert "chore: refactor app MCP configuration and implement AI chat functionality"
This reverts commit bf9ae948d5.
|
2025-12-23 11:19:36 +08:00 |
|
CaptainB
|
bf9ae948d5
|
chore: refactor app MCP configuration and implement AI chat functionality
|
2025-12-23 10:51:06 +08:00 |
|
wangdan-fit2cloud
|
6aa3999e05
|
feat: Cancel the restriction on the number of conversation history records
|
2025-12-23 10:46:22 +08:00 |
|
CaptainB
|
74b7633c2f
|
chore: remove leading slash from API URLs in tool_code.py
|
2025-12-22 15:07:20 +08:00 |
|
CaptainB
|
c9fc207cac
|
chore: remove empty name parameter from mcp.tool decorator
|
2025-12-22 14:58:45 +08:00 |
|
CaptainB
|
336bb8cc2d
|
chore: update tool decorator to handle non-ASCII names
|
2025-12-22 14:56:41 +08:00 |
|
shaohuzhang1
|
78be028a0f
|
feat: Add resource mapping table (#4546)
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
|
2025-12-22 14:52:22 +08:00 |
|
zhangzhanwei
|
a0d48da406
|
feat: Add folder permission by role
|
2025-12-22 14:40:34 +08:00 |
|
zhangzhanwei
|
c38555f9dd
|
feat: Add confirm when import workflow template
|
2025-12-22 11:08:00 +08:00 |
|
CaptainB
|
54e16acee6
|
feat: add application enable flag and application IDs to application model
|
2025-12-22 10:24:49 +08:00 |
|
zhangzhanwei
|
fe004c235c
|
feat: Support folder sort
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
|
2025-12-19 17:32:20 +08:00 |
|
zhangzhanwei
|
ff2a14817e
|
feat: Knowledge workflow import and export
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-12-19 16:47:42 +08:00 |
|
wxg0103
|
4fecd47904
|
feat: enhance login settings with account lockout and permission messages
|
2025-12-19 14:16:17 +08:00 |
|
zhangzhanwei
|
a7bb173cc1
|
feat: Add web node interrupt
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-12-18 15:45:01 +08:00 |
|
liqiang-fit2cloud
|
5b96aaf4df
|
refactor: add hmac_signed_serializer for celery.
|
2025-12-18 15:33:32 +08:00 |
|
shaohuzhang1
|
4f1f0fe056
|
feat: Knowledge base workflow supports terminating execution (#4536)
|
2025-12-18 15:03:42 +08:00 |
|
liqiang-fit2cloud
|
2233f042c9
|
refactor: update sandbox.c
|
2025-12-18 15:03:04 +08:00 |
|
liqiang-fit2cloud
|
d72c6607a0
|
refactor: add hmac_signed_serializer for celery.
|
2025-12-18 10:34:57 +08:00 |
|
shaohuzhang1
|
ab87d11a25
|
fix: Editor using input method causes editor confusion (#4533)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-12-17 17:39:54 +08:00 |
|
wangdan-fit2cloud
|
f8eb5ddac4
|
fix: Optimize the execution details copy within the workflow loop of the knowledge base
|
2025-12-17 17:33:34 +08:00 |
|
shaohuzhang1
|
f36d881c88
|
fix: When executing the knowledge base workflow, the loop node reported an error and the workflow was not terminated (#4532)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-12-17 14:37:22 +08:00 |
|
CaptainB
|
15440479cf
|
refactor: move OpenApiParameter definitions to schema for better organization
--bug=1064802 --user=刘瑞斌 【接口文档】/admin/api/workspace/{workspace_id}/knowledge/{knowledge_id}/document/split 接口的参数传递方式错了 https://www.tapd.cn/62980211/s/1813972
|
2025-12-17 14:16:58 +08:00 |
|
shaohuzhang1
|
d8e03e650c
|
fix: The dialogue function of the layout interface has an incorrect redirect path (#4529)
|
2025-12-17 13:42:15 +08:00 |
|
wangdan-fit2cloud
|
d7a4207de9
|
fix: Knowledge base and tool root directory transfer issue
|
2025-12-17 11:58:42 +08:00 |
|
wangdan-fit2cloud
|
9f83d87ce9
|
perf: Execution details loop node issue
|
2025-12-17 11:48:42 +08:00 |
|
shaohuzhang1
|
0aef02df52
|
fix: In the workflow knowledge base, the specified reply node failed to parse the global variable input #4524 (#4528)
|
2025-12-17 10:44:47 +08:00 |
|
wxg0103
|
59117a068a
|
feat: update WeCom callback URL configuration in EditModal and remove WeCom SDK dependency
|
2025-12-17 10:09:37 +08:00 |
|
wxg0103
|
337124ca82
|
feat: enhance user settings with additional failed attempts and lock time configurations
|
2025-12-17 09:51:49 +08:00 |
|
wxg0103
|
96169239cc
|
fix: update WeCom QR code login state parameter to use access token
|
2025-12-17 09:13:00 +08:00 |
|
shaohuzhang1
|
8d360b1c5f
|
feat: streamline WeCom QR code login success handling with direct callback integration (#4526)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-12-16 20:52:13 +08:00 |
|
wxg0103
|
5ddd1db32d
|
feat: streamline WeCom QR code login success handling with direct callback integration
|
2025-12-16 18:27:47 +08:00 |
|
wxg0103
|
fd170cdbc0
|
feat: refactor WeCom QR code login handling with improved iframe event management
|
2025-12-16 17:52:27 +08:00 |
|
wxg0103
|
1ede617e06
|
feat: enhance WeCom QR code login with iframe creation and improved language handling
|
2025-12-16 16:49:38 +08:00 |
|
liqiang-fit2cloud
|
5329b44e08
|
fix: deny access to local services by IPv6 and IPv6-mapped IPv4 addresses for sandbox.
|
2025-12-16 16:48:48 +08:00 |
|
wangdan-fit2cloud
|
db0644129a
|
fix: Document page turn record cache and adjust the execution details to display the text
|
2025-12-16 15:52:00 +08:00 |
|
shaohuzhang1
|
fd7c13b7a2
|
fix: Code editor malfunction (#4523)
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
|
2025-12-16 13:55:24 +08:00 |
|
liqiang-fit2cloud
|
38191f70b4
|
fix: deny access to local services by IPv6 and IPv6-mapped IPv4 addresses for sandbox.
|
2025-12-16 12:35:54 +08:00 |
|
wangdan-fit2cloud
|
894454e956
|
perf: Optimize some styles
|
2025-12-16 11:37:11 +08:00 |
|
shaohuzhang1
|
bf86e19fb6
|
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-16 11:30:19 +08:00 |
|