Releases: labring/fastgpt-plugin
Releases · labring/fastgpt-plugin
V0.2.2
变更说明
- 新增 Claude4.5, qwen3, kimi2, deepseek3.2 模型预设。
- 墨迹天气工具。
- 必优 PPT 生成工具。
- 可配置最大请求体大小,以及内部网络请求最大响应大小,避免响应体过大,导致内存溢出。
What's Changed
- perf: support other icon format by @FinleyGe in #204
- feat: support claude-sonnet-4-5-20250929 model preset by @FinleyGe in #206
- feat: moji weather plugin by @fishwww-ww in #195
- fix: dbops icon; perf: refresh versionKey when service starting by @FinleyGe in #208
- fix: tool icon by @FinleyGe in #209
- fix: tool id in dev mode by @FinleyGe in #211
- feat: add moji weather document by @fishwww-ww in #210
- chore: remove linkMemo by @FinleyGe in #212
- Update systen tool type by @c121914yu in #213
- feat: chatPPT plugin by @fishwww-ww in #203
- ppt code by @c121914yu in #214
Full Changelog: v0.2.1...v0.2.2
V0.2.1
变更内容
- 新增base64解码成text/image工具
- 新增clickhouse,oracle数据库操作
- 新增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
变更说明
- 修复因 mongoose 被打包进入worker中,导致worker无法运行超过10s。
What's Changed
Full Changelog: v0.2.0-fix...v0.2.0-fix2
V0.2.0-fix
变更说明
- 修复未执行初始桶创建
What's Changed
- fix: bucket init by @c121914yu in #196
Full Changelog: v0.2.0...v0.2.0-fix
V0.2.0
变更说明
- 支持热更新系统工具。
- 新增火山引擎融合信息搜索工具。
What's Changed
- feat: add base64 to image plugin by @fishwww-ww in #194
New Contributors
- @fishwww-ww made their first contribution in #194
Full Changelog: v0.1.14...v0.2.0
V0.1.13
变更内容
- 增加 deepseek-v3.1
- 增加 kimi-k2-0905-preview
What's Changed
- feat: kimi and ds 3.1 by @c121914yu in #179
- remove empty by @c121914yu in #180
Full Changelog: v0.1.12...v0.1.13
V0.1.12
变更内容
- 发送邮件工具,修复不支持多用户问题。
- 支持系统模型类型动态更新。
- 支持系统工具类型动态更新。
- 迁移fastgpt应用模板至该项目。
What's Changed
- fix: smtpEmail to, cc, bcc Type parse by @FinleyGe in #170
- feat: add ToolTypeTranslations for multilingual support in tool types by @ctrlz526 in #163
- feat: add Sangfor model provider and API endpoint by @ctrlz526 in #169
- fix: type by @FinleyGe in #173
- fix: update linkMemo tool description for clarity by @ctrlz526 in #172
- perf: model provider by @c121914yu in #174
- feat(tool): databaseConnection update output type by @FinleyGe in #176
- tool type by @c121914yu in #177
- feat: workflow templates by @ctrlz526 in #166
- dloc by @c121914yu in #178
Full Changelog: v0.1.11...v0.1.12
V0.1.11
变更说明
- 修复Doc2x 类型错误。
- 修复 smtpEmail SSL 错误。
- 模型提供商封装到 sdk 中。
What's Changed
- fix: doc2x error type by @FinleyGe in #160
- feat: add linkMemo tool package with configuration by @ctrlz526 in #161
- refactor: adjust linkMemo tool configuration by @Deepturn in #162
- fix: tool smtpEmail ssl type by @FinleyGe in #164
- feat: add ProviderTranslations for multilingual support in constants by @ctrlz526 in #165
- perf: model provider move by @c121914yu in #167
New Contributors
Full Changelog: v0.1.10...v0.1.11
V0.1.10
What's Changed
- chore: remove Bing tool package and related files by @ctrlz526 in #158
- feat: add toolDescription field for enhanced tool metadata by @ctrlz526 in #157
- fix: doc2x by @c121914yu in #159
- fix:add s3 proxy when env config by @dingzhenznen in #152
New Contributors
- @dingzhenznen made their first contribution in #152
Full Changelog: v0.1.9...v0.1.10