Skip to content

Releases: labring/fastgpt-plugin

V0.2.4

21 Oct 02:17
db356d6

Choose a tag to compare

变更说明

  1. 新增 GPT 图像生成和编辑工具。
  2. 修复 S3 文件上传在 worker 中异常。
  3. 移除 S3 原生定期删除策略。

What's Changed

Full Changelog: v0.2.3...v0.2.4

V0.2.3

17 Oct 12:26
b5fdddb

Choose a tag to compare

变更说明

  1. 新增:Perplexity search 工具。
  2. 新增:Base64转文件工具。
  3. 新增:MiniMax TTS 文件生成工具。
  4. 新增:Openrouter nano banana 绘图工具。
  5. 新增:Redis 缓存操作工具。
  6. 新增:Tavily search 工具。
  7. 新增:硅基流动 qwen-image 和 qwen-image-edit 工具。
  8. 新增:飞书多维表格操作套件。
  9. 新增:Youtube 字幕提取。
  10. 新增:阿里百炼 qwen image edit。
  11. 新增:Markdown 转 PPT 工具。
  12. 新增:whisper 语音转文字工具。
  13. 修复:oracle输出格式问题。
  14. 系统工具支持配置是否需要在 Worker 中运行。

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

V0.2.2

30 Sep 07:36
e486e17

Choose a tag to compare

变更说明

  1. 新增 Claude4.5, qwen3, kimi2, deepseek3.2 模型预设。
  2. 墨迹天气工具。
  3. 必优 PPT 生成工具。
  4. 可配置最大请求体大小,以及内部网络请求最大响应大小,避免响应体过大,导致内存溢出。

What's Changed

Full Changelog: v0.2.1...v0.2.2

V0.2.1

29 Sep 11:56
a28a042

Choose a tag to compare

变更内容

  1. 新增base64解码成text/image工具
  2. 新增clickhouse,oracle数据库操作
  3. 新增kimi、qwen3、deepseek3.2模型预设

What's Changed

  • fix: bucket init by @c121914yu in #196
  • fix: worker connect mongoose causes timeout error. by @FinleyGe in #199
  • feat: integrate multiple sql-like database tool set by @xqvvu in #201
  • fix: compensate sql statement semi colon by @xqvvu in #202
  • perf: fetch url limit size;feat: new model and base64 decode tool by @c121914yu in #205

New Contributors

Full Changelog: v0.2.0...v0.2.1

V0.2.0-fix2

26 Sep 05:19
8eabc01

Choose a tag to compare

变更说明

  1. 修复因 mongoose 被打包进入worker中,导致worker无法运行超过10s。

What's Changed

  • fix: worker connect mongoose causes timeout error. by @FinleyGe in #199

Full Changelog: v0.2.0-fix...v0.2.0-fix2

V0.2.0-fix

25 Sep 13:01
c0f2525

Choose a tag to compare

变更说明

  1. 修复未执行初始桶创建

What's Changed

Full Changelog: v0.2.0...v0.2.0-fix

V0.2.0

25 Sep 07:34
85a5cf9

Choose a tag to compare

变更说明

  1. 支持热更新系统工具。
  2. 新增火山引擎融合信息搜索工具。

What's Changed

New Contributors

Full Changelog: v0.1.14...v0.2.0

V0.1.13

07 Sep 13:11
9cadf50

Choose a tag to compare

变更内容

  1. 增加 deepseek-v3.1
  2. 增加 kimi-k2-0905-preview

What's Changed

Full Changelog: v0.1.12...v0.1.13

V0.1.12

07 Sep 06:41
4e558d3

Choose a tag to compare

变更内容

  1. 发送邮件工具,修复不支持多用户问题。
  2. 支持系统模型类型动态更新。
  3. 支持系统工具类型动态更新。
  4. 迁移fastgpt应用模板至该项目。

What's Changed

Full Changelog: v0.1.11...v0.1.12

V0.1.11

25 Aug 11:24
65d6ad6

Choose a tag to compare

变更说明

  1. 修复Doc2x 类型错误。
  2. 修复 smtpEmail SSL 错误。
  3. 模型提供商封装到 sdk 中。

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.1.11