fix(openaiProvider): Update default chat model to gpt-5-mini and bump dependency versions

This commit is contained in:
2025-08-12 13:15:36 +00:00
parent 93bb375059
commit 052f37294d
5 changed files with 24 additions and 16 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-08-12 - 0.5.11 - fix(openaiProvider)
Update default chat model to gpt-5-mini and bump dependency versions
- Changed default chat model in OpenAiProvider from 'o3-mini' and 'o4-mini' to 'gpt-5-mini'
- Upgraded @anthropic-ai/sdk from ^0.57.0 to ^0.59.0
- Upgraded openai from ^5.11.0 to ^5.12.2
- Added new local Claude settings configuration (.claude/settings.local.json)
## 2025-08-03 - 0.5.10 - fix(dependencies)
Update SmartPdf to v4.1.1 for enhanced PDF processing capabilities