Archer
7b9f935119
update next version ( #4743 )
2025-05-05 18:44:56 +08:00
Archer
a6fbfac96f
Yuque dataset baseurl ( #4742 )
...
* Yuque dataset baseurl (#4512 )
* feat: 增加API数据集功能和国际化支持
* 在apiDataset.d.ts中添加uuid、slug、parent_uuid和children字段
* 更新英文、简体中文和繁体中文的dataset.json文件,增加多条提示信息
* 在ApiDatasetForm组件中实现目录选择功能,支持获取Yuque路径
* 新增BaseUrlSelector组件,用于选择根目录
* 实现getpath API,支持根据Yuque服务器获取路径
* 更新相关API调用,确保兼容性和功能完整性
* feat: 更新Yuque服务器的baseUrl处理逻辑
* 在apiDataset.d.ts中将YuqueServer的baseUrl属性改为必填
* 更新ApiDatasetForm组件,调整baseUrl的状态管理和路径加载逻辑
* 新增getcatalog API以支持获取数据集目录
* 修改相关API调用,确保baseUrl的正确传递和使用
* 优化路径返回值为中文“根目录”
* feat: 更新数据集API调用逻辑
* 将getFeishuAndYuqueDatasetFileList替换为getProApiDatasetFileListRequest,统一API调用方式
* 更新相关文件以确保新API的正确使用
* 优化代码结构,提高可读性和维护性
* 清理代码:移除ApiDatasetForm、BaseUrlSelector和相关API中的调试日志
* 删除不必要的console.log语句,提升代码整洁性
* 确保API逻辑的清晰性,避免冗余输出
* 更新数据集相关类型和API逻辑
- 在apiDataset.d.ts中添加ApiDatasetDetailResponse类型,移除不必要的字段。
- 在proApi.ts中新增DETAIL操作类型及相关参数类型。
- 修改ApiDatasetForm.tsx以支持新的API调用逻辑,统一路径获取方式。
- 更新BaseUrlSelector组件,简化目录选择逻辑。
- 优化getpath.ts和getcatalog.ts中的路径处理逻辑,确保API调用的一致性和正确性。
- 清理不必要的代码和注释,提高代码可读性。
* 清理ApiDatasetForm组件中的调试日志,移除console.log语句以提升代码整洁性和可读性。
* fix
* updata apidatasetform
* remove console
* updata
* updata
* updata editapiservermodal
* updata i18n
* add type
* update getpath
* add type
* perf: yuque dataset baseurl
* perf: remove rerank records
* fix: ts
---------
Co-authored-by: dreamer6680 <1468683855@qq.com >
2025-05-05 18:37:14 +08:00
Archer
864eff47c7
perf: i18n ( #4740 )
...
* feat: login limit time config
* doc
* perf: code
* i18n update
* update lock
* fix: ts
* update package
2025-05-05 16:16:59 +08:00
Archer
fdd4e9edbd
Test parse cite and add tool call parallel ( #4737 )
...
* add quote response filter (#4727 )
* chatting
* add quote response filter
* add test
* remove comment
* perf: cite hidden
* perf: format llm response
* feat: comment
* update default chunk size
* update default chunk size
---------
Co-authored-by: heheer <heheer@sealos.io >
2025-04-30 17:43:50 +08:00
Finley Ge
9f21add7b5
fix: app/dataset list folders' side menu permission bug ( #4734 )
2025-04-30 12:07:53 +08:00
Archer
4b8db293ce
perf: init token worker ( #4726 )
...
* perf: init token worker
* init worker
* preload worker
* preload worker
* remove invalid code
2025-04-29 16:00:35 +08:00
Archer
5e3ec4d6f3
Update doc ( #4725 )
...
* doc
* doc
* config
2025-04-29 13:29:50 +08:00
Archer
360a2ec392
Remove quote prompt in api request ( #4724 )
...
* chat completion add parsequote param (#4720 )
* chat completion add parsequote param
* fix
* perf: quote prompt
---------
Co-authored-by: heheer <heheer@sealos.io >
2025-04-29 13:10:17 +08:00
Archer
b0297d2915
Add test ( #4721 )
...
* Add unit tests for Markdown utility functions and CodeClassNameEnum. (#4716 )
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
* Add unit tests for authChatCrud and authCollectionInChat functions in chat service. (#4718 )
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
---------
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-04-29 12:15:07 +08:00
Archer
5023da4489
Feat: Quote auth ( #4715 )
...
* fix outlink quote number auth (#4705 )
* perf: quote auth
* feat: qwen3 config
---------
Co-authored-by: heheer <heheer@sealos.io >
2025-04-29 12:05:04 +08:00
Finley Ge
26e320b0df
fix: app/dataset list peredit bug ( #4714 )
2025-04-29 11:12:49 +08:00
Archer
d2a32c363d
perf: chat log list ( #4704 )
...
* perf: chat log list
* remove log
2025-04-28 18:19:15 +08:00
dreamer6680
e0b85ca4c2
Test ( #4701 )
...
* fix utmparams
* add utmparams
* fix
* fix
* Optimized the JsonImportModal shutdown logic to ensure that UTM parameters and workflows are removed when closing.
* remove some import
2025-04-28 17:55:43 +08:00
heheer
3a911c5130
fix chat log list api ( #4700 )
2025-04-28 17:51:57 +08:00
Archer
433e7ed911
Update doc ( #4697 )
...
* perf: share link tip
* udpate doc
2025-04-28 14:19:42 +08:00
heheer
293c0cdb40
url params filter logic ( #4694 )
2025-04-28 14:04:24 +08:00
Archer
ca8adbbf95
feat: streamable http mcp ( #4695 )
...
* feat: streamable http mcp
* mcp api path
* fix: ts
2025-04-28 12:45:51 +08:00
Archer
3313bf933c
update version ( #4692 )
2025-04-28 10:46:20 +08:00
heheer
cc01aa4ab8
fix share link chat quote number ( #4690 )
...
* fix share link chat quote number
* fix ts
* usememo
2025-04-28 10:33:33 +08:00
Archer
d6fed3d23a
perf: fetch url ( #4687 )
2025-04-27 23:11:08 +08:00
Archer
659b8b1106
Test shorurl ( #4686 )
...
* Short-chain burying (#4678 )
* TrackRegisterParams
* 新增工作流导入功能,支持从URL获取工作流JSON数据并创建应用。实现了URL验证、CORS处理、剪贴板读取等功能,确保用户能够顺利导入工作流数据。
* 更新工作流导入功能,将导入逻辑从utils模块迁移至workflow模块,并修正相关导入路径。此更改有助于代码结构的清晰和模块化。
* 优化工作流导入组件,重构导入逻辑,增加从URL获取工作流数据的功能,并实现JSON配置导入窗口。修复了状态管理和错误处理,提升用户体验。
* 更新工作流导入功能,增加对UTM参数的支持,优化从URL获取工作流数据的逻辑,并重构相关API接口。修复了状态管理和错误处理,提升了用户体验。
* 更新创建应用的API接口,将UTM参数的字段名称从`shorUrlId`和`projectCode`修改为`shorUrlPlatform`和`shorUrlProjectCode`,以提高代码的可读性和一致性。
* impoter json
* Optimize the logic
* delete some console
* fix
* perf: sem code
---------
Co-authored-by: dreamer6680 <1468683855@qq.com >
2025-04-27 22:56:42 +08:00
Archer
5357aa402b
perf: Add tool call prompt ( #4683 )
...
* update i18n
* perf: Add tool call prompt
2025-04-27 18:29:10 +08:00
heheer
9923a402d9
fix: chat quote number ( #4679 )
2025-04-27 17:54:07 +08:00
Archer
1465999c46
feat: get tokens from api usage ( #4671 )
2025-04-27 01:13:38 +08:00
Archer
0720bbe4da
V4.9.7 feature ( #4669 )
...
* update doc
* feat: Add coupon redemption feature for team subscriptions (#4595 )
* feat: Add coupon redemption feature for team subscriptions
- Introduced `TeamCouponSub` and `TeamCouponSchema` types
- Added `redeemCoupon` API endpoint
- Updated UI to include a modal for coupon redemption
- Added new icon and translations for "Redeem coupon"
* perf: remove field teamId
* perf: use dynamic import
* refactor: move to page component
* perf: coupon code
* perf: mcp server
* perf: test
* auto layout (#4634 )
* fix 4.9.6 (#4631 )
* fix debug quote list
* delete next text node match
* fix extract default boolean value
* export latest 100 chat items
* fix quote item ui
* doc
* fix doc
* feat: auto layout
* perf: auto layout
* fix: auto layout null
* add start node
---------
Co-authored-by: heheer <heheer@sealos.io >
* fix: share link (#4644 )
* Add workflow run duration;Get audio duration (#4645 )
* add duration
* get audio duration
* Custom config path (#4649 )
* feat: 通过环境变量DATA_PATH获取配置文件目录 (#4622 )
通过环境变量DATA_PATH获取配置文件目录,以应对不同的部署方式的多样化需求
* feat: custom configjson path
* doc
---------
Co-authored-by: John Chen <sss1991@163.com >
* 程序api调用场景下,如果大量调用带有图片或视频,产生的聊天记录会导致后台mongo数据库异常。这个修改给api客户端一个禁止生成聊天记录的选项,避免这个后果。 (#3964 )
* update special chatId
* perf: vector db rename
* update operationLog (#4647 )
* update operationLog
* combine operationLogMap
* solve operationI18nLogMap bug
* remoce log
* feat: Rerank usage (#4654 )
* refresh concat when update (#4655 )
* fix: refresh code
* perf: timer lock
* Fix operationLog (#4657 )
* perf: http streamable mcp
* add alipay (#4630 )
* perf: subplan ui
* perf: pay code
* hiden bank tip
* Fix: pay error (#4665 )
* fix quote number (#4666 )
* remove log
---------
Co-authored-by: a.e. <49438478+I-Info@users.noreply.github.com >
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: John Chen <sss1991@163.com >
Co-authored-by: gaord <bengao168@msn.com >
Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com >
2025-04-26 16:17:21 +08:00
Finley Ge
a669a60fe6
fix: collabrator ( #4660 )
...
* fix: inherit permission of orgs
* fix: org members' permission bug
2025-04-25 16:21:39 +08:00
heheer
25dc8984be
add answer quote number ( #4658 )
2025-04-25 10:34:37 +08:00
heheer
2a54be4d91
support mcp client streamable http ( #4650 )
...
* support mcp streamable http
* fix
* fix
* remove deps
2025-04-24 23:04:54 +08:00
heheer
5c93545016
fix 4.9.6 ( #4631 )
...
* fix debug quote list
* delete next text node match
* fix extract default boolean value
* export latest 100 chat items
* fix quote item ui
* doc
* fix doc
2025-04-22 20:10:35 +08:00
gru-agent[bot]
27614e9e8b
Add unit tests for toolList API functions and update the export statements in toolList.ts. ( #4623 )
...
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
2025-04-22 15:26:05 +08:00
heheer
2dd5cf6d1f
mcp server tool alias ( #4621 )
2025-04-22 15:25:11 +08:00
Finley Ge
6c61812e7a
fix: app copy api ( #4614 )
...
* fix: app copy
* test: add app copy test case
2025-04-21 16:25:18 +08:00
Archer
9cd6d2e81f
perf: init model ( #4610 )
...
* fix: model config undefined value
* perf: init model
2025-04-21 14:44:34 +08:00
Archer
4ac2a2f43e
fix: timezone count ( #4604 )
...
* fix: timezone count
* fix: ts
* fix: test llm
2025-04-20 22:24:03 +08:00
Archer
d9a4a5f3e7
fix: mongodb file oversize ( #4594 )
2025-04-18 15:01:18 +08:00
Archer
8f8d4c4190
update package version ( #4586 )
2025-04-18 00:34:15 +08:00
Archer
22fc7dddfb
perf: text splitter ( #4584 )
...
* perf: text splitter
* update doc
2025-04-17 19:08:04 +08:00
dreamer6680
ab059d105c
Fixed: Updated the iframe allow property in the SelectUsingWayModal component to add support for microphones. ( #4583 )
2025-04-17 18:56:52 +08:00
Archer
853a75c9bc
update mcp doc ( #4572 )
2025-04-17 12:24:59 +08:00
Archer
4fad9c6025
fix: mcp_server docker file ( #4570 )
2025-04-17 10:36:45 +08:00
Archer
c2fd5f5f5a
Fix: mcp_server build ( #4569 )
...
* update doc
* perf: avatar
* fix: mcp server
2025-04-17 10:32:28 +08:00
Archer
952412f648
V4.9.6 feature ( #4565 )
...
* Dashboard submenu (#4545 )
* add app submenu (#4452 )
* add app submenu
* fix
* width & i18n
* optimize submenu code (#4515 )
* optimize submenu code
* fix
* fix
* fix
* fix ts
* perf: dashboard sub menu
* doc
---------
Co-authored-by: heheer <heheer@sealos.io >
* feat: value format test
* doc
* Mcp export (#4555 )
* feat: mcp server
* feat: mcp server
* feat: mcp server build
* update doc
* perf: path selector (#4556 )
* perf: path selector
* fix: docker file path
* perf: add image endpoint to dataset search (#4557 )
* perf: add image endpoint to dataset search
* fix: mcp_server url
* human in loop (#4558 )
* Support interactive nodes for loops, and enhance the function of merging nested and loop node history messages. (#4552 )
* feat: add LoopInteractive definition
* feat: Support LoopInteractive type and update related logic
* fix: Refactor loop handling logic and improve output value initialization
* feat: Add mergeSignId to dispatchLoop and dispatchRunAppNode responses
* feat: Enhance mergeChatResponseData to recursively merge plugin details and improve response handling
* refactor: Remove redundant comments in mergeChatResponseData for clarity
* perf: loop interactive
* perf: human in loop
---------
Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com >
* mcp server ui
* integrate mcp (#4549 )
* integrate mcp
* delete unused code
* fix ts
* bug fix
* fix
* support whole mcp tools
* add try catch
* fix
* fix
* fix ts
* fix test
* fix ts
* fix: interactive in v1 completions
* doc
* fix: router path
* fix mcp integrate (#4563 )
* fix mcp integrate
* fix ui
* fix: mcp ux
* feat: mcp call title
* remove repeat loading
* fix mcp tools avatar (#4564 )
* fix
* fix avatar
* fix update version
* update doc
* fix: value format
* close server and remove cache
* perf: avatar
---------
Co-authored-by: heheer <heheer@sealos.io >
Co-authored-by: Theresa <63280168+sd0ric4@users.noreply.github.com >
2025-04-16 22:18:51 +08:00
Finley Ge
47f674666b
fix: app/dataset create ( #4554 )
2025-04-16 12:04:00 +08:00
Archer
0c9e56c1ee
Test sandbox ( #4547 )
...
* feat: python sandbox execute with a temporary file (#4464 )
* change runPythonSandbox:
1. write code into a temp file in /tmp dir then run it
2. write sandbox python script into a tmp file then run it
* repair subProcess.py file does not generate in tmp dir
* Adjust the security policy to kill (#4546 )
---------
Co-authored-by: Donald Yang <yjyangfan@gmail.com >
Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com >
2025-04-15 16:26:10 +08:00
dependabot[bot]
565b3e4319
chore(deps): bump @nestjs/common from 10.4.15 to 10.4.16 ( #4541 )
...
Bumps [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common ) from 10.4.15 to 10.4.16.
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/commits/v10.4.16/packages/common )
---
updated-dependencies:
- dependency-name: "@nestjs/common"
dependency-version: 10.4.16
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-15 15:26:09 +08:00
Finley Ge
efad4c101f
test: add opreationLog mock ( #4542 )
2025-04-15 14:03:21 +08:00
Archer
b943d05d5a
V4.9.5 feature ( #4534 )
...
* update doc
* add response detail value
* fix: filter params
2025-04-14 18:36:16 +08:00
gggaaallleee
2af3cd83f2
update Log ( #4533 )
...
* add log search
* update log
2025-04-14 18:28:42 +08:00
heheer
38597d8f04
fix chat test response detail ( #4529 )
2025-04-14 17:01:22 +08:00
Archer
88ed019717
feat: workflow input node add selectMulti; MultipleSelect component ( #4527 )
...
* feat: workflow input node add selectMulti; MultipleSelect component add disabled state (#4440 )
* perf: input form support multiple select
---------
Co-authored-by: mmagi <magizhang@qq.com >
2025-04-14 14:39:35 +08:00