Commit Graph

616 Commits

Author SHA1 Message Date
e47bfbf8d5 Merge branch 'feat/tool-plugin-oauth' into deploy/dev 2025-07-11 22:10:18 +08:00
5090f63df5 feat(tool): update tool provider methods to handle optional credentials and name 2025-07-11 22:10:13 +08:00
2a37b15a0d Merge branch 'feat/tool-plugin-oauth' into deploy/dev 2025-07-11 21:44:53 +08:00
31e1261ae2 fix(oauth): improve name validation logic for tool providers 2025-07-11 21:44:45 +08:00
203d7ec94b Merge branch 'feat/tool-plugin-oauth' into deploy/dev 2025-07-11 21:28:22 +08:00
ace6e11a6f feat(oauth): implement AES encryption and decryption for system OAuth parameters 2025-07-11 21:28:02 +08:00
6d255017ea Merge branch 'feat/tool-plugin-oauth' into deploy/dev 2025-07-11 16:58:10 +08:00
0532135a9c Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth 2025-07-11 16:36:52 +08:00
1099e75da1 Merge branch 'feat/tool-plugin-oauth' into deploy/dev 2025-07-11 16:30:05 +08:00
adc39f7b0d feat(oauth): enhance OAuth client management and validation 2025-07-11 16:28:40 +08:00
2a85f28963 fix:Fixed the problem of plugin installation failure caused by incons… (#22156) 2025-07-11 15:18:42 +08:00
8d554a2dac Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
#	api/controllers/console/workspace/tool_providers.py
2025-07-11 13:55:11 +08:00
f3bbab0eed Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth
# Conflicts:
#	api/controllers/console/workspace/tool_providers.py
#	api/core/tools/entities/api_entities.py
#	api/core/tools/tool_manager.py
#	api/core/tools/utils/configuration.py
#	api/services/tools/tools_transform_service.py
2025-07-11 13:48:41 +08:00
e576b989b8 feat(tool): add support for API key authentication via query parameter (#21656) 2025-07-11 10:39:20 +08:00
f929bfb94c minor fix: remove duplicates, fix typo, and add restriction for get mcp server (#22170)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
2025-07-11 09:40:17 +08:00
94a13d7d62 feat: add support for dark icons in provider and tool entities (#22081) 2025-07-10 14:43:31 +08:00
3798eac490 Merge branch 'feat/plugin-auto-upgrade' into deploy/dev 2025-07-10 14:39:03 +08:00
5e7a7cc0c7 feat: create default autoupgrade strategy on tenant creating 2025-07-10 14:29:49 +08:00
40feb607c1 fix: type static check errors 2025-07-10 14:25:07 +08:00
6674d7fc18 feat: exclude one plugin 2025-07-10 14:25:06 +08:00
71b3d6ad9c feat: crud for auto upgrade strategy 2025-07-10 14:25:05 +08:00
535fff62f3 feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2025-07-10 14:01:34 +08:00
6f8c7a66c8 feat: add redis fallback mechanism #21043 (#21044)
Co-authored-by: tech <cto@sb>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-10 10:19:58 +08:00
73e209505a merge feat/tool-oauth 2025-07-09 18:31:51 +08:00
4cb50f1809 feat(libs): Introduce extract_tenant_id (#22086)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-07-09 17:45:56 +08:00
c6b76cf43e feat(oauth): refactor session management in tool provider operations 2025-07-09 14:55:22 +08:00
f35b8d6245 feat(oauth): refactor session management in tool provider operations 2025-07-09 14:45:52 +08:00
24c5ee1d6d Merge branch 'feat/mcp' into deploy/dev 2025-07-09 14:45:46 +08:00
7b3bb1d960 fix: auth api error handle 2025-07-09 14:44:51 +08:00
86ade96994 feat(oauth): add credential validation for providers 2025-07-09 11:58:35 +08:00
ef330fec2c feat(oauth): add credential validation for providers 2025-07-09 11:57:31 +08:00
cca3cff759 Merge branch 'main' into feat/mcp 2025-07-09 09:41:42 +08:00
df1e84ef99 merge 2025-07-08 17:25:40 +08:00
236e184db6 chore: handle merge conflict 2025-07-06 15:48:11 +08:00
a201e9faee feat: Add Aliyun LLM Observability Integration (#21471) 2025-07-04 21:54:33 +08:00
5298e06763 Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
#	api/core/plugin/backwards_invocation/encrypt.py
#	api/core/tools/tool_manager.py
#	api/core/tools/utils/encryption.py
#	api/services/plugin/plugin_parameter_service.py
#	api/services/tools/api_tools_manage_service.py
#	api/services/tools/builtin_tools_manage_service.py
#	api/services/tools/tools_transform_service.py
2025-07-04 17:37:26 +08:00
0dc5bfb2c7 feat(oauth): refactor tool encryption utils 2025-07-04 17:28:22 +08:00
eaefa1b7e6 feat(oauth): refactor encryption 2025-07-04 17:28:13 +08:00
9f053f3bbc feat(oauth): rename ToolProviderCredentialType to CredentialType for consistency 2025-07-04 17:28:09 +08:00
26b46b88c9 feat(oauth): add multi credentials support 2025-07-04 17:28:06 +08:00
478c156f7d feat(oauth&mcp): refactor credential encrypter 2025-07-04 15:28:41 +08:00
c160a0e5e3 Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
#	api/controllers/console/workspace/tool_providers.py
#	api/core/tools/entities/api_entities.py
#	api/core/tools/tool_manager.py
#	api/core/tools/utils/configuration.py
#	api/services/tools/tools_transform_service.py
2025-07-04 14:42:43 +08:00
9b25b7a8d8 feat(oauth): rename ToolProviderCredentialType to CredentialType for consistency 2025-07-04 14:29:34 +08:00
9ce6f34dc4 feat(oauth): add multi credentials support 2025-07-04 14:25:33 +08:00
ebc4fdc4b2 moving the MessageStatus class from the models.model module to models.enums module (#21867)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
2025-07-03 13:56:23 +08:00
1af3d40c1a feat: Improve Observability with Arize & Phoenix Integration (#19840)
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Gu <guchenhe@gmail.com>
2025-07-03 13:52:14 +08:00
31eb8548ef fix: Before publish the app, preview the voice of tts, it raise an er… (#21821)
Co-authored-by: 刘江波 <jiangbo721@163.com>
2025-07-03 10:53:14 +08:00
b316867bab Merge remote-tracking branch 'origin/main' into feat/tool-plugin-oauth 2025-07-02 21:54:50 +08:00
e17b33e004 chore: add message status enum (#21825)
Co-authored-by: 刘江波 <jiangbo721@163.com>
2025-07-02 21:22:28 +08:00
988a76066d feat(oauth): enhance OAuth client handling and add custom client support 2025-07-02 20:19:04 +08:00