1. 06 May, 2025 4 commits
  2. 05 May, 2025 3 commits
    • update next version (#4743) · 7b9f9351
      Archer committed
    • Yuque dataset baseurl (#4742) · a6fbfac9
      * 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>
      Archer committed
    • perf: i18n (#4740) · 864eff47
      * feat: login limit time config
      
      * doc
      
      * perf: code
      
      * i18n update
      
      * update lock
      
      * fix: ts
      
      * update package
      Archer committed
  3. 30 Apr, 2025 3 commits
  4. 29 Apr, 2025 7 commits
  5. 28 Apr, 2025 10 commits
  6. 27 Apr, 2025 9 commits
  7. 26 Apr, 2025 2 commits
    • V4.9.7 feature (#4669) · 0720bbe4
      * 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
  8. 25 Apr, 2025 2 commits