Skip to content

Releases: nextai-translator/bob-plugin-openai-translator

v4.2.3

02 Jan 15:34

Choose a tag to compare

Reorder config options for better UX

v4.2.2

31 Dec 09:50

Choose a tag to compare

修复 non-streaming 下模型返回连续空行的问题

v4.2.1

18 Dec 16:29

Choose a tag to compare

Fix API error "Unsupported parameter: 'reasoning.effort' is not supported with this model" when using non-reasoning models

v4.2.0

18 Dec 09:34

Choose a tag to compare

Add Chat Completions API support

v4.1.0

18 Dec 03:17

Choose a tag to compare

Add thinking mode toggle for reasoning models

v4.0.3

21 Aug 17:18

Choose a tag to compare

重构流式响应处理逻辑,采用更健壮的 SSE 解析器实现,提升代码可维护性。

v4.0.2

13 Aug 02:15

Choose a tag to compare

修复流式响应过程中偶发的解析错误问题

v4.0.1

09 Aug 05:40

Choose a tag to compare

Migrate from pnpm to Bun for improved build performance

v4.0.0

08 Aug 15:04

Choose a tag to compare

🚀 Release v4.0.0 - OpenAI Responses API Revolution

✨ What's New

  • 迁移至 OpenAI Responses API - 告别 Chat Completions,拥抱更简洁的新 API
  • 支持最新 GPT-5 系列模型 - 默认使用 gpt-5-mini,同时支持 gpt-5-nano 等新模型
  • 响应处理优化: 适配新的流式响应格式

🐛 Bug Fixes

  • 改进配置验证顺序,先检查后使用
  • 优化错误提示信息的准确性

⚠️ Breaking Changes

  • 需要更新 API 端点配置(如果使用自定义端点)
  • API 请求格式完全改变(插件会自动处理)

v3.3.2

16 May 03:46

Choose a tag to compare

对于 Azure OpenAI Service 不再要求域名部分一定包含 "openai.azure.com"