Commit Graph

4879 Commits

Author SHA1 Message Date
CaptainB f1bc8bba73 fix: add platform-specific torch dependency for Windows support
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-08-14 16:23:30 +08:00
CaptainB e76b0a7d71 fix: update torch dependency to support platform-specific installation 2025-08-14 16:15:48 +08:00
zhangzhanwei 9ea37a4799 feat:Multiple permission filtering function 2025-08-14 16:10:21 +08:00
CaptainB 581143cba2 fix: improve error logging format for TencentCloudSDKException 2025-08-14 14:31:03 +08:00
CaptainB 8fe21248a8 chore: remove tencentcloud-sdk-python-asr dependency from pyproject.toml
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-14 11:37:48 +08:00
zhangzhanwei f9f475a5a0 feat: Integrate with Tencent SentienceRecognition model 2025-08-14 11:23:16 +08:00
wxg0103 8ee9bc04eb feat: add WeCom Bot configuration support in application settings
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-13 17:34:15 +08:00
liqiang-fit2cloud 6279c9bc3e dep: update description. 2025-08-13 17:29:06 +08:00
liqiang-fit2cloud 0d1d3a19b8 dep: update torch. 2025-08-13 17:03:46 +08:00
liqiang-fit2cloud c8762ade9a build: update ENV. 2025-08-13 14:57:50 +08:00
CaptainB af4f9e5139 fix: improve default parameter handling in MCP tool code generation 2025-08-13 13:37:00 +08:00
CaptainB 3830ee920d feat: enhance function parameter handling to support default values 2025-08-13 12:44:39 +08:00
CaptainB 5e99770999 feat: enhance MCP tool execution with unique ID generation and improved file handling 2025-08-13 12:30:30 +08:00
CaptainB bb665b5196 feat: enhance MCP tool execution with unique ID generation and improved file handling 2025-08-13 11:49:37 +08:00
CaptainB f0a3391897 refactor: simplify error handling in MCP server code execution 2025-08-13 11:49:37 +08:00
zhangzhanwei 5061708c1f rafactor: User resource permission read and edit 2025-08-13 10:11:46 +08:00
shaohuzhang1 5c0735109a
perf: Partial icon updates (#3847)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-12 18:47:05 +08:00
liqiang-fit2cloud 4865a092e4 Revert "build: try uv."
This reverts commit 5a35665ded.
2025-08-12 17:29:32 +08:00
liqiang-fit2cloud 02a8aaa6d0 Merge remote-tracking branch 'origin/v2' into v2 2025-08-12 17:25:42 +08:00
liqiang-fit2cloud 5a35665ded build: try uv. 2025-08-12 17:25:34 +08:00
CaptainB 0fe432eefd fix: enable tool code file cleanup by removing commented-out code 2025-08-12 17:25:17 +08:00
liqiang-fit2cloud cf5d5c73ec Revert "build: try uv."
This reverts commit 1837512abc.
2025-08-12 17:24:45 +08:00
CaptainB 541f1f26c8 feat: refactor MCP code generation and update cleanup logic 2025-08-12 17:23:22 +08:00
liqiang-fit2cloud 1837512abc build: try uv. 2025-08-12 17:22:03 +08:00
CaptainB 1d7a5af626 feat: refactor MCP server code generation and add execution method 2025-08-12 17:13:30 +08:00
CaptainB f2459ed124 feat: add support for CUSTOM tool type in tool list retrieval 2025-08-12 16:01:07 +08:00
CaptainB e9c8c9581f feat: add MCP tool ID and source fields to chat node for enhanced configuration 2025-08-12 15:22:42 +08:00
CaptainB 1875368ea8 feat: enhance MCP tool dialog with source selection and dynamic tool options 2025-08-12 11:43:39 +08:00
liqiang-fit2cloud 870e7f271a refactor: change dir permission. 2025-08-12 11:13:51 +08:00
liqiang-fit2cloud b1a70b7b99 Merge remote-tracking branch 'origin/v2' into v2
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-12 10:45:02 +08:00
liqiang-fit2cloud 8183858adf refactor: change dir permission. 2025-08-12 10:44:51 +08:00
CaptainB f1356e9b61 feat: add MCP tool support with new form and dropdown options 2025-08-12 10:41:42 +08:00
zhangzhanwei c468952274 feat: Locales
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
2025-08-11 16:25:52 +08:00
zhangzhanwei 919c4e3f7f feat: Modify the authorization information of resources for users 2025-08-11 15:54:09 +08:00
liqiang-fit2cloud 154fd5e52b refactor: change dir permission. 2025-08-08 18:39:43 +08:00
liqiang-fit2cloud ce52ee3ca7 refactor: change dir permission. 2025-08-08 18:02:10 +08:00
liqiang-fit2cloud ba067c53e2 build: reduce image size. 2025-08-08 17:32:46 +08:00
wxg0103 5b14d62829 fix: correct redirect URL construction in CAS, OAuth2, and OIDC components
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-08-07 11:35:59 +08:00
shaohuzhang1 2367b8747e
fix: There is a tool node in the application - the tool node has startup parameters - after importing, the tool should be disabled (#3831)
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
2025-08-06 16:38:37 +08:00
wxg0103 8ac5f409e4 refactor: update QR code tab visibility logic based on authentication modes 2025-08-06 16:29:30 +08:00
wxg0103 e84a215114 fix: correct role filtering in user role deletion logic 2025-08-06 15:44:03 +08:00
shaohuzhang1 e923422cae
fix: The user modified the workspace range but did not automatically refresh after returning to the workspace (#3830) 2025-08-06 15:07:19 +08:00
liqiang-fit2cloud b3f7d5ed4f build: exclude some files for typo checking. 2025-08-06 14:44:39 +08:00
wxg0103 7de8afc3a7 refactor: adjust login mode handling to default to LOCAL when not using LDAP 2025-08-06 14:38:20 +08:00
shaohuzhang1 3c885ddf3c
fix: When the slider type step size is set to 0, the verification is triggered, and when it is changed to 1, the verification disappears (#3829) 2025-08-06 14:11:55 +08:00
wxg0103 885b65cbbe refactor: update login mode handling and simplify QR code tab logic
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
2025-08-06 11:44:48 +08:00
zhangzhanwei e4575389eb fix: Resource application chat record get 2025-08-06 11:25:09 +08:00
shaohuzhang1 bd589e50e2
fix: Calling the model using non stream cannot obtain the token (#3826) 2025-08-06 11:00:43 +08:00
shaohuzhang1 ca3815e6fe
fix: Create a blank document name with more than 128 characters, prompt message needs to be translated (#3825) 2025-08-06 10:48:24 +08:00
wxg0103 da9ed39fa9 refactor: enhance permission mapping to include admin roles 2025-08-06 09:51:52 +08:00