Commit Graph

163 Commits (982b34e2a71ebd87bec5007de0a741fe4fbe5d60)

Author SHA1 Message Date
zhangzhanwei 982b34e2a7 Return to the corresponding permission directory and locate the tool folder 2025-10-24 16:34:37 +08:00
wangdan-fit2cloud 177e58d295 fix: Optimize loop node 2025-10-24 15:12:06 +08:00
wangdan-fit2cloud 09c5c9c042 feat: Variable Splitting Node and Parameter Extraction Node 2025-10-21 19:30:24 +08:00
wangdan-fit2cloud 0101370dc7 fix: fix tool store search 2025-10-10 16:30:52 +08:00
CaptainB b60c471694 fix: validate JSON object in form submission 2025-10-10 15:24:51 +08:00
CaptainB f31a8d380a chore: remove unnecessary check for empty storeTools in ToolStoreDialog 2025-10-10 15:24:51 +08:00
CaptainB a2600ea98c chore: refactor ToolStoreDialog.vue to streamline onBeforeMount usage 2025-10-10 15:24:51 +08:00
zhangzhanwei 3a267ac074 fix: Translate fixed name 2025-10-10 14:15:11 +08:00
wangdan-fit2cloud c795cb342a fix: update tool param name 2025-10-10 11:01:59 +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
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 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
--bug=1062445 --user=刘瑞斌 【工具】创建工具完成后,在抽屉收起前可以再次点击创建,导致可重复创建工具 https://www.tapd.cn/62980211/s/1781953
2025-10-09 11:10:23 +08:00
wangdan-fit2cloud 219bc20f26 fix: tool store bugs 2025-09-29 17:06:26 +08:00
CaptainB 408e79ff12 refactor: rename categories to defaultCategories and initialize categories from it 2025-09-29 15:34:30 +08:00
wangdan-fit2cloud c430e62475 fix: tool store style 2025-09-29 14:54:31 +08:00
wangdan-fit2cloud 752f19007f fix: tool store style 2025-09-29 11:00:59 +08:00
wangdan-fit2cloud 196b8bba58 fix: optimize folder style (#4104) 2025-09-26 17:44:36 +08:00
CaptainB fc05d26eaf feat: add TestConnection API endpoint and corresponding frontend functionality 2025-09-25 12:05:21 +08:00
wangdan-fit2cloud 0c53e31b2a feat: Add a back to bottom button to the chat page(#2957) 2025-09-12 16:52:55 +08:00
CaptainB bd668e7e2a feat: handle empty store tools in ToolStoreDialog 2025-09-12 11:18:14 +08:00
wangdan-fit2cloud 823ac6b1a3 feat: Tool store 2025-09-11 18:04:24 +08:00
CaptainB e988cbca91 feat: add Appstore tool retrieval and store tool API endpoint 2025-09-09 15:08:33 +08:00
wangdan-fit2cloud 4ade65ee00 fix: style optimize 2025-09-02 12:15:25 +08:00
wangdan-fit2cloud a244361ad9 fix: icon issue 2025-08-29 17:03:29 +08:00
wangdan-fit2cloud 7ee33b82dc fix: Optimize the refresh issue of conversation history‌。 2025-08-29 13:49:34 +08:00
wangdan-fit2cloud 24b36bf90f fix: Fix form node drag-and-drop issues and some style errors 2025-08-28 17:10:50 +08:00
zhangzhanwei 91a58ce990 fix: Dropitem permission 2025-08-28 14:36:21 +08:00
wangdan-fit2cloud 420b36fbdb fix: Fix some styling issues 2025-08-27 17:37:11 +08:00
wangdan-fit2cloud 7756d02b6a feat: Resource management authorization 2025-08-27 15:12:41 +08:00
shaohuzhang1 b2aecdbec0
feat: Set display history (#3937)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-26 17:09:45 +08:00
wangdan-fit2cloud 1f5544b13e
perf: Optimize the folder to enter the second level page and retain records and the first conversation does not display the previous record (#3917) 2025-08-22 16:27:13 +08:00
shaohuzhang1 841b6397a5
style: MCP config dialog style (#3911)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-21 18:06:20 +08:00
CaptainB c429097239 feat: add MCP Service Config dialog and update tool form labels 2025-08-21 17:14:36 +08:00
shaohuzhang1 5ce9897bca
perf: Optimize some styles (#3907)
* perf: Optimize packaging

* perf: Optimize some styles

---------

Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-21 15:40:22 +08:00
CaptainB 5ca82e1f4e chore: add MCP name field to tool form
--bug=1060678 --user=刘瑞斌 【工具】添加、编辑MCP界面,MCP名称输入框的提示应该改成“请输入MCP名称” https://www.tapd.cn/62980211/s/1759264
2025-08-21 14:21:11 +08:00
CaptainB 878f8c0ac4 chore: add tool creation labels in multiple languages
--bug=1060683 --user=刘瑞斌 【工具】-创建功能列表中,“空白创建”应该改成“创建工具” https://www.tapd.cn/62980211/s/1759252
2025-08-21 14:14:25 +08:00
shaohuzhang1 27aeba47c4
feat: chat upload input style (#3898)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-20 17:45:58 +08:00
wangdan-fit2cloud 7fcd8d4fce
perf: Optimize front-end code 2025-08-19 18:51:09 +08:00
shaohuzhang1 c631d775bf
feat: Add create MCP function (#3885)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-19 17:36:23 +08:00
zhangzhanwei 31d71d137a feat: Front end permissions for resource authorization 2025-08-18 18:16:20 +08:00
shaohuzhang1 33806f66d0
feat: Workplace resource authorization (#3864)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-15 17:48:52 +08:00
shaohuzhang1 5c0735109a
perf: Partial icon updates (#3847)
Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-12 18:47:05 +08:00
CaptainB f1356e9b61 feat: add MCP tool support with new form and dropdown options 2025-08-12 10:41:42 +08:00
wangdan-fit2cloud 319bd37b10
perf: Icon update (#3812) 2025-08-05 14:23:02 +08:00
wangdan-fit2cloud 27262c9478 fix: icon optimize 2025-08-04 19:10:56 +08:00
shaohuzhang1 c1c0c6a5a5
perf: Optimize login page (#3805)
* perf: icon  optimize

* perf: Optimize login page

---------

Co-authored-by: wangdan-fit2cloud <dan.wang@fit2cloud.com>
2025-08-04 18:07:47 +08:00
wangdan-fit2cloud 0e78245bfb perf: Style optimization and some icon updates 2025-08-01 17:05:32 +08:00