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

20
pnpm-lock.yaml generated
View File

@@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@anthropic-ai/sdk':
specifier: ^0.57.0
version: 0.57.0
specifier: ^0.59.0
version: 0.59.0
'@push.rocks/smartarray':
specifier: ^1.1.0
version: 1.1.0
@@ -33,8 +33,8 @@ importers:
specifier: ^1.0.10
version: 1.0.10
openai:
specifier: ^5.11.0
version: 5.11.0(ws@8.18.3)(zod@3.25.76)
specifier: ^5.12.2
version: 5.12.2(ws@8.18.3)(zod@3.25.76)
devDependencies:
'@git.zone/tsbuild':
specifier: ^2.6.4
@@ -60,8 +60,8 @@ importers:
packages:
'@anthropic-ai/sdk@0.57.0':
resolution: {integrity: sha512-z5LMy0MWu0+w2hflUgj4RlJr1R+0BxKXL7ldXTO8FasU8fu599STghO+QKwId2dAD0d464aHtU+ChWuRHw4FNw==}
'@anthropic-ai/sdk@0.59.0':
resolution: {integrity: sha512-m9w9tC+N+GUNprwEOhU3VKKSYwXA1fIevRCe7kOFonV4xu5vxqmqyoLy+dkdVvc5W1F4WUTVE/7I4criaF9gnw==}
hasBin: true
'@api.global/typedrequest-interfaces@2.0.2':
@@ -4206,8 +4206,8 @@ packages:
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
engines: {node: '>=12'}
openai@5.11.0:
resolution: {integrity: sha512-+AuTc5pVjlnTuA9zvn8rA/k+1RluPIx9AD4eDcnutv6JNwHHZxIhkFy+tmMKCvmMFDQzfA/r1ujvPWB19DQkYg==}
openai@5.12.2:
resolution: {integrity: sha512-xqzHHQch5Tws5PcKR2xsZGX9xtch+JQFz5zb14dGqlshmmDAFBFEWmeIpf7wVqWV+w7Emj7jRgkNJakyKE0tYQ==}
hasBin: true
peerDependencies:
ws: ^8.18.0
@@ -5265,7 +5265,7 @@ packages:
snapshots:
'@anthropic-ai/sdk@0.57.0': {}
'@anthropic-ai/sdk@0.59.0': {}
'@api.global/typedrequest-interfaces@2.0.2': {}
@@ -11313,7 +11313,7 @@ snapshots:
is-docker: 2.2.1
is-wsl: 2.2.0
openai@5.11.0(ws@8.18.3)(zod@3.25.76):
openai@5.12.2(ws@8.18.3)(zod@3.25.76):
optionalDependencies:
ws: 8.18.3
zod: 3.25.76