- 29 Apr, 2025 2 commits
- 28 Apr, 2025 10 commits
-
-
* perf: chat log list * remove log
Archer committed -
* 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
dreamer6680 committed -
heheer committed
-
* perf: share link tip * udpate doc
Archer committed -
heheer committed
-
* feat: streamable http mcp * mcp api path * fix: ts
Archer committed -
* update 4.9.7 doc * doc
Archer committed -
Archer committed
-
* update doc * perf: add outlink usage * feat: jina provider
Archer committed -
* fix share link chat quote number * fix ts * usememo
heheer committed
-
- 27 Apr, 2025 9 commits
-
-
Archer committed
-
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
gru-agent[bot] committed -
* 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>
Archer committed -
* update i18n * perf: Add tool call prompt
Archer committed -
heheer committed
-
Co-authored-by: heheer <heheer@sealos.io>
Archer committed -
* Add oceanbase-version docker-compose.yml, update deployment documents * sync and improve * format --------- Co-authored-by: sa-buc <wangyanwen.wyw@sqaobnoxdn006013051242.sa128>
Shiver committed -
Sure! Please provide the content of the git diff so I can help you generate a concise commit message. (#4667) Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
gru-agent[bot] committed -
heheer committed
-
- 26 Apr, 2025 2 commits
-
-
Archer committed
-
* 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>
Archer committed
-
- 25 Apr, 2025 2 commits
- 24 Apr, 2025 1 commit
-
-
* support mcp streamable http * fix * fix * remove deps
heheer committed
-
- 22 Apr, 2025 3 commits
-
-
* 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
heheer committed -
Co-authored-by: gru-agent[bot] <185149714+gru-agent[bot]@users.noreply.github.com>
gru-agent[bot] committed -
heheer committed
-
- 21 Apr, 2025 6 commits
-
-
* fix: app copy * test: add app copy test case
Finley Ge committed -
Finley Ge committed
-
* 修复表单单选选中长文本时,文字溢出选择框的问题;修复表单单选下拉选项在移动端界面上触发自动换行时部分文字位于屏幕之外的问题 (#4600) * fix: 修复表单单选选中长文本时,文字溢出选择框的问题 * fix: 修复表单单选下拉选项在移动端界面上触发自动换行时部分文字位于屏幕之外的问题 * perf: select components --------- Co-authored-by: mmagi <magizhang@qq.com>
Archer committed -
* fix: model config undefined value * perf: init model
Archer committed -
Deepturn committed
-
Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.0 to 2.6.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.4.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
-
- 20 Apr, 2025 2 commits
- 18 Apr, 2025 3 commits