@aigne/openai 0.16.16 → 1.74.0-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/README.md +11 -11
  2. package/dist/_virtual/rolldown_runtime.cjs +29 -0
  3. package/dist/index.cjs +10 -0
  4. package/dist/index.d.cts +4 -0
  5. package/dist/index.d.mts +4 -0
  6. package/dist/index.mjs +5 -0
  7. package/dist/openai-chat-model.cjs +371 -0
  8. package/dist/openai-chat-model.d.cts +165 -0
  9. package/dist/openai-chat-model.d.cts.map +1 -0
  10. package/dist/openai-chat-model.d.mts +165 -0
  11. package/dist/openai-chat-model.d.mts.map +1 -0
  12. package/dist/openai-chat-model.mjs +368 -0
  13. package/dist/openai-chat-model.mjs.map +1 -0
  14. package/dist/openai-image-model.cjs +123 -0
  15. package/dist/openai-image-model.d.cts +57 -0
  16. package/dist/openai-image-model.d.cts.map +1 -0
  17. package/dist/openai-image-model.d.mts +57 -0
  18. package/dist/openai-image-model.d.mts.map +1 -0
  19. package/dist/openai-image-model.mjs +123 -0
  20. package/dist/openai-image-model.mjs.map +1 -0
  21. package/dist/openai-video-model.cjs +112 -0
  22. package/dist/openai-video-model.d.cts +95 -0
  23. package/dist/openai-video-model.d.cts.map +1 -0
  24. package/dist/openai-video-model.d.mts +95 -0
  25. package/dist/openai-video-model.d.mts.map +1 -0
  26. package/dist/openai-video-model.mjs +112 -0
  27. package/dist/openai-video-model.mjs.map +1 -0
  28. package/dist/openai.cjs +14 -0
  29. package/dist/openai.mjs +13 -0
  30. package/dist/openai.mjs.map +1 -0
  31. package/package.json +29 -30
  32. package/CHANGELOG.md +0 -2448
  33. package/lib/cjs/index.d.ts +0 -3
  34. package/lib/cjs/index.js +0 -19
  35. package/lib/cjs/openai-chat-model.d.ts +0 -160
  36. package/lib/cjs/openai-chat-model.js +0 -465
  37. package/lib/cjs/openai-image-model.d.ts +0 -55
  38. package/lib/cjs/openai-image-model.js +0 -110
  39. package/lib/cjs/openai-video-model.d.ts +0 -92
  40. package/lib/cjs/openai-video-model.js +0 -118
  41. package/lib/cjs/openai.d.ts +0 -4
  42. package/lib/cjs/openai.js +0 -17
  43. package/lib/cjs/package.json +0 -3
  44. package/lib/dts/index.d.ts +0 -3
  45. package/lib/dts/openai-chat-model.d.ts +0 -160
  46. package/lib/dts/openai-image-model.d.ts +0 -55
  47. package/lib/dts/openai-video-model.d.ts +0 -92
  48. package/lib/dts/openai.d.ts +0 -4
  49. package/lib/esm/index.d.ts +0 -3
  50. package/lib/esm/index.js +0 -3
  51. package/lib/esm/openai-chat-model.d.ts +0 -160
  52. package/lib/esm/openai-chat-model.js +0 -459
  53. package/lib/esm/openai-image-model.d.ts +0 -55
  54. package/lib/esm/openai-image-model.js +0 -106
  55. package/lib/esm/openai-video-model.d.ts +0 -92
  56. package/lib/esm/openai-video-model.js +0 -114
  57. package/lib/esm/openai.d.ts +0 -4
  58. package/lib/esm/openai.js +0 -10
  59. package/lib/esm/package.json +0 -3
package/CHANGELOG.md DELETED
@@ -1,2448 +0,0 @@
1
- # Changelog
2
-
3
- ## [0.16.16](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.25...openai-v0.16.16) (2026-01-16)
4
-
5
-
6
- ### Dependencies
7
-
8
- * The following workspace dependencies were updated
9
- * dependencies
10
- * @aigne/core bumped to 1.72.0
11
- * @aigne/platform-helpers bumped to 0.6.7
12
- * devDependencies
13
- * @aigne/test-utils bumped to 0.5.69
14
-
15
- ## [0.16.16-beta.25](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.24...openai-v0.16.16-beta.25) (2026-01-16)
16
-
17
-
18
- ### Features
19
-
20
- * add dynamic model options resolution with getter pattern ([#708](https://github.com/AIGNE-io/aigne-framework/issues/708)) ([5ed5085](https://github.com/AIGNE-io/aigne-framework/commit/5ed5085203763c70194853c56edc13acf56d81c6))
21
- * add modalities support for chat model ([#454](https://github.com/AIGNE-io/aigne-framework/issues/454)) ([70d1bf6](https://github.com/AIGNE-io/aigne-framework/commit/70d1bf631f4e711235d89c6df8ee210a19179b30))
22
- * add prompt caching for OpenAI/Gemini/Anthropic and cache token display ([#838](https://github.com/AIGNE-io/aigne-framework/issues/838)) ([46c628f](https://github.com/AIGNE-io/aigne-framework/commit/46c628f180572ea1b955d1a9888aad6145204842))
23
- * add reasoningEffort option for chat model ([#680](https://github.com/AIGNE-io/aigne-framework/issues/680)) ([f69d232](https://github.com/AIGNE-io/aigne-framework/commit/f69d232d714d4a3e4946bdc8c6598747c9bcbd57))
24
- * **core:** add automatic JSON parsing and validation for structured outputs ([#548](https://github.com/AIGNE-io/aigne-framework/issues/548)) ([9077f93](https://github.com/AIGNE-io/aigne-framework/commit/9077f93856865915aaf5e8caa5638ef0b7f05b1e))
25
- * **core:** add nested getter pattern support for model options ([#796](https://github.com/AIGNE-io/aigne-framework/issues/796)) ([824b2fe](https://github.com/AIGNE-io/aigne-framework/commit/824b2fe55cb2a24620e2bb73b470532918fa2996))
26
- * improve image model architecture and file handling ([#527](https://github.com/AIGNE-io/aigne-framework/issues/527)) ([4db50aa](https://github.com/AIGNE-io/aigne-framework/commit/4db50aa0387a1a0f045ca11aaa61613e36ca7597))
27
- * **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
28
- * support custom prefer input file type ([#469](https://github.com/AIGNE-io/aigne-framework/issues/469)) ([db0161b](https://github.com/AIGNE-io/aigne-framework/commit/db0161bbac52542c771ee2f40f361636b0668075))
29
-
30
-
31
- ### Bug Fixes
32
-
33
- * add prefer input file type option for image model ([#536](https://github.com/AIGNE-io/aigne-framework/issues/536)) ([3cba8a5](https://github.com/AIGNE-io/aigne-framework/commit/3cba8a5562233a1567b49b6dd5c446c0760f5c4c))
34
- * add taskTitle to observability traces and fix GPT-5/o1 model parameters ([#700](https://github.com/AIGNE-io/aigne-framework/issues/700)) ([30b513b](https://github.com/AIGNE-io/aigne-framework/commit/30b513b46ab5edb58a37f29e566e311bbb389f44))
35
- * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
36
- * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
37
- * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
38
- * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
39
- * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
40
- * **docs:** update video mode docs ([#695](https://github.com/AIGNE-io/aigne-framework/issues/695)) ([d691001](https://github.com/AIGNE-io/aigne-framework/commit/d69100169457c16c14f2f3e2f7fcd6b2a99330f3))
41
- * improve image model parameters ([#530](https://github.com/AIGNE-io/aigne-framework/issues/530)) ([d66b5ca](https://github.com/AIGNE-io/aigne-framework/commit/d66b5ca01e14baad2712cc1a84930cdb63703232))
42
- * improve test coverage tracking and reporting ([#903](https://github.com/AIGNE-io/aigne-framework/issues/903)) ([031144e](https://github.com/AIGNE-io/aigne-framework/commit/031144e74f29e882cffe52ffda8f7a18c76ace7f))
43
- * input schema of AI agent should includes input key and input file key ([#600](https://github.com/AIGNE-io/aigne-framework/issues/600)) ([b4ca076](https://github.com/AIGNE-io/aigne-framework/commit/b4ca076d6b4a1a1ecb8d4ebb008abd0d7561aadd))
44
- * **models:** add image parameters support for video generation ([#684](https://github.com/AIGNE-io/aigne-framework/issues/684)) ([b048b7f](https://github.com/AIGNE-io/aigne-framework/commit/b048b7f92bd7a532dbdbeb6fb5fa5499bae6b953))
45
- * **models:** add mineType for transform file ([#667](https://github.com/AIGNE-io/aigne-framework/issues/667)) ([155a173](https://github.com/AIGNE-io/aigne-framework/commit/155a173e75aff1dbe870a1305455a4300942e07a))
46
- * **models:** aigne hub video params ([#665](https://github.com/AIGNE-io/aigne-framework/issues/665)) ([d00f836](https://github.com/AIGNE-io/aigne-framework/commit/d00f8368422d8e3707b974e1aff06714731ebb28))
47
- * **model:** transform local file to base64 before request llm ([#462](https://github.com/AIGNE-io/aigne-framework/issues/462)) ([58ef5d7](https://github.com/AIGNE-io/aigne-framework/commit/58ef5d77046c49f3c4eed15b7f0cc283cbbcd74a))
48
- * **model:** updated default video duration settings for AI video models ([#663](https://github.com/AIGNE-io/aigne-framework/issues/663)) ([1203941](https://github.com/AIGNE-io/aigne-framework/commit/12039411aaef77ba665e8edfb0fe6f8097c43e39))
49
- * remove useless parameter ([efb0690](https://github.com/AIGNE-io/aigne-framework/commit/efb0690cf1ada6de95896e160c7cc5ffc7524ab2))
50
- * standardize file parameter naming across models ([#534](https://github.com/AIGNE-io/aigne-framework/issues/534)) ([f159a9d](https://github.com/AIGNE-io/aigne-framework/commit/f159a9d6af21ec0e99641996b150560929845845))
51
- * support optional field sturectured output for gemini ([#468](https://github.com/AIGNE-io/aigne-framework/issues/468)) ([70c6279](https://github.com/AIGNE-io/aigne-framework/commit/70c62795039a2862e3333f26707329489bf938de))
52
- * update deps compatibility in CommonJS environment ([#580](https://github.com/AIGNE-io/aigne-framework/issues/580)) ([a1e35d0](https://github.com/AIGNE-io/aigne-framework/commit/a1e35d016405accb51c1aeb6a544503a1c78e912))
53
-
54
-
55
- ### Dependencies
56
-
57
- * The following workspace dependencies were updated
58
- * dependencies
59
- * @aigne/core bumped to 1.72.0-beta.25
60
- * devDependencies
61
- * @aigne/test-utils bumped to 0.5.69-beta.25
62
-
63
- ## [0.16.16-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.23...openai-v0.16.16-beta.24) (2026-01-16)
64
-
65
-
66
- ### Dependencies
67
-
68
- * The following workspace dependencies were updated
69
- * dependencies
70
- * @aigne/core bumped to 1.72.0-beta.24
71
- * devDependencies
72
- * @aigne/test-utils bumped to 0.5.69-beta.24
73
-
74
- ## [0.16.16-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.22...openai-v0.16.16-beta.23) (2026-01-15)
75
-
76
-
77
- ### Dependencies
78
-
79
- * The following workspace dependencies were updated
80
- * dependencies
81
- * @aigne/core bumped to 1.72.0-beta.23
82
- * devDependencies
83
- * @aigne/test-utils bumped to 0.5.69-beta.23
84
-
85
- ## [0.16.16-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.21...openai-v0.16.16-beta.22) (2026-01-15)
86
-
87
-
88
- ### Dependencies
89
-
90
- * The following workspace dependencies were updated
91
- * dependencies
92
- * @aigne/core bumped to 1.72.0-beta.22
93
- * devDependencies
94
- * @aigne/test-utils bumped to 0.5.69-beta.22
95
-
96
- ## [0.16.16-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.20...openai-v0.16.16-beta.21) (2026-01-15)
97
-
98
-
99
- ### Dependencies
100
-
101
- * The following workspace dependencies were updated
102
- * dependencies
103
- * @aigne/core bumped to 1.72.0-beta.21
104
- * devDependencies
105
- * @aigne/test-utils bumped to 0.5.69-beta.21
106
-
107
- ## [0.16.16-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.19...openai-v0.16.16-beta.20) (2026-01-15)
108
-
109
-
110
- ### Dependencies
111
-
112
- * The following workspace dependencies were updated
113
- * dependencies
114
- * @aigne/core bumped to 1.72.0-beta.20
115
- * devDependencies
116
- * @aigne/test-utils bumped to 0.5.69-beta.20
117
-
118
- ## [0.16.16-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.18...openai-v0.16.16-beta.19) (2026-01-14)
119
-
120
-
121
- ### Bug Fixes
122
-
123
- * improve test coverage tracking and reporting ([#903](https://github.com/AIGNE-io/aigne-framework/issues/903)) ([031144e](https://github.com/AIGNE-io/aigne-framework/commit/031144e74f29e882cffe52ffda8f7a18c76ace7f))
124
-
125
-
126
- ### Dependencies
127
-
128
- * The following workspace dependencies were updated
129
- * dependencies
130
- * @aigne/core bumped to 1.72.0-beta.19
131
- * @aigne/platform-helpers bumped to 0.6.7-beta.2
132
- * devDependencies
133
- * @aigne/test-utils bumped to 0.5.69-beta.19
134
-
135
- ## [0.16.16-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.17...openai-v0.16.16-beta.18) (2026-01-13)
136
-
137
-
138
- ### Dependencies
139
-
140
- * The following workspace dependencies were updated
141
- * dependencies
142
- * @aigne/core bumped to 1.72.0-beta.18
143
- * devDependencies
144
- * @aigne/test-utils bumped to 0.5.69-beta.18
145
-
146
- ## [0.16.16-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.16...openai-v0.16.16-beta.17) (2026-01-12)
147
-
148
-
149
- ### Dependencies
150
-
151
- * The following workspace dependencies were updated
152
- * dependencies
153
- * @aigne/core bumped to 1.72.0-beta.17
154
- * devDependencies
155
- * @aigne/test-utils bumped to 0.5.69-beta.17
156
-
157
- ## [0.16.16-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.15...openai-v0.16.16-beta.16) (2026-01-12)
158
-
159
-
160
- ### Dependencies
161
-
162
- * The following workspace dependencies were updated
163
- * dependencies
164
- * @aigne/core bumped to 1.72.0-beta.16
165
- * devDependencies
166
- * @aigne/test-utils bumped to 0.5.69-beta.16
167
-
168
- ## [0.16.16-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.14...openai-v0.16.16-beta.15) (2026-01-10)
169
-
170
-
171
- ### Dependencies
172
-
173
- * The following workspace dependencies were updated
174
- * dependencies
175
- * @aigne/core bumped to 1.72.0-beta.15
176
- * devDependencies
177
- * @aigne/test-utils bumped to 0.5.69-beta.15
178
-
179
- ## [0.16.16-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.13...openai-v0.16.16-beta.14) (2026-01-09)
180
-
181
-
182
- ### Dependencies
183
-
184
- * The following workspace dependencies were updated
185
- * dependencies
186
- * @aigne/core bumped to 1.72.0-beta.14
187
- * devDependencies
188
- * @aigne/test-utils bumped to 0.5.69-beta.14
189
-
190
- ## [0.16.16-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.12...openai-v0.16.16-beta.13) (2026-01-08)
191
-
192
-
193
- ### Bug Fixes
194
-
195
- * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
196
-
197
-
198
- ### Dependencies
199
-
200
- * The following workspace dependencies were updated
201
- * dependencies
202
- * @aigne/core bumped to 1.72.0-beta.13
203
- * @aigne/platform-helpers bumped to 0.6.7-beta.1
204
- * devDependencies
205
- * @aigne/test-utils bumped to 0.5.69-beta.13
206
-
207
- ## [0.16.16-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.11...openai-v0.16.16-beta.12) (2026-01-07)
208
-
209
-
210
- ### Dependencies
211
-
212
- * The following workspace dependencies were updated
213
- * dependencies
214
- * @aigne/core bumped to 1.72.0-beta.12
215
- * devDependencies
216
- * @aigne/test-utils bumped to 0.5.69-beta.12
217
-
218
- ## [0.16.16-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.10...openai-v0.16.16-beta.11) (2026-01-06)
219
-
220
-
221
- ### Dependencies
222
-
223
- * The following workspace dependencies were updated
224
- * dependencies
225
- * @aigne/core bumped to 1.72.0-beta.11
226
- * devDependencies
227
- * @aigne/test-utils bumped to 0.5.69-beta.11
228
-
229
- ## [0.16.16-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.9...openai-v0.16.16-beta.10) (2026-01-06)
230
-
231
-
232
- ### Dependencies
233
-
234
- * The following workspace dependencies were updated
235
- * dependencies
236
- * @aigne/core bumped to 1.72.0-beta.10
237
- * devDependencies
238
- * @aigne/test-utils bumped to 0.5.69-beta.10
239
-
240
- ## [0.16.16-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.8...openai-v0.16.16-beta.9) (2026-01-02)
241
-
242
-
243
- ### Dependencies
244
-
245
- * The following workspace dependencies were updated
246
- * dependencies
247
- * @aigne/core bumped to 1.72.0-beta.9
248
- * devDependencies
249
- * @aigne/test-utils bumped to 0.5.69-beta.9
250
-
251
- ## [0.16.16-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.7...openai-v0.16.16-beta.8) (2025-12-31)
252
-
253
-
254
- ### Dependencies
255
-
256
- * The following workspace dependencies were updated
257
- * dependencies
258
- * @aigne/core bumped to 1.72.0-beta.8
259
- * devDependencies
260
- * @aigne/test-utils bumped to 0.5.69-beta.8
261
-
262
- ## [0.16.16-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.6...openai-v0.16.16-beta.7) (2025-12-26)
263
-
264
-
265
- ### Dependencies
266
-
267
- * The following workspace dependencies were updated
268
- * dependencies
269
- * @aigne/core bumped to 1.72.0-beta.7
270
- * devDependencies
271
- * @aigne/test-utils bumped to 0.5.69-beta.7
272
-
273
- ## [0.16.16-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.5...openai-v0.16.16-beta.6) (2025-12-25)
274
-
275
-
276
- ### Dependencies
277
-
278
- * The following workspace dependencies were updated
279
- * dependencies
280
- * @aigne/core bumped to 1.72.0-beta.6
281
- * devDependencies
282
- * @aigne/test-utils bumped to 0.5.69-beta.6
283
-
284
- ## [0.16.16-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.4...openai-v0.16.16-beta.5) (2025-12-25)
285
-
286
-
287
- ### Dependencies
288
-
289
- * The following workspace dependencies were updated
290
- * dependencies
291
- * @aigne/core bumped to 1.72.0-beta.5
292
- * devDependencies
293
- * @aigne/test-utils bumped to 0.5.69-beta.5
294
-
295
- ## [0.16.16-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.3...openai-v0.16.16-beta.4) (2025-12-24)
296
-
297
-
298
- ### Dependencies
299
-
300
- * The following workspace dependencies were updated
301
- * dependencies
302
- * @aigne/core bumped to 1.72.0-beta.4
303
- * devDependencies
304
- * @aigne/test-utils bumped to 0.5.69-beta.4
305
-
306
- ## [0.16.16-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.2...openai-v0.16.16-beta.3) (2025-12-19)
307
-
308
-
309
- ### Features
310
-
311
- * add prompt caching for OpenAI/Gemini/Anthropic and cache token display ([#838](https://github.com/AIGNE-io/aigne-framework/issues/838)) ([46c628f](https://github.com/AIGNE-io/aigne-framework/commit/46c628f180572ea1b955d1a9888aad6145204842))
312
-
313
-
314
- ### Dependencies
315
-
316
- * The following workspace dependencies were updated
317
- * dependencies
318
- * @aigne/core bumped to 1.72.0-beta.3
319
- * devDependencies
320
- * @aigne/test-utils bumped to 0.5.69-beta.3
321
-
322
- ## [0.16.16-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta.1...openai-v0.16.16-beta.2) (2025-12-19)
323
-
324
-
325
- ### Dependencies
326
-
327
- * The following workspace dependencies were updated
328
- * dependencies
329
- * @aigne/core bumped to 1.72.0-beta.2
330
- * devDependencies
331
- * @aigne/test-utils bumped to 0.5.69-beta.2
332
-
333
- ## [0.16.16-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.16-beta...openai-v0.16.16-beta.1) (2025-12-17)
334
-
335
-
336
- ### Bug Fixes
337
-
338
- * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
339
-
340
-
341
- ### Dependencies
342
-
343
- * The following workspace dependencies were updated
344
- * dependencies
345
- * @aigne/core bumped to 1.72.0-beta.1
346
- * @aigne/platform-helpers bumped to 0.6.7-beta
347
- * devDependencies
348
- * @aigne/test-utils bumped to 0.5.69-beta.1
349
-
350
- ## [0.16.16-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.15...openai-v0.16.16-beta) (2025-12-17)
351
-
352
-
353
- ### Dependencies
354
-
355
- * The following workspace dependencies were updated
356
- * dependencies
357
- * @aigne/core bumped to 1.72.0-beta
358
- * devDependencies
359
- * @aigne/test-utils bumped to 0.5.69-beta
360
-
361
- ## [0.16.15](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.15-beta.6...openai-v0.16.15) (2025-12-12)
362
-
363
-
364
- ### Dependencies
365
-
366
- * The following workspace dependencies were updated
367
- * dependencies
368
- * @aigne/core bumped to 1.71.0
369
- * @aigne/platform-helpers bumped to 0.6.6
370
- * devDependencies
371
- * @aigne/test-utils bumped to 0.5.68
372
-
373
- ## [0.16.15-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.15-beta.5...openai-v0.16.15-beta.6) (2025-12-11)
374
-
375
-
376
- ### Dependencies
377
-
378
- * The following workspace dependencies were updated
379
- * dependencies
380
- * @aigne/core bumped to 1.71.0-beta.6
381
- * devDependencies
382
- * @aigne/test-utils bumped to 0.5.68-beta.6
383
-
384
- ## [0.16.15-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.15-beta.4...openai-v0.16.15-beta.5) (2025-12-11)
385
-
386
-
387
- ### Dependencies
388
-
389
- * The following workspace dependencies were updated
390
- * dependencies
391
- * @aigne/core bumped to 1.71.0-beta.5
392
- * devDependencies
393
- * @aigne/test-utils bumped to 0.5.68-beta.5
394
-
395
- ## [0.16.15-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.15-beta.3...openai-v0.16.15-beta.4) (2025-12-10)
396
-
397
-
398
- ### Bug Fixes
399
-
400
- * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
401
-
402
-
403
- ### Dependencies
404
-
405
- * The following workspace dependencies were updated
406
- * dependencies
407
- * @aigne/core bumped to 1.71.0-beta.4
408
- * @aigne/platform-helpers bumped to 0.6.6-beta
409
- * devDependencies
410
- * @aigne/test-utils bumped to 0.5.68-beta.4
411
-
412
- ## [0.16.15-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.15-beta.2...openai-v0.16.15-beta.3) (2025-12-10)
413
-
414
-
415
- ### Dependencies
416
-
417
- * The following workspace dependencies were updated
418
- * dependencies
419
- * @aigne/core bumped to 1.71.0-beta.3
420
- * devDependencies
421
- * @aigne/test-utils bumped to 0.5.68-beta.3
422
-
423
- ## [0.16.15-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.15-beta.1...openai-v0.16.15-beta.2) (2025-12-09)
424
-
425
-
426
- ### Dependencies
427
-
428
- * The following workspace dependencies were updated
429
- * dependencies
430
- * @aigne/core bumped to 1.71.0-beta.2
431
- * devDependencies
432
- * @aigne/test-utils bumped to 0.5.68-beta.2
433
-
434
- ## [0.16.15-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.15-beta...openai-v0.16.15-beta.1) (2025-12-08)
435
-
436
-
437
- ### Dependencies
438
-
439
- * The following workspace dependencies were updated
440
- * dependencies
441
- * @aigne/core bumped to 1.71.0-beta.1
442
- * devDependencies
443
- * @aigne/test-utils bumped to 0.5.68-beta.1
444
-
445
- ## [0.16.15-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.14...openai-v0.16.15-beta) (2025-12-07)
446
-
447
-
448
- ### Dependencies
449
-
450
- * The following workspace dependencies were updated
451
- * dependencies
452
- * @aigne/core bumped to 1.71.0-beta
453
- * devDependencies
454
- * @aigne/test-utils bumped to 0.5.68-beta
455
-
456
- ## [0.16.14](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.14-beta...openai-v0.16.14) (2025-12-06)
457
-
458
-
459
- ### Dependencies
460
-
461
- * The following workspace dependencies were updated
462
- * dependencies
463
- * @aigne/core bumped to 1.70.1
464
- * devDependencies
465
- * @aigne/test-utils bumped to 0.5.67
466
-
467
- ## [0.16.14-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.13...openai-v0.16.14-beta) (2025-12-06)
468
-
469
-
470
- ### Dependencies
471
-
472
- * The following workspace dependencies were updated
473
- * dependencies
474
- * @aigne/core bumped to 1.70.1-beta
475
- * devDependencies
476
- * @aigne/test-utils bumped to 0.5.67-beta
477
-
478
- ## [0.16.13](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.13-beta.1...openai-v0.16.13) (2025-12-05)
479
-
480
-
481
- ### Dependencies
482
-
483
- * The following workspace dependencies were updated
484
- * dependencies
485
- * @aigne/core bumped to 1.70.0
486
- * devDependencies
487
- * @aigne/test-utils bumped to 0.5.66
488
-
489
- ## [0.16.13-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.13-beta...openai-v0.16.13-beta.1) (2025-12-05)
490
-
491
-
492
- ### Dependencies
493
-
494
- * The following workspace dependencies were updated
495
- * dependencies
496
- * @aigne/core bumped to 1.70.0-beta.1
497
- * devDependencies
498
- * @aigne/test-utils bumped to 0.5.66-beta.1
499
-
500
- ## [0.16.13-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.12...openai-v0.16.13-beta) (2025-12-02)
501
-
502
-
503
- ### Features
504
-
505
- * **core:** add nested getter pattern support for model options ([#796](https://github.com/AIGNE-io/aigne-framework/issues/796)) ([824b2fe](https://github.com/AIGNE-io/aigne-framework/commit/824b2fe55cb2a24620e2bb73b470532918fa2996))
506
-
507
-
508
- ### Dependencies
509
-
510
- * The following workspace dependencies were updated
511
- * dependencies
512
- * @aigne/core bumped to 1.70.0-beta
513
- * devDependencies
514
- * @aigne/test-utils bumped to 0.5.66-beta
515
-
516
- ## [0.16.12](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.12-beta.1...openai-v0.16.12) (2025-11-28)
517
-
518
-
519
- ### Dependencies
520
-
521
- * The following workspace dependencies were updated
522
- * dependencies
523
- * @aigne/core bumped to 1.69.2
524
- * @aigne/platform-helpers bumped to 0.6.5
525
- * devDependencies
526
- * @aigne/test-utils bumped to 0.5.65
527
-
528
- ## [0.16.12-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.12-beta...openai-v0.16.12-beta.1) (2025-11-28)
529
-
530
-
531
- ### Dependencies
532
-
533
- * The following workspace dependencies were updated
534
- * dependencies
535
- * @aigne/core bumped to 1.69.2-beta.1
536
- * devDependencies
537
- * @aigne/test-utils bumped to 0.5.65-beta.1
538
-
539
- ## [0.16.12-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.11...openai-v0.16.12-beta) (2025-11-28)
540
-
541
-
542
- ### Bug Fixes
543
-
544
- * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
545
-
546
-
547
- ### Dependencies
548
-
549
- * The following workspace dependencies were updated
550
- * dependencies
551
- * @aigne/core bumped to 1.69.2-beta
552
- * @aigne/platform-helpers bumped to 0.6.5-beta
553
- * devDependencies
554
- * @aigne/test-utils bumped to 0.5.65-beta
555
-
556
- ## [0.16.11](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.11-beta...openai-v0.16.11) (2025-11-28)
557
-
558
-
559
- ### Dependencies
560
-
561
- * The following workspace dependencies were updated
562
- * dependencies
563
- * @aigne/core bumped to 1.69.1
564
- * devDependencies
565
- * @aigne/test-utils bumped to 0.5.64
566
-
567
- ## [0.16.11-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.10...openai-v0.16.11-beta) (2025-11-24)
568
-
569
-
570
- ### Dependencies
571
-
572
- * The following workspace dependencies were updated
573
- * dependencies
574
- * @aigne/core bumped to 1.69.1-beta
575
- * devDependencies
576
- * @aigne/test-utils bumped to 0.5.64-beta
577
-
578
- ## [0.16.10](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.10-beta.3...openai-v0.16.10) (2025-11-21)
579
-
580
-
581
- ### Dependencies
582
-
583
- * The following workspace dependencies were updated
584
- * dependencies
585
- * @aigne/core bumped to 1.69.0
586
- * devDependencies
587
- * @aigne/test-utils bumped to 0.5.63
588
-
589
- ## [0.16.10-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.10-beta.2...openai-v0.16.10-beta.3) (2025-11-19)
590
-
591
-
592
- ### Dependencies
593
-
594
- * The following workspace dependencies were updated
595
- * dependencies
596
- * @aigne/core bumped to 1.69.0-beta.2
597
- * devDependencies
598
- * @aigne/test-utils bumped to 0.5.63-beta.3
599
-
600
- ## [0.16.10-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.10-beta.1...openai-v0.16.10-beta.2) (2025-11-18)
601
-
602
-
603
- ### Features
604
-
605
- * add dynamic model options resolution with getter pattern ([#708](https://github.com/AIGNE-io/aigne-framework/issues/708)) ([5ed5085](https://github.com/AIGNE-io/aigne-framework/commit/5ed5085203763c70194853c56edc13acf56d81c6))
606
- * add ImageModel/ImageAgent support ([#383](https://github.com/AIGNE-io/aigne-framework/issues/383)) ([96a2093](https://github.com/AIGNE-io/aigne-framework/commit/96a209368d91d98f47db6de1e404640368a86fa8))
607
- * add modalities support for chat model ([#454](https://github.com/AIGNE-io/aigne-framework/issues/454)) ([70d1bf6](https://github.com/AIGNE-io/aigne-framework/commit/70d1bf631f4e711235d89c6df8ee210a19179b30))
608
- * add reasoningEffort option for chat model ([#680](https://github.com/AIGNE-io/aigne-framework/issues/680)) ([f69d232](https://github.com/AIGNE-io/aigne-framework/commit/f69d232d714d4a3e4946bdc8c6598747c9bcbd57))
609
- * **cli:** add retry functionality and improve error handling for AIGNE Hub ([#348](https://github.com/AIGNE-io/aigne-framework/issues/348)) ([672c93a](https://github.com/AIGNE-io/aigne-framework/commit/672c93abbba8b4b234f6d810536ff4b603a97e1e))
610
- * **core:** add automatic JSON parsing and validation for structured outputs ([#548](https://github.com/AIGNE-io/aigne-framework/issues/548)) ([9077f93](https://github.com/AIGNE-io/aigne-framework/commit/9077f93856865915aaf5e8caa5638ef0b7f05b1e))
611
- * improve image model architecture and file handling ([#527](https://github.com/AIGNE-io/aigne-framework/issues/527)) ([4db50aa](https://github.com/AIGNE-io/aigne-framework/commit/4db50aa0387a1a0f045ca11aaa61613e36ca7597))
612
- * **memory:** support did space memory adapter ([#229](https://github.com/AIGNE-io/aigne-framework/issues/229)) ([6f69b64](https://github.com/AIGNE-io/aigne-framework/commit/6f69b64e98b963db9d6ab5357306b445385eaa68))
613
- * **models:** support gemini and ideogram images models ([#412](https://github.com/AIGNE-io/aigne-framework/issues/412)) ([6534fec](https://github.com/AIGNE-io/aigne-framework/commit/6534fecb0bdfb4b0a4440d44c0e563b9a029a68f))
614
- * **models:** support gemini and ideogram images models ([#412](https://github.com/AIGNE-io/aigne-framework/issues/412)) ([6534fec](https://github.com/AIGNE-io/aigne-framework/commit/6534fecb0bdfb4b0a4440d44c0e563b9a029a68f))
615
- * **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
616
- * support custom prefer input file type ([#469](https://github.com/AIGNE-io/aigne-framework/issues/469)) ([db0161b](https://github.com/AIGNE-io/aigne-framework/commit/db0161bbac52542c771ee2f40f361636b0668075))
617
-
618
-
619
- ### Bug Fixes
620
-
621
- * add prefer input file type option for image model ([#536](https://github.com/AIGNE-io/aigne-framework/issues/536)) ([3cba8a5](https://github.com/AIGNE-io/aigne-framework/commit/3cba8a5562233a1567b49b6dd5c446c0760f5c4c))
622
- * add taskTitle to observability traces and fix GPT-5/o1 model parameters ([#700](https://github.com/AIGNE-io/aigne-framework/issues/700)) ([30b513b](https://github.com/AIGNE-io/aigne-framework/commit/30b513b46ab5edb58a37f29e566e311bbb389f44))
623
- * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
624
- * call tools args is null ([#313](https://github.com/AIGNE-io/aigne-framework/issues/313)) ([2cf9487](https://github.com/AIGNE-io/aigne-framework/commit/2cf9487b606cb7884086938def834f89a3c3a775))
625
- * **cli:** log only once in loadAIGNE ([#357](https://github.com/AIGNE-io/aigne-framework/issues/357)) ([6e6d968](https://github.com/AIGNE-io/aigne-framework/commit/6e6d96814fbc87f210522ae16daf94c1f84f311a))
626
- * **cli:** print pretty error message for cli ([#249](https://github.com/AIGNE-io/aigne-framework/issues/249)) ([d68e0f7](https://github.com/AIGNE-io/aigne-framework/commit/d68e0f7151259a05696de77d9f00793b6f5b36b2))
627
- * **core:** make getCredential async for aigne-hub mount point retrieval ([#372](https://github.com/AIGNE-io/aigne-framework/issues/372)) ([34ce7a6](https://github.com/AIGNE-io/aigne-framework/commit/34ce7a645fa83994d3dfe0f29ca70098cfecac9c))
628
- * **docs:** update video mode docs ([#695](https://github.com/AIGNE-io/aigne-framework/issues/695)) ([d691001](https://github.com/AIGNE-io/aigne-framework/commit/d69100169457c16c14f2f3e2f7fcd6b2a99330f3))
629
- * improve image model parameters ([#530](https://github.com/AIGNE-io/aigne-framework/issues/530)) ([d66b5ca](https://github.com/AIGNE-io/aigne-framework/commit/d66b5ca01e14baad2712cc1a84930cdb63703232))
630
- * input schema of AI agent should includes input key and input file key ([#600](https://github.com/AIGNE-io/aigne-framework/issues/600)) ([b4ca076](https://github.com/AIGNE-io/aigne-framework/commit/b4ca076d6b4a1a1ecb8d4ebb008abd0d7561aadd))
631
- * **models:** add image parameters support for video generation ([#684](https://github.com/AIGNE-io/aigne-framework/issues/684)) ([b048b7f](https://github.com/AIGNE-io/aigne-framework/commit/b048b7f92bd7a532dbdbeb6fb5fa5499bae6b953))
632
- * **models:** add mineType for transform file ([#667](https://github.com/AIGNE-io/aigne-framework/issues/667)) ([155a173](https://github.com/AIGNE-io/aigne-framework/commit/155a173e75aff1dbe870a1305455a4300942e07a))
633
- * **models:** aigne hub video params ([#665](https://github.com/AIGNE-io/aigne-framework/issues/665)) ([d00f836](https://github.com/AIGNE-io/aigne-framework/commit/d00f8368422d8e3707b974e1aff06714731ebb28))
634
- * **models:** aigne-hub adapter not working in node.js v21 ([#320](https://github.com/AIGNE-io/aigne-framework/issues/320)) ([2884d00](https://github.com/AIGNE-io/aigne-framework/commit/2884d00b83e153ae7465ef1369fcd22d7c6d43e0))
635
- * **model:** transform local file to base64 before request llm ([#462](https://github.com/AIGNE-io/aigne-framework/issues/462)) ([58ef5d7](https://github.com/AIGNE-io/aigne-framework/commit/58ef5d77046c49f3c4eed15b7f0cc283cbbcd74a))
636
- * **model:** updated default video duration settings for AI video models ([#663](https://github.com/AIGNE-io/aigne-framework/issues/663)) ([1203941](https://github.com/AIGNE-io/aigne-framework/commit/12039411aaef77ba665e8edfb0fe6f8097c43e39))
637
- * remove useless parameter ([efb0690](https://github.com/AIGNE-io/aigne-framework/commit/efb0690cf1ada6de95896e160c7cc5ffc7524ab2))
638
- * standardize file parameter naming across models ([#534](https://github.com/AIGNE-io/aigne-framework/issues/534)) ([f159a9d](https://github.com/AIGNE-io/aigne-framework/commit/f159a9d6af21ec0e99641996b150560929845845))
639
- * support optional field sturectured output for gemini ([#468](https://github.com/AIGNE-io/aigne-framework/issues/468)) ([70c6279](https://github.com/AIGNE-io/aigne-framework/commit/70c62795039a2862e3333f26707329489bf938de))
640
- * update deps compatibility in CommonJS environment ([#580](https://github.com/AIGNE-io/aigne-framework/issues/580)) ([a1e35d0](https://github.com/AIGNE-io/aigne-framework/commit/a1e35d016405accb51c1aeb6a544503a1c78e912))
641
-
642
-
643
- ### Dependencies
644
-
645
- * The following workspace dependencies were updated
646
- * dependencies
647
- * @aigne/core bumped to 1.69.0-beta.1
648
- * devDependencies
649
- * @aigne/test-utils bumped to 0.5.63-beta.2
650
-
651
- ## [0.16.10-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.10-beta...openai-v0.16.10-beta.1) (2025-11-18)
652
-
653
-
654
- ### Dependencies
655
-
656
- * The following workspace dependencies were updated
657
- * dependencies
658
- * @aigne/core bumped to 1.68.3-beta.1
659
- * devDependencies
660
- * @aigne/test-utils bumped to 0.5.63-beta.1
661
-
662
- ## [0.16.10-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.9...openai-v0.16.10-beta) (2025-11-17)
663
-
664
-
665
- ### Dependencies
666
-
667
- * The following workspace dependencies were updated
668
- * dependencies
669
- * @aigne/core bumped to 1.68.3-beta
670
- * devDependencies
671
- * @aigne/test-utils bumped to 0.5.63-beta
672
-
673
- ## [0.16.9](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.9-beta...openai-v0.16.9) (2025-11-15)
674
-
675
-
676
- ### Dependencies
677
-
678
- * The following workspace dependencies were updated
679
- * dependencies
680
- * @aigne/core bumped to 1.68.2
681
- * devDependencies
682
- * @aigne/test-utils bumped to 0.5.62
683
-
684
- ## [0.16.9-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.8...openai-v0.16.9-beta) (2025-11-15)
685
-
686
-
687
- ### Dependencies
688
-
689
- * The following workspace dependencies were updated
690
- * dependencies
691
- * @aigne/core bumped to 1.68.2-beta
692
- * devDependencies
693
- * @aigne/test-utils bumped to 0.5.62-beta
694
-
695
- ## [0.16.8](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.8-beta...openai-v0.16.8) (2025-11-15)
696
-
697
-
698
- ### Dependencies
699
-
700
- * The following workspace dependencies were updated
701
- * dependencies
702
- * @aigne/core bumped to 1.68.1
703
- * @aigne/platform-helpers bumped to 0.6.4
704
- * devDependencies
705
- * @aigne/test-utils bumped to 0.5.61
706
-
707
- ## [0.16.8-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.7...openai-v0.16.8-beta) (2025-11-15)
708
-
709
-
710
- ### Bug Fixes
711
-
712
- * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
713
-
714
-
715
- ### Dependencies
716
-
717
- * The following workspace dependencies were updated
718
- * dependencies
719
- * @aigne/core bumped to 1.68.1-beta
720
- * @aigne/platform-helpers bumped to 0.6.4-beta
721
- * devDependencies
722
- * @aigne/test-utils bumped to 0.5.61-beta
723
-
724
- ## [0.16.7](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.7-beta...openai-v0.16.7) (2025-11-14)
725
-
726
-
727
- ### Dependencies
728
-
729
- * The following workspace dependencies were updated
730
- * dependencies
731
- * @aigne/core bumped to 1.68.0
732
- * devDependencies
733
- * @aigne/test-utils bumped to 0.5.60
734
-
735
- ## [0.16.7-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.6...openai-v0.16.7-beta) (2025-11-14)
736
-
737
-
738
- ### Dependencies
739
-
740
- * The following workspace dependencies were updated
741
- * dependencies
742
- * @aigne/core bumped to 1.68.0-beta
743
- * devDependencies
744
- * @aigne/test-utils bumped to 0.5.60-beta
745
-
746
- ## [0.16.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.6-beta.4...openai-v0.16.6) (2025-11-12)
747
-
748
-
749
- ### Dependencies
750
-
751
- * The following workspace dependencies were updated
752
- * dependencies
753
- * @aigne/core bumped to 1.67.0
754
- * devDependencies
755
- * @aigne/test-utils bumped to 0.5.59
756
-
757
- ## [0.16.6-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.6-beta.3...openai-v0.16.6-beta.4) (2025-11-12)
758
-
759
-
760
- ### Dependencies
761
-
762
- * The following workspace dependencies were updated
763
- * dependencies
764
- * @aigne/core bumped to 1.67.0-beta.4
765
- * devDependencies
766
- * @aigne/test-utils bumped to 0.5.59-beta.4
767
-
768
- ## [0.16.6-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.6-beta.2...openai-v0.16.6-beta.3) (2025-11-12)
769
-
770
-
771
- ### Dependencies
772
-
773
- * The following workspace dependencies were updated
774
- * dependencies
775
- * @aigne/core bumped to 1.67.0-beta.3
776
- * devDependencies
777
- * @aigne/test-utils bumped to 0.5.59-beta.3
778
-
779
- ## [0.16.6-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.6-beta.1...openai-v0.16.6-beta.2) (2025-11-12)
780
-
781
-
782
- ### Dependencies
783
-
784
- * The following workspace dependencies were updated
785
- * dependencies
786
- * @aigne/core bumped to 1.67.0-beta.2
787
- * devDependencies
788
- * @aigne/test-utils bumped to 0.5.59-beta.2
789
-
790
- ## [0.16.6-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.6-beta...openai-v0.16.6-beta.1) (2025-11-12)
791
-
792
-
793
- ### Dependencies
794
-
795
- * The following workspace dependencies were updated
796
- * dependencies
797
- * @aigne/core bumped to 1.67.0-beta.1
798
- * devDependencies
799
- * @aigne/test-utils bumped to 0.5.59-beta.1
800
-
801
- ## [0.16.6-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.5...openai-v0.16.6-beta) (2025-11-11)
802
-
803
-
804
- ### Dependencies
805
-
806
- * The following workspace dependencies were updated
807
- * dependencies
808
- * @aigne/core bumped to 1.67.0-beta
809
- * devDependencies
810
- * @aigne/test-utils bumped to 0.5.59-beta
811
-
812
- ## [0.16.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.5-beta.6...openai-v0.16.5) (2025-11-07)
813
-
814
-
815
- ### Dependencies
816
-
817
- * The following workspace dependencies were updated
818
- * dependencies
819
- * @aigne/core bumped to 1.66.0
820
- * devDependencies
821
- * @aigne/test-utils bumped to 0.5.58
822
-
823
- ## [0.16.5-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.5-beta.5...openai-v0.16.5-beta.6) (2025-11-07)
824
-
825
-
826
- ### Dependencies
827
-
828
- * The following workspace dependencies were updated
829
- * dependencies
830
- * @aigne/core bumped to 1.66.0-beta.5
831
- * devDependencies
832
- * @aigne/test-utils bumped to 0.5.58-beta.6
833
-
834
- ## [0.16.5-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.5-beta.4...openai-v0.16.5-beta.5) (2025-11-06)
835
-
836
-
837
- ### Dependencies
838
-
839
- * The following workspace dependencies were updated
840
- * dependencies
841
- * @aigne/core bumped to 1.66.0-beta.4
842
- * devDependencies
843
- * @aigne/test-utils bumped to 0.5.58-beta.5
844
-
845
- ## [0.16.5-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.5-beta.3...openai-v0.16.5-beta.4) (2025-11-06)
846
-
847
-
848
- ### Features
849
-
850
- * add dynamic model options resolution with getter pattern ([#708](https://github.com/AIGNE-io/aigne-framework/issues/708)) ([5ed5085](https://github.com/AIGNE-io/aigne-framework/commit/5ed5085203763c70194853c56edc13acf56d81c6))
851
-
852
-
853
- ### Dependencies
854
-
855
- * The following workspace dependencies were updated
856
- * dependencies
857
- * @aigne/core bumped to 1.66.0-beta.3
858
- * devDependencies
859
- * @aigne/test-utils bumped to 0.5.58-beta.4
860
-
861
- ## [0.16.5-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.5-beta.2...openai-v0.16.5-beta.3) (2025-11-05)
862
-
863
-
864
- ### Bug Fixes
865
-
866
- * add taskTitle to observability traces and fix GPT-5/o1 model parameters ([#700](https://github.com/AIGNE-io/aigne-framework/issues/700)) ([30b513b](https://github.com/AIGNE-io/aigne-framework/commit/30b513b46ab5edb58a37f29e566e311bbb389f44))
867
-
868
-
869
- ### Dependencies
870
-
871
- * The following workspace dependencies were updated
872
- * dependencies
873
- * @aigne/core bumped to 1.65.1-beta.3
874
- * devDependencies
875
- * @aigne/test-utils bumped to 0.5.58-beta.3
876
-
877
- ## [0.16.5-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.5-beta.1...openai-v0.16.5-beta.2) (2025-11-04)
878
-
879
-
880
- ### Bug Fixes
881
-
882
- * **docs:** update video mode docs ([#695](https://github.com/AIGNE-io/aigne-framework/issues/695)) ([d691001](https://github.com/AIGNE-io/aigne-framework/commit/d69100169457c16c14f2f3e2f7fcd6b2a99330f3))
883
-
884
-
885
- ### Dependencies
886
-
887
- * The following workspace dependencies were updated
888
- * dependencies
889
- * @aigne/core bumped to 1.65.1-beta.2
890
- * devDependencies
891
- * @aigne/test-utils bumped to 0.5.58-beta.2
892
-
893
- ## [0.16.5-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.5-beta...openai-v0.16.5-beta.1) (2025-11-04)
894
-
895
-
896
- ### Dependencies
897
-
898
- * The following workspace dependencies were updated
899
- * dependencies
900
- * @aigne/core bumped to 1.65.1-beta.1
901
- * devDependencies
902
- * @aigne/test-utils bumped to 0.5.58-beta.1
903
-
904
- ## [0.16.5-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.4...openai-v0.16.5-beta) (2025-11-03)
905
-
906
-
907
- ### Dependencies
908
-
909
- * The following workspace dependencies were updated
910
- * dependencies
911
- * @aigne/core bumped to 1.65.1-beta
912
- * devDependencies
913
- * @aigne/test-utils bumped to 0.5.58-beta
914
-
915
- ## [0.16.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.4-beta.6...openai-v0.16.4) (2025-10-31)
916
-
917
-
918
- ### Dependencies
919
-
920
- * The following workspace dependencies were updated
921
- * dependencies
922
- * @aigne/core bumped to 1.65.0
923
- * devDependencies
924
- * @aigne/test-utils bumped to 0.5.57
925
-
926
- ## [0.16.4-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.4-beta.5...openai-v0.16.4-beta.6) (2025-10-31)
927
-
928
-
929
- ### Bug Fixes
930
-
931
- * **models:** add image parameters support for video generation ([#684](https://github.com/AIGNE-io/aigne-framework/issues/684)) ([b048b7f](https://github.com/AIGNE-io/aigne-framework/commit/b048b7f92bd7a532dbdbeb6fb5fa5499bae6b953))
932
-
933
-
934
- ### Dependencies
935
-
936
- * The following workspace dependencies were updated
937
- * dependencies
938
- * @aigne/core bumped to 1.65.0-beta.5
939
- * devDependencies
940
- * @aigne/test-utils bumped to 0.5.57-beta.6
941
-
942
- ## [0.16.4-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.4-beta.4...openai-v0.16.4-beta.5) (2025-10-29)
943
-
944
-
945
- ### Features
946
-
947
- * add reasoningEffort option for chat model ([#680](https://github.com/AIGNE-io/aigne-framework/issues/680)) ([f69d232](https://github.com/AIGNE-io/aigne-framework/commit/f69d232d714d4a3e4946bdc8c6598747c9bcbd57))
948
-
949
-
950
- ### Dependencies
951
-
952
- * The following workspace dependencies were updated
953
- * dependencies
954
- * @aigne/core bumped to 1.65.0-beta.4
955
- * devDependencies
956
- * @aigne/test-utils bumped to 0.5.57-beta.5
957
-
958
- ## [0.16.4-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.4-beta.3...openai-v0.16.4-beta.4) (2025-10-28)
959
-
960
-
961
- ### Dependencies
962
-
963
- * The following workspace dependencies were updated
964
- * dependencies
965
- * @aigne/core bumped to 1.65.0-beta.3
966
- * devDependencies
967
- * @aigne/test-utils bumped to 0.5.57-beta.4
968
-
969
- ## [0.16.4-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.4-beta.2...openai-v0.16.4-beta.3) (2025-10-28)
970
-
971
-
972
- ### Dependencies
973
-
974
- * The following workspace dependencies were updated
975
- * dependencies
976
- * @aigne/core bumped to 1.65.0-beta.2
977
- * devDependencies
978
- * @aigne/test-utils bumped to 0.5.57-beta.3
979
-
980
- ## [0.16.4-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.4-beta.1...openai-v0.16.4-beta.2) (2025-10-26)
981
-
982
-
983
- ### Bug Fixes
984
-
985
- * **models:** add mineType for transform file ([#667](https://github.com/AIGNE-io/aigne-framework/issues/667)) ([155a173](https://github.com/AIGNE-io/aigne-framework/commit/155a173e75aff1dbe870a1305455a4300942e07a))
986
- * **models:** aigne hub video params ([#665](https://github.com/AIGNE-io/aigne-framework/issues/665)) ([d00f836](https://github.com/AIGNE-io/aigne-framework/commit/d00f8368422d8e3707b974e1aff06714731ebb28))
987
-
988
-
989
- ### Dependencies
990
-
991
- * The following workspace dependencies were updated
992
- * dependencies
993
- * @aigne/core bumped to 1.65.0-beta.1
994
- * devDependencies
995
- * @aigne/test-utils bumped to 0.5.57-beta.2
996
-
997
- ## [0.16.4-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.4-beta...openai-v0.16.4-beta.1) (2025-10-24)
998
-
999
-
1000
- ### Features
1001
-
1002
- * **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
1003
-
1004
-
1005
- ### Bug Fixes
1006
-
1007
- * **model:** updated default video duration settings for AI video models ([#663](https://github.com/AIGNE-io/aigne-framework/issues/663)) ([1203941](https://github.com/AIGNE-io/aigne-framework/commit/12039411aaef77ba665e8edfb0fe6f8097c43e39))
1008
-
1009
-
1010
- ### Dependencies
1011
-
1012
- * The following workspace dependencies were updated
1013
- * dependencies
1014
- * @aigne/core bumped to 1.65.0-beta
1015
- * devDependencies
1016
- * @aigne/test-utils bumped to 0.5.57-beta.1
1017
-
1018
- ## [0.16.4-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.3...openai-v0.16.4-beta) (2025-10-23)
1019
-
1020
-
1021
- ### Dependencies
1022
-
1023
- * The following workspace dependencies were updated
1024
- * dependencies
1025
- * @aigne/core bumped to 1.64.1-beta
1026
- * devDependencies
1027
- * @aigne/test-utils bumped to 0.5.57-beta
1028
-
1029
- ## [0.16.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.3-beta.1...openai-v0.16.3) (2025-10-22)
1030
-
1031
-
1032
- ### Dependencies
1033
-
1034
- * The following workspace dependencies were updated
1035
- * dependencies
1036
- * @aigne/core bumped to 1.64.0
1037
- * devDependencies
1038
- * @aigne/test-utils bumped to 0.5.56
1039
-
1040
- ## [0.16.3-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.3-beta...openai-v0.16.3-beta.1) (2025-10-22)
1041
-
1042
-
1043
- ### Dependencies
1044
-
1045
- * The following workspace dependencies were updated
1046
- * dependencies
1047
- * @aigne/core bumped to 1.64.0-beta.1
1048
- * devDependencies
1049
- * @aigne/test-utils bumped to 0.5.56-beta.1
1050
-
1051
- ## [0.16.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2...openai-v0.16.3-beta) (2025-10-21)
1052
-
1053
-
1054
- ### Dependencies
1055
-
1056
- * The following workspace dependencies were updated
1057
- * dependencies
1058
- * @aigne/core bumped to 1.64.0-beta
1059
- * devDependencies
1060
- * @aigne/test-utils bumped to 0.5.56-beta
1061
-
1062
- ## [0.16.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.12...openai-v0.16.2) (2025-10-19)
1063
-
1064
-
1065
- ### Dependencies
1066
-
1067
- * The following workspace dependencies were updated
1068
- * dependencies
1069
- * @aigne/core bumped to 1.63.0
1070
- * devDependencies
1071
- * @aigne/test-utils bumped to 0.5.55
1072
-
1073
- ## [0.16.2-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.11...openai-v0.16.2-beta.12) (2025-10-17)
1074
-
1075
-
1076
- ### Dependencies
1077
-
1078
- * The following workspace dependencies were updated
1079
- * dependencies
1080
- * @aigne/core bumped to 1.63.0-beta.12
1081
- * devDependencies
1082
- * @aigne/test-utils bumped to 0.5.55-beta.12
1083
-
1084
- ## [0.16.2-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.10...openai-v0.16.2-beta.11) (2025-10-17)
1085
-
1086
-
1087
- ### Dependencies
1088
-
1089
- * The following workspace dependencies were updated
1090
- * dependencies
1091
- * @aigne/core bumped to 1.63.0-beta.11
1092
- * devDependencies
1093
- * @aigne/test-utils bumped to 0.5.55-beta.11
1094
-
1095
- ## [0.16.2-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.9...openai-v0.16.2-beta.10) (2025-10-16)
1096
-
1097
-
1098
- ### Dependencies
1099
-
1100
- * The following workspace dependencies were updated
1101
- * dependencies
1102
- * @aigne/core bumped to 1.63.0-beta.10
1103
- * devDependencies
1104
- * @aigne/test-utils bumped to 0.5.55-beta.10
1105
-
1106
- ## [0.16.2-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.8...openai-v0.16.2-beta.9) (2025-10-16)
1107
-
1108
-
1109
- ### Dependencies
1110
-
1111
- * The following workspace dependencies were updated
1112
- * dependencies
1113
- * @aigne/core bumped to 1.63.0-beta.9
1114
- * devDependencies
1115
- * @aigne/test-utils bumped to 0.5.55-beta.9
1116
-
1117
- ## [0.16.2-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.7...openai-v0.16.2-beta.8) (2025-10-16)
1118
-
1119
-
1120
- ### Dependencies
1121
-
1122
- * The following workspace dependencies were updated
1123
- * dependencies
1124
- * @aigne/core bumped to 1.63.0-beta.8
1125
- * devDependencies
1126
- * @aigne/test-utils bumped to 0.5.55-beta.8
1127
-
1128
- ## [0.16.2-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.6...openai-v0.16.2-beta.7) (2025-10-15)
1129
-
1130
-
1131
- ### Dependencies
1132
-
1133
- * The following workspace dependencies were updated
1134
- * dependencies
1135
- * @aigne/core bumped to 1.63.0-beta.7
1136
- * devDependencies
1137
- * @aigne/test-utils bumped to 0.5.55-beta.7
1138
-
1139
- ## [0.16.2-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.5...openai-v0.16.2-beta.6) (2025-10-15)
1140
-
1141
-
1142
- ### Dependencies
1143
-
1144
- * The following workspace dependencies were updated
1145
- * dependencies
1146
- * @aigne/core bumped to 1.63.0-beta.6
1147
- * devDependencies
1148
- * @aigne/test-utils bumped to 0.5.55-beta.6
1149
-
1150
- ## [0.16.2-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.4...openai-v0.16.2-beta.5) (2025-10-13)
1151
-
1152
-
1153
- ### Dependencies
1154
-
1155
- * The following workspace dependencies were updated
1156
- * dependencies
1157
- * @aigne/core bumped to 1.63.0-beta.5
1158
- * devDependencies
1159
- * @aigne/test-utils bumped to 0.5.55-beta.5
1160
-
1161
- ## [0.16.2-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.3...openai-v0.16.2-beta.4) (2025-10-12)
1162
-
1163
-
1164
- ### Dependencies
1165
-
1166
- * The following workspace dependencies were updated
1167
- * dependencies
1168
- * @aigne/core bumped to 1.63.0-beta.4
1169
- * devDependencies
1170
- * @aigne/test-utils bumped to 0.5.55-beta.4
1171
-
1172
- ## [0.16.2-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.2...openai-v0.16.2-beta.3) (2025-10-11)
1173
-
1174
-
1175
- ### Dependencies
1176
-
1177
- * The following workspace dependencies were updated
1178
- * dependencies
1179
- * @aigne/core bumped to 1.63.0-beta.3
1180
- * devDependencies
1181
- * @aigne/test-utils bumped to 0.5.55-beta.3
1182
-
1183
- ## [0.16.2-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta.1...openai-v0.16.2-beta.2) (2025-10-09)
1184
-
1185
-
1186
- ### Bug Fixes
1187
-
1188
- * input schema of AI agent should includes input key and input file key ([#600](https://github.com/AIGNE-io/aigne-framework/issues/600)) ([b4ca076](https://github.com/AIGNE-io/aigne-framework/commit/b4ca076d6b4a1a1ecb8d4ebb008abd0d7561aadd))
1189
-
1190
-
1191
- ### Dependencies
1192
-
1193
- * The following workspace dependencies were updated
1194
- * dependencies
1195
- * @aigne/core bumped to 1.63.0-beta.2
1196
- * devDependencies
1197
- * @aigne/test-utils bumped to 0.5.55-beta.2
1198
-
1199
- ## [0.16.2-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.2-beta...openai-v0.16.2-beta.1) (2025-10-09)
1200
-
1201
-
1202
- ### Dependencies
1203
-
1204
- * The following workspace dependencies were updated
1205
- * dependencies
1206
- * @aigne/core bumped to 1.63.0-beta.1
1207
- * devDependencies
1208
- * @aigne/test-utils bumped to 0.5.55-beta.1
1209
-
1210
- ## [0.16.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.1...openai-v0.16.2-beta) (2025-10-07)
1211
-
1212
-
1213
- ### Dependencies
1214
-
1215
- * The following workspace dependencies were updated
1216
- * dependencies
1217
- * @aigne/core bumped to 1.63.0-beta
1218
- * devDependencies
1219
- * @aigne/test-utils bumped to 0.5.55-beta
1220
-
1221
- ## [0.16.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.1-beta.7...openai-v0.16.1) (2025-10-04)
1222
-
1223
-
1224
- ### Dependencies
1225
-
1226
- * The following workspace dependencies were updated
1227
- * dependencies
1228
- * @aigne/core bumped to 1.62.0
1229
- * devDependencies
1230
- * @aigne/test-utils bumped to 0.5.54
1231
-
1232
- ## [0.16.1-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.1-beta.6...openai-v0.16.1-beta.7) (2025-10-03)
1233
-
1234
-
1235
- ### Dependencies
1236
-
1237
- * The following workspace dependencies were updated
1238
- * dependencies
1239
- * @aigne/core bumped to 1.62.0-beta.6
1240
- * devDependencies
1241
- * @aigne/test-utils bumped to 0.5.54-beta.7
1242
-
1243
- ## [0.16.1-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.1-beta.5...openai-v0.16.1-beta.6) (2025-10-02)
1244
-
1245
-
1246
- ### Dependencies
1247
-
1248
- * The following workspace dependencies were updated
1249
- * dependencies
1250
- * @aigne/core bumped to 1.62.0-beta.5
1251
- * devDependencies
1252
- * @aigne/test-utils bumped to 0.5.54-beta.6
1253
-
1254
- ## [0.16.1-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.1-beta.4...openai-v0.16.1-beta.5) (2025-10-01)
1255
-
1256
-
1257
- ### Bug Fixes
1258
-
1259
- * update deps compatibility in CommonJS environment ([#580](https://github.com/AIGNE-io/aigne-framework/issues/580)) ([a1e35d0](https://github.com/AIGNE-io/aigne-framework/commit/a1e35d016405accb51c1aeb6a544503a1c78e912))
1260
-
1261
-
1262
- ### Dependencies
1263
-
1264
- * The following workspace dependencies were updated
1265
- * dependencies
1266
- * @aigne/core bumped to 1.62.0-beta.4
1267
- * devDependencies
1268
- * @aigne/test-utils bumped to 0.5.54-beta.5
1269
-
1270
- ## [0.16.1-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.1-beta.3...openai-v0.16.1-beta.4) (2025-10-01)
1271
-
1272
-
1273
- ### Dependencies
1274
-
1275
- * The following workspace dependencies were updated
1276
- * dependencies
1277
- * @aigne/core bumped to 1.62.0-beta.3
1278
- * devDependencies
1279
- * @aigne/test-utils bumped to 0.5.54-beta.4
1280
-
1281
- ## [0.16.1-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.1-beta.2...openai-v0.16.1-beta.3) (2025-10-01)
1282
-
1283
-
1284
- ### Dependencies
1285
-
1286
- * The following workspace dependencies were updated
1287
- * dependencies
1288
- * @aigne/core bumped to 1.62.0-beta.2
1289
- * devDependencies
1290
- * @aigne/test-utils bumped to 0.5.54-beta.3
1291
-
1292
- ## [0.16.1-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.1-beta.1...openai-v0.16.1-beta.2) (2025-10-01)
1293
-
1294
-
1295
- ### Dependencies
1296
-
1297
- * The following workspace dependencies were updated
1298
- * dependencies
1299
- * @aigne/core bumped to 1.62.0-beta.1
1300
- * devDependencies
1301
- * @aigne/test-utils bumped to 0.5.54-beta.2
1302
-
1303
- ## [0.16.1-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.1-beta...openai-v0.16.1-beta.1) (2025-09-30)
1304
-
1305
-
1306
- ### Dependencies
1307
-
1308
- * The following workspace dependencies were updated
1309
- * dependencies
1310
- * @aigne/core bumped to 1.62.0-beta
1311
- * devDependencies
1312
- * @aigne/test-utils bumped to 0.5.54-beta.1
1313
-
1314
- ## [0.16.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0...openai-v0.16.1-beta) (2025-09-29)
1315
-
1316
-
1317
- ### Dependencies
1318
-
1319
- * The following workspace dependencies were updated
1320
- * dependencies
1321
- * @aigne/core bumped to 1.61.1-beta
1322
- * devDependencies
1323
- * @aigne/test-utils bumped to 0.5.54-beta
1324
-
1325
- ## [0.16.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta.9...openai-v0.16.0) (2025-09-27)
1326
-
1327
-
1328
- ### Dependencies
1329
-
1330
- * The following workspace dependencies were updated
1331
- * dependencies
1332
- * @aigne/core bumped to 1.61.0
1333
- * @aigne/platform-helpers bumped to 0.6.3
1334
- * devDependencies
1335
- * @aigne/test-utils bumped to 0.5.53
1336
-
1337
- ## [0.16.0-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta.8...openai-v0.16.0-beta.9) (2025-09-26)
1338
-
1339
-
1340
- ### Dependencies
1341
-
1342
- * The following workspace dependencies were updated
1343
- * dependencies
1344
- * @aigne/core bumped to 1.61.0-beta.8
1345
- * devDependencies
1346
- * @aigne/test-utils bumped to 0.5.53-beta.8
1347
-
1348
- ## [0.16.0-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta.7...openai-v0.16.0-beta.8) (2025-09-26)
1349
-
1350
-
1351
- ### Dependencies
1352
-
1353
- * The following workspace dependencies were updated
1354
- * dependencies
1355
- * @aigne/core bumped to 1.61.0-beta.7
1356
- * devDependencies
1357
- * @aigne/test-utils bumped to 0.5.53-beta.7
1358
-
1359
- ## [0.16.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta.6...openai-v0.16.0-beta.7) (2025-09-26)
1360
-
1361
-
1362
- ### Dependencies
1363
-
1364
- * The following workspace dependencies were updated
1365
- * dependencies
1366
- * @aigne/core bumped to 1.61.0-beta.6
1367
- * devDependencies
1368
- * @aigne/test-utils bumped to 0.5.53-beta.6
1369
-
1370
- ## [0.16.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta.5...openai-v0.16.0-beta.6) (2025-09-25)
1371
-
1372
-
1373
- ### Features
1374
-
1375
- * **core:** add automatic JSON parsing and validation for structured outputs ([#548](https://github.com/AIGNE-io/aigne-framework/issues/548)) ([9077f93](https://github.com/AIGNE-io/aigne-framework/commit/9077f93856865915aaf5e8caa5638ef0b7f05b1e))
1376
-
1377
-
1378
- ### Dependencies
1379
-
1380
- * The following workspace dependencies were updated
1381
- * dependencies
1382
- * @aigne/core bumped to 1.61.0-beta.5
1383
- * devDependencies
1384
- * @aigne/test-utils bumped to 0.5.53-beta.5
1385
-
1386
- ## [0.16.0-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta.4...openai-v0.16.0-beta.5) (2025-09-25)
1387
-
1388
-
1389
- ### Dependencies
1390
-
1391
- * The following workspace dependencies were updated
1392
- * dependencies
1393
- * @aigne/core bumped to 1.61.0-beta.4
1394
- * devDependencies
1395
- * @aigne/test-utils bumped to 0.5.53-beta.4
1396
-
1397
- ## [0.16.0-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta.3...openai-v0.16.0-beta.4) (2025-09-24)
1398
-
1399
-
1400
- ### Dependencies
1401
-
1402
- * The following workspace dependencies were updated
1403
- * dependencies
1404
- * @aigne/core bumped to 1.61.0-beta.3
1405
- * devDependencies
1406
- * @aigne/test-utils bumped to 0.5.53-beta.3
1407
-
1408
- ## [0.16.0-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta.2...openai-v0.16.0-beta.3) (2025-09-23)
1409
-
1410
-
1411
- ### Bug Fixes
1412
-
1413
- * add prefer input file type option for image model ([#536](https://github.com/AIGNE-io/aigne-framework/issues/536)) ([3cba8a5](https://github.com/AIGNE-io/aigne-framework/commit/3cba8a5562233a1567b49b6dd5c446c0760f5c4c))
1414
-
1415
-
1416
- ### Dependencies
1417
-
1418
- * The following workspace dependencies were updated
1419
- * dependencies
1420
- * @aigne/core bumped to 1.61.0-beta.2
1421
- * devDependencies
1422
- * @aigne/test-utils bumped to 0.5.53-beta.2
1423
-
1424
- ## [0.16.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta.1...openai-v0.16.0-beta.2) (2025-09-23)
1425
-
1426
-
1427
- ### Bug Fixes
1428
-
1429
- * remove useless parameter ([efb0690](https://github.com/AIGNE-io/aigne-framework/commit/efb0690cf1ada6de95896e160c7cc5ffc7524ab2))
1430
- * standardize file parameter naming across models ([#534](https://github.com/AIGNE-io/aigne-framework/issues/534)) ([f159a9d](https://github.com/AIGNE-io/aigne-framework/commit/f159a9d6af21ec0e99641996b150560929845845))
1431
-
1432
-
1433
- ### Dependencies
1434
-
1435
- * The following workspace dependencies were updated
1436
- * dependencies
1437
- * @aigne/core bumped to 1.61.0-beta.1
1438
- * devDependencies
1439
- * @aigne/test-utils bumped to 0.5.53-beta.1
1440
-
1441
- ## [0.16.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.16.0-beta...openai-v0.16.0-beta.1) (2025-09-23)
1442
-
1443
-
1444
- ### Bug Fixes
1445
-
1446
- * improve image model parameters ([#530](https://github.com/AIGNE-io/aigne-framework/issues/530)) ([d66b5ca](https://github.com/AIGNE-io/aigne-framework/commit/d66b5ca01e14baad2712cc1a84930cdb63703232))
1447
-
1448
- ## [0.16.0-beta](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.15.4...openai-v0.16.0-beta) (2025-09-22)
1449
-
1450
-
1451
- ### Features
1452
-
1453
- * improve image model architecture and file handling ([#527](https://github.com/AIGNE-io/aigne-framework/issues/527)) ([4db50aa](https://github.com/AIGNE-io/aigne-framework/commit/4db50aa0387a1a0f045ca11aaa61613e36ca7597))
1454
-
1455
-
1456
- ### Dependencies
1457
-
1458
- * The following workspace dependencies were updated
1459
- * dependencies
1460
- * @aigne/core bumped to 1.61.0-beta
1461
- * @aigne/platform-helpers bumped to 0.6.3-beta
1462
- * devDependencies
1463
- * @aigne/test-utils bumped to 0.5.53-beta
1464
-
1465
- ## [0.15.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.15.3...openai-v0.15.4) (2025-09-18)
1466
-
1467
-
1468
- ### Dependencies
1469
-
1470
- * The following workspace dependencies were updated
1471
- * dependencies
1472
- * @aigne/core bumped to 1.60.3
1473
- * devDependencies
1474
- * @aigne/test-utils bumped to 0.5.52
1475
-
1476
- ## [0.15.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.15.2...openai-v0.15.3) (2025-09-11)
1477
-
1478
-
1479
- ### Dependencies
1480
-
1481
- * The following workspace dependencies were updated
1482
- * dependencies
1483
- * @aigne/core bumped to 1.60.2
1484
- * devDependencies
1485
- * @aigne/test-utils bumped to 0.5.51
1486
-
1487
- ## [0.15.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.15.1...openai-v0.15.2) (2025-09-11)
1488
-
1489
-
1490
- ### Dependencies
1491
-
1492
- * The following workspace dependencies were updated
1493
- * dependencies
1494
- * @aigne/core bumped to 1.60.1
1495
- * devDependencies
1496
- * @aigne/test-utils bumped to 0.5.50
1497
-
1498
- ## [0.15.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.15.0...openai-v0.15.1) (2025-09-10)
1499
-
1500
-
1501
- ### Dependencies
1502
-
1503
- * The following workspace dependencies were updated
1504
- * dependencies
1505
- * @aigne/core bumped to 1.60.0
1506
- * devDependencies
1507
- * @aigne/test-utils bumped to 0.5.49
1508
-
1509
- ## [0.15.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.14.3...openai-v0.15.0) (2025-09-09)
1510
-
1511
-
1512
- ### Features
1513
-
1514
- * support custom prefer input file type ([#469](https://github.com/AIGNE-io/aigne-framework/issues/469)) ([db0161b](https://github.com/AIGNE-io/aigne-framework/commit/db0161bbac52542c771ee2f40f361636b0668075))
1515
-
1516
-
1517
- ### Dependencies
1518
-
1519
- * The following workspace dependencies were updated
1520
- * dependencies
1521
- * @aigne/core bumped to 1.59.0
1522
- * devDependencies
1523
- * @aigne/test-utils bumped to 0.5.48
1524
-
1525
- ## [0.14.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.14.2...openai-v0.14.3) (2025-09-08)
1526
-
1527
-
1528
- ### Bug Fixes
1529
-
1530
- * support optional field sturectured output for gemini ([#468](https://github.com/AIGNE-io/aigne-framework/issues/468)) ([70c6279](https://github.com/AIGNE-io/aigne-framework/commit/70c62795039a2862e3333f26707329489bf938de))
1531
-
1532
-
1533
- ### Dependencies
1534
-
1535
- * The following workspace dependencies were updated
1536
- * dependencies
1537
- * @aigne/core bumped to 1.58.3
1538
- * devDependencies
1539
- * @aigne/test-utils bumped to 0.5.47
1540
-
1541
- ## [0.14.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.14.1...openai-v0.14.2) (2025-09-05)
1542
-
1543
-
1544
- ### Bug Fixes
1545
-
1546
- * **model:** transform local file to base64 before request llm ([#462](https://github.com/AIGNE-io/aigne-framework/issues/462)) ([58ef5d7](https://github.com/AIGNE-io/aigne-framework/commit/58ef5d77046c49f3c4eed15b7f0cc283cbbcd74a))
1547
-
1548
-
1549
- ### Dependencies
1550
-
1551
- * The following workspace dependencies were updated
1552
- * dependencies
1553
- * @aigne/core bumped to 1.58.2
1554
- * devDependencies
1555
- * @aigne/test-utils bumped to 0.5.46
1556
-
1557
- ## [0.14.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.14.0...openai-v0.14.1) (2025-09-05)
1558
-
1559
-
1560
- ### Dependencies
1561
-
1562
- * The following workspace dependencies were updated
1563
- * dependencies
1564
- * @aigne/core bumped to 1.58.1
1565
- * devDependencies
1566
- * @aigne/test-utils bumped to 0.5.45
1567
-
1568
- ## [0.14.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.13.7...openai-v0.14.0) (2025-09-05)
1569
-
1570
-
1571
- ### Features
1572
-
1573
- * add modalities support for chat model ([#454](https://github.com/AIGNE-io/aigne-framework/issues/454)) ([70d1bf6](https://github.com/AIGNE-io/aigne-framework/commit/70d1bf631f4e711235d89c6df8ee210a19179b30))
1574
-
1575
-
1576
- ### Dependencies
1577
-
1578
- * The following workspace dependencies were updated
1579
- * dependencies
1580
- * @aigne/core bumped to 1.58.0
1581
- * devDependencies
1582
- * @aigne/test-utils bumped to 0.5.44
1583
-
1584
- ## [0.13.7](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.13.6...openai-v0.13.7) (2025-09-01)
1585
-
1586
-
1587
- ### Dependencies
1588
-
1589
- * The following workspace dependencies were updated
1590
- * dependencies
1591
- * @aigne/core bumped to 1.57.5
1592
- * devDependencies
1593
- * @aigne/test-utils bumped to 0.5.43
1594
-
1595
- ## [0.13.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.13.5...openai-v0.13.6) (2025-08-30)
1596
-
1597
-
1598
- ### Dependencies
1599
-
1600
- * The following workspace dependencies were updated
1601
- * dependencies
1602
- * @aigne/core bumped to 1.57.4
1603
- * devDependencies
1604
- * @aigne/test-utils bumped to 0.5.42
1605
-
1606
- ## [0.13.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.13.4...openai-v0.13.5) (2025-08-30)
1607
-
1608
-
1609
- ### Dependencies
1610
-
1611
- * The following workspace dependencies were updated
1612
- * dependencies
1613
- * @aigne/core bumped to 1.57.3
1614
- * devDependencies
1615
- * @aigne/test-utils bumped to 0.5.41
1616
-
1617
- ## [0.13.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.13.3...openai-v0.13.4) (2025-08-29)
1618
-
1619
-
1620
- ### Dependencies
1621
-
1622
- * The following workspace dependencies were updated
1623
- * dependencies
1624
- * @aigne/core bumped to 1.57.2
1625
- * devDependencies
1626
- * @aigne/test-utils bumped to 0.5.40
1627
-
1628
- ## [0.13.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.13.2...openai-v0.13.3) (2025-08-29)
1629
-
1630
-
1631
- ### Dependencies
1632
-
1633
- * The following workspace dependencies were updated
1634
- * dependencies
1635
- * @aigne/core bumped to 1.57.1
1636
- * devDependencies
1637
- * @aigne/test-utils bumped to 0.5.39
1638
-
1639
- ## [0.13.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.13.1...openai-v0.13.2) (2025-08-28)
1640
-
1641
-
1642
- ### Dependencies
1643
-
1644
- * The following workspace dependencies were updated
1645
- * dependencies
1646
- * @aigne/core bumped to 1.57.0
1647
- * devDependencies
1648
- * @aigne/test-utils bumped to 0.5.38
1649
-
1650
- ## [0.13.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.13.0...openai-v0.13.1) (2025-08-27)
1651
-
1652
-
1653
- ### Dependencies
1654
-
1655
- * The following workspace dependencies were updated
1656
- * dependencies
1657
- * @aigne/core bumped to 1.56.0
1658
- * devDependencies
1659
- * @aigne/test-utils bumped to 0.5.37
1660
-
1661
- ## [0.13.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.12.4...openai-v0.13.0) (2025-08-27)
1662
-
1663
-
1664
- ### Features
1665
-
1666
- * **models:** support gemini and ideogram images models ([#412](https://github.com/AIGNE-io/aigne-framework/issues/412)) ([6534fec](https://github.com/AIGNE-io/aigne-framework/commit/6534fecb0bdfb4b0a4440d44c0e563b9a029a68f))
1667
-
1668
- ## [0.12.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.12.3...openai-v0.12.4) (2025-08-26)
1669
-
1670
-
1671
- ### Dependencies
1672
-
1673
- * The following workspace dependencies were updated
1674
- * dependencies
1675
- * @aigne/core bumped to 1.55.1
1676
- * devDependencies
1677
- * @aigne/test-utils bumped to 0.5.36
1678
-
1679
- ## [0.12.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.12.2...openai-v0.12.3) (2025-08-25)
1680
-
1681
-
1682
- ### Dependencies
1683
-
1684
- * The following workspace dependencies were updated
1685
- * devDependencies
1686
- * @aigne/test-utils bumped to 0.5.35
1687
-
1688
- ## [0.12.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.12.1...openai-v0.12.2) (2025-08-21)
1689
-
1690
-
1691
- ### Dependencies
1692
-
1693
- * The following workspace dependencies were updated
1694
- * dependencies
1695
- * @aigne/core bumped to 1.55.0
1696
- * devDependencies
1697
- * @aigne/test-utils bumped to 0.5.34
1698
-
1699
- ## [0.12.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.12.0...openai-v0.12.1) (2025-08-21)
1700
-
1701
-
1702
- ### Dependencies
1703
-
1704
- * The following workspace dependencies were updated
1705
- * dependencies
1706
- * @aigne/core bumped to 1.54.0
1707
- * devDependencies
1708
- * @aigne/test-utils bumped to 0.5.33
1709
-
1710
- ## [0.12.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.11.5...openai-v0.12.0) (2025-08-20)
1711
-
1712
-
1713
- ### Features
1714
-
1715
- * add ImageModel/ImageAgent support ([#383](https://github.com/AIGNE-io/aigne-framework/issues/383)) ([96a2093](https://github.com/AIGNE-io/aigne-framework/commit/96a209368d91d98f47db6de1e404640368a86fa8))
1716
-
1717
-
1718
- ### Dependencies
1719
-
1720
- * The following workspace dependencies were updated
1721
- * dependencies
1722
- * @aigne/core bumped to 1.53.0
1723
- * devDependencies
1724
- * @aigne/test-utils bumped to 0.5.32
1725
-
1726
- ## [0.11.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.11.4...openai-v0.11.5) (2025-08-20)
1727
-
1728
-
1729
- ### Dependencies
1730
-
1731
- * The following workspace dependencies were updated
1732
- * dependencies
1733
- * @aigne/core bumped to 1.52.0
1734
- * devDependencies
1735
- * @aigne/test-utils bumped to 0.5.31
1736
-
1737
- ## [0.11.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.11.3...openai-v0.11.4) (2025-08-18)
1738
-
1739
-
1740
- ### Dependencies
1741
-
1742
- * The following workspace dependencies were updated
1743
- * dependencies
1744
- * @aigne/core bumped to 1.51.0
1745
- * devDependencies
1746
- * @aigne/test-utils bumped to 0.5.30
1747
-
1748
- ## [0.11.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.11.2...openai-v0.11.3) (2025-08-16)
1749
-
1750
-
1751
- ### Bug Fixes
1752
-
1753
- * **core:** make getCredential async for aigne-hub mount point retrieval ([#372](https://github.com/AIGNE-io/aigne-framework/issues/372)) ([34ce7a6](https://github.com/AIGNE-io/aigne-framework/commit/34ce7a645fa83994d3dfe0f29ca70098cfecac9c))
1754
-
1755
-
1756
- ### Dependencies
1757
-
1758
- * The following workspace dependencies were updated
1759
- * dependencies
1760
- * @aigne/core bumped to 1.50.1
1761
- * devDependencies
1762
- * @aigne/test-utils bumped to 0.5.29
1763
-
1764
- ## [0.11.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.11.1...openai-v0.11.2) (2025-08-14)
1765
-
1766
-
1767
- ### Bug Fixes
1768
-
1769
- * **cli:** log only once in loadAIGNE ([#357](https://github.com/AIGNE-io/aigne-framework/issues/357)) ([6e6d968](https://github.com/AIGNE-io/aigne-framework/commit/6e6d96814fbc87f210522ae16daf94c1f84f311a))
1770
-
1771
-
1772
- ### Dependencies
1773
-
1774
- * The following workspace dependencies were updated
1775
- * dependencies
1776
- * @aigne/core bumped to 1.50.0
1777
- * devDependencies
1778
- * @aigne/test-utils bumped to 0.5.28
1779
-
1780
- ## [0.11.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.11.0...openai-v0.11.1) (2025-08-12)
1781
-
1782
-
1783
- ### Dependencies
1784
-
1785
- * The following workspace dependencies were updated
1786
- * dependencies
1787
- * @aigne/core bumped to 1.49.1
1788
- * devDependencies
1789
- * @aigne/test-utils bumped to 0.5.27
1790
-
1791
- ## [0.11.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.17...openai-v0.11.0) (2025-08-12)
1792
-
1793
-
1794
- ### Features
1795
-
1796
- * **cli:** add retry functionality and improve error handling for AIGNE Hub ([#348](https://github.com/AIGNE-io/aigne-framework/issues/348)) ([672c93a](https://github.com/AIGNE-io/aigne-framework/commit/672c93abbba8b4b234f6d810536ff4b603a97e1e))
1797
-
1798
-
1799
- ### Dependencies
1800
-
1801
- * The following workspace dependencies were updated
1802
- * dependencies
1803
- * @aigne/core bumped to 1.49.0
1804
- * devDependencies
1805
- * @aigne/test-utils bumped to 0.5.26
1806
-
1807
- ## [0.10.17](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.16...openai-v0.10.17) (2025-08-12)
1808
-
1809
-
1810
- ### Dependencies
1811
-
1812
- * The following workspace dependencies were updated
1813
- * dependencies
1814
- * @aigne/core bumped to 1.48.0
1815
- * devDependencies
1816
- * @aigne/test-utils bumped to 0.5.25
1817
-
1818
- ## [0.10.16](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.15...openai-v0.10.16) (2025-08-11)
1819
-
1820
-
1821
- ### Dependencies
1822
-
1823
- * The following workspace dependencies were updated
1824
- * dependencies
1825
- * @aigne/core bumped to 1.47.0
1826
- * devDependencies
1827
- * @aigne/test-utils bumped to 0.5.24
1828
-
1829
- ## [0.10.15](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.14...openai-v0.10.15) (2025-08-08)
1830
-
1831
-
1832
- ### Dependencies
1833
-
1834
- * The following workspace dependencies were updated
1835
- * dependencies
1836
- * @aigne/core bumped to 1.46.1
1837
- * devDependencies
1838
- * @aigne/test-utils bumped to 0.5.23
1839
-
1840
- ## [0.10.14](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.13...openai-v0.10.14) (2025-08-06)
1841
-
1842
-
1843
- ### Dependencies
1844
-
1845
- * The following workspace dependencies were updated
1846
- * dependencies
1847
- * @aigne/core bumped to 1.46.0
1848
- * devDependencies
1849
- * @aigne/test-utils bumped to 0.5.22
1850
-
1851
- ## [0.10.13](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.12...openai-v0.10.13) (2025-08-06)
1852
-
1853
-
1854
- ### Bug Fixes
1855
-
1856
- * **models:** aigne-hub adapter not working in node.js v21 ([#320](https://github.com/AIGNE-io/aigne-framework/issues/320)) ([2884d00](https://github.com/AIGNE-io/aigne-framework/commit/2884d00b83e153ae7465ef1369fcd22d7c6d43e0))
1857
-
1858
-
1859
- ### Dependencies
1860
-
1861
- * The following workspace dependencies were updated
1862
- * dependencies
1863
- * @aigne/core bumped to 1.45.0
1864
- * devDependencies
1865
- * @aigne/test-utils bumped to 0.5.21
1866
-
1867
- ## [0.10.12](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.11...openai-v0.10.12) (2025-08-05)
1868
-
1869
-
1870
- ### Dependencies
1871
-
1872
- * The following workspace dependencies were updated
1873
- * dependencies
1874
- * @aigne/core bumped to 1.44.0
1875
- * devDependencies
1876
- * @aigne/test-utils bumped to 0.5.20
1877
-
1878
- ## [0.10.11](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.10...openai-v0.10.11) (2025-08-05)
1879
-
1880
-
1881
- ### Bug Fixes
1882
-
1883
- * call tools args is null ([#313](https://github.com/AIGNE-io/aigne-framework/issues/313)) ([2cf9487](https://github.com/AIGNE-io/aigne-framework/commit/2cf9487b606cb7884086938def834f89a3c3a775))
1884
-
1885
-
1886
- ### Dependencies
1887
-
1888
- * The following workspace dependencies were updated
1889
- * dependencies
1890
- * @aigne/core bumped to 1.43.1
1891
- * devDependencies
1892
- * @aigne/test-utils bumped to 0.5.19
1893
-
1894
- ## [0.10.10](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.9...openai-v0.10.10) (2025-08-04)
1895
-
1896
-
1897
- ### Dependencies
1898
-
1899
- * The following workspace dependencies were updated
1900
- * dependencies
1901
- * @aigne/core bumped to 1.43.0
1902
- * devDependencies
1903
- * @aigne/test-utils bumped to 0.5.18
1904
-
1905
- ## [0.10.9](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.8...openai-v0.10.9) (2025-08-01)
1906
-
1907
-
1908
- ### Dependencies
1909
-
1910
- * The following workspace dependencies were updated
1911
- * dependencies
1912
- * @aigne/core bumped to 1.42.0
1913
- * devDependencies
1914
- * @aigne/test-utils bumped to 0.5.17
1915
-
1916
- ## [0.10.8](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.7...openai-v0.10.8) (2025-07-31)
1917
-
1918
-
1919
- ### Dependencies
1920
-
1921
- * The following workspace dependencies were updated
1922
- * dependencies
1923
- * @aigne/core bumped to 1.41.0
1924
- * devDependencies
1925
- * @aigne/test-utils bumped to 0.5.16
1926
-
1927
- ## [0.10.7](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.6...openai-v0.10.7) (2025-07-31)
1928
-
1929
-
1930
- ### Dependencies
1931
-
1932
- * The following workspace dependencies were updated
1933
- * dependencies
1934
- * @aigne/core bumped to 1.40.0
1935
- * devDependencies
1936
- * @aigne/test-utils bumped to 0.5.15
1937
-
1938
- ## [0.10.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.5...openai-v0.10.6) (2025-07-28)
1939
-
1940
-
1941
- ### Dependencies
1942
-
1943
- * The following workspace dependencies were updated
1944
- * dependencies
1945
- * @aigne/core bumped to 1.39.0
1946
- * devDependencies
1947
- * @aigne/test-utils bumped to 0.5.14
1948
-
1949
- ## [0.10.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.4...openai-v0.10.5) (2025-07-24)
1950
-
1951
-
1952
- ### Dependencies
1953
-
1954
- * The following workspace dependencies were updated
1955
- * dependencies
1956
- * @aigne/core bumped to 1.38.1
1957
- * devDependencies
1958
- * @aigne/test-utils bumped to 0.5.13
1959
-
1960
- ## [0.10.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.3...openai-v0.10.4) (2025-07-24)
1961
-
1962
-
1963
- ### Dependencies
1964
-
1965
- * The following workspace dependencies were updated
1966
- * dependencies
1967
- * @aigne/core bumped to 1.38.0
1968
- * devDependencies
1969
- * @aigne/test-utils bumped to 0.5.12
1970
-
1971
- ## [0.10.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.2...openai-v0.10.3) (2025-07-22)
1972
-
1973
-
1974
- ### Dependencies
1975
-
1976
- * The following workspace dependencies were updated
1977
- * dependencies
1978
- * @aigne/core bumped to 1.37.0
1979
- * devDependencies
1980
- * @aigne/test-utils bumped to 0.5.11
1981
-
1982
- ## [0.10.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.1...openai-v0.10.2) (2025-07-17)
1983
-
1984
-
1985
- ### Dependencies
1986
-
1987
- * The following workspace dependencies were updated
1988
- * dependencies
1989
- * @aigne/core bumped to 1.36.0
1990
- * devDependencies
1991
- * @aigne/test-utils bumped to 0.5.10
1992
-
1993
- ## [0.10.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.10.0...openai-v0.10.1) (2025-07-17)
1994
-
1995
-
1996
- ### Dependencies
1997
-
1998
- * The following workspace dependencies were updated
1999
- * dependencies
2000
- * @aigne/core bumped to 1.35.0
2001
- * devDependencies
2002
- * @aigne/test-utils bumped to 0.5.9
2003
-
2004
- ## [0.10.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.9.2...openai-v0.10.0) (2025-07-15)
2005
-
2006
-
2007
- ### Features
2008
-
2009
- * **memory:** support did space memory adapter ([#229](https://github.com/AIGNE-io/aigne-framework/issues/229)) ([6f69b64](https://github.com/AIGNE-io/aigne-framework/commit/6f69b64e98b963db9d6ab5357306b445385eaa68))
2010
-
2011
-
2012
- ### Dependencies
2013
-
2014
- * The following workspace dependencies were updated
2015
- * dependencies
2016
- * @aigne/core bumped to 1.34.0
2017
- * devDependencies
2018
- * @aigne/test-utils bumped to 0.5.8
2019
-
2020
- ## [0.9.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.9.1...openai-v0.9.2) (2025-07-14)
2021
-
2022
-
2023
- ### Dependencies
2024
-
2025
- * The following workspace dependencies were updated
2026
- * dependencies
2027
- * @aigne/core bumped to 1.33.2
2028
- * devDependencies
2029
- * @aigne/test-utils bumped to 0.5.7
2030
-
2031
- ## [0.9.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.9.0...openai-v0.9.1) (2025-07-14)
2032
-
2033
-
2034
- ### Bug Fixes
2035
-
2036
- * **cli:** print pretty error message for cli ([#249](https://github.com/AIGNE-io/aigne-framework/issues/249)) ([d68e0f7](https://github.com/AIGNE-io/aigne-framework/commit/d68e0f7151259a05696de77d9f00793b6f5b36b2))
2037
- * **deps:** update deps to latest version ([#247](https://github.com/AIGNE-io/aigne-framework/issues/247)) ([3972f88](https://github.com/AIGNE-io/aigne-framework/commit/3972f887a9abff20c26da6b51c1071cbd54c0bf1))
2038
-
2039
-
2040
- ### Dependencies
2041
-
2042
- * The following workspace dependencies were updated
2043
- * dependencies
2044
- * @aigne/core bumped to 1.33.1
2045
- * devDependencies
2046
- * @aigne/test-utils bumped to 0.5.6
2047
-
2048
- ## [0.9.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.8.2...openai-v0.9.0) (2025-07-10)
2049
-
2050
-
2051
- ### Features
2052
-
2053
- * **model:** reduce unnecessary LLM requests for structured output ([#241](https://github.com/AIGNE-io/aigne-framework/issues/241)) ([e28813c](https://github.com/AIGNE-io/aigne-framework/commit/e28813c021ed35c0251e198e2e007e2d746ab3d8))
2054
-
2055
-
2056
- ### Dependencies
2057
-
2058
- * The following workspace dependencies were updated
2059
- * dependencies
2060
- * @aigne/core bumped to 1.33.0
2061
- * devDependencies
2062
- * @aigne/test-utils bumped to 0.5.5
2063
-
2064
- ## [0.8.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.8.1...openai-v0.8.2) (2025-07-09)
2065
-
2066
-
2067
- ### Dependencies
2068
-
2069
- * The following workspace dependencies were updated
2070
- * dependencies
2071
- * @aigne/core bumped to 1.32.2
2072
- * devDependencies
2073
- * @aigne/test-utils bumped to 0.5.4
2074
-
2075
- ## [0.8.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.8.0...openai-v0.8.1) (2025-07-09)
2076
-
2077
-
2078
- ### Bug Fixes
2079
-
2080
- * **model:** ensure last message is not system role for gemini ([#231](https://github.com/AIGNE-io/aigne-framework/issues/231)) ([1b72e1e](https://github.com/AIGNE-io/aigne-framework/commit/1b72e1e6be98060aa32e68585142b2eea401d109))
2081
-
2082
-
2083
- ### Dependencies
2084
-
2085
- * The following workspace dependencies were updated
2086
- * dependencies
2087
- * @aigne/core bumped to 1.32.1
2088
- * devDependencies
2089
- * @aigne/test-utils bumped to 0.5.3
2090
-
2091
- ## [0.8.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.7.1...openai-v0.8.0) (2025-07-08)
2092
-
2093
-
2094
- ### Features
2095
-
2096
- * **core:** add jinja syntax support for prompt builder ([#230](https://github.com/AIGNE-io/aigne-framework/issues/230)) ([74436a7](https://github.com/AIGNE-io/aigne-framework/commit/74436a7faac0c59a32b0153481386162649f4357))
2097
-
2098
-
2099
- ### Dependencies
2100
-
2101
- * The following workspace dependencies were updated
2102
- * dependencies
2103
- * @aigne/core bumped to 1.32.0
2104
- * devDependencies
2105
- * @aigne/test-utils bumped to 0.5.2
2106
-
2107
- ## [0.7.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.7.0...openai-v0.7.1) (2025-07-04)
2108
-
2109
-
2110
- ### Dependencies
2111
-
2112
- * The following workspace dependencies were updated
2113
- * dependencies
2114
- * @aigne/core bumped to 1.31.0
2115
- * devDependencies
2116
- * @aigne/test-utils bumped to 0.5.1
2117
-
2118
- ## [0.7.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.6.4...openai-v0.7.0) (2025-07-03)
2119
-
2120
-
2121
- ### Features
2122
-
2123
- * upgrade dependencies and adapt code to breaking changes ([#216](https://github.com/AIGNE-io/aigne-framework/issues/216)) ([f215ced](https://github.com/AIGNE-io/aigne-framework/commit/f215cedc1a57e321164064c33316e496eae8d25f))
2124
-
2125
-
2126
- ### Dependencies
2127
-
2128
- * The following workspace dependencies were updated
2129
- * dependencies
2130
- * @aigne/core bumped to 1.30.0
2131
- * devDependencies
2132
- * @aigne/test-utils bumped to 0.5.0
2133
-
2134
- ## [0.6.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.6.3...openai-v0.6.4) (2025-07-02)
2135
-
2136
-
2137
- ### Dependencies
2138
-
2139
- * The following workspace dependencies were updated
2140
- * dependencies
2141
- * @aigne/core bumped to 1.29.1
2142
- * devDependencies
2143
- * @aigne/test-utils bumped to 0.4.16
2144
-
2145
- ## [0.6.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.6.2...openai-v0.6.3) (2025-07-02)
2146
-
2147
-
2148
- ### Dependencies
2149
-
2150
- * The following workspace dependencies were updated
2151
- * dependencies
2152
- * @aigne/core bumped to 1.29.0
2153
- * devDependencies
2154
- * @aigne/test-utils bumped to 0.4.15
2155
-
2156
- ## [0.6.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.6.1...openai-v0.6.2) (2025-07-01)
2157
-
2158
-
2159
- ### Dependencies
2160
-
2161
- * The following workspace dependencies were updated
2162
- * dependencies
2163
- * @aigne/core bumped to 1.28.2
2164
- * devDependencies
2165
- * @aigne/test-utils bumped to 0.4.14
2166
-
2167
- ## [0.6.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.6.0...openai-v0.6.1) (2025-07-01)
2168
-
2169
-
2170
- ### Dependencies
2171
-
2172
- * The following workspace dependencies were updated
2173
- * dependencies
2174
- * @aigne/core bumped to 1.28.1
2175
- * devDependencies
2176
- * @aigne/test-utils bumped to 0.4.13
2177
-
2178
- ## [0.6.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.5.0...openai-v0.6.0) (2025-07-01)
2179
-
2180
-
2181
- ### Features
2182
-
2183
- * **example:** use AIGNE cli to run chat-bot example ([#198](https://github.com/AIGNE-io/aigne-framework/issues/198)) ([7085541](https://github.com/AIGNE-io/aigne-framework/commit/708554100692f2a557f7329ea78e46c3c870ce10))
2184
-
2185
-
2186
- ### Dependencies
2187
-
2188
- * The following workspace dependencies were updated
2189
- * dependencies
2190
- * @aigne/core bumped to 1.28.0
2191
- * devDependencies
2192
- * @aigne/test-utils bumped to 0.4.12
2193
-
2194
- ## [0.5.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.4.3...openai-v0.5.0) (2025-07-01)
2195
-
2196
-
2197
- ### Features
2198
-
2199
- * **cli:** support HTTPS_PROXY and named path param ([#196](https://github.com/AIGNE-io/aigne-framework/issues/196)) ([04e684e](https://github.com/AIGNE-io/aigne-framework/commit/04e684ee26bc2d79924b0e3cb541cd07a7191804))
2200
-
2201
-
2202
- ### Dependencies
2203
-
2204
- * The following workspace dependencies were updated
2205
- * dependencies
2206
- * @aigne/core bumped to 1.27.0
2207
- * devDependencies
2208
- * @aigne/test-utils bumped to 0.4.11
2209
-
2210
- ## [0.4.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.4.2...openai-v0.4.3) (2025-06-30)
2211
-
2212
-
2213
- ### Dependencies
2214
-
2215
- * The following workspace dependencies were updated
2216
- * dependencies
2217
- * @aigne/core bumped to 1.26.0
2218
- * devDependencies
2219
- * @aigne/test-utils bumped to 0.4.10
2220
-
2221
- ## [0.4.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.4.1...openai-v0.4.2) (2025-06-29)
2222
-
2223
-
2224
- ### Dependencies
2225
-
2226
- * The following workspace dependencies were updated
2227
- * dependencies
2228
- * @aigne/core bumped to 1.25.0
2229
- * devDependencies
2230
- * @aigne/test-utils bumped to 0.4.9
2231
-
2232
- ## [0.4.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.4.0...openai-v0.4.1) (2025-06-26)
2233
-
2234
-
2235
- ### Dependencies
2236
-
2237
- * The following workspace dependencies were updated
2238
- * dependencies
2239
- * @aigne/core bumped to 1.24.1
2240
- * devDependencies
2241
- * @aigne/test-utils bumped to 0.4.8
2242
-
2243
- ## [0.4.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.3.6...openai-v0.4.0) (2025-06-26)
2244
-
2245
-
2246
- ### Features
2247
-
2248
- * **transport:** support invoke server side chat model ([#182](https://github.com/AIGNE-io/aigne-framework/issues/182)) ([f81a1bf](https://github.com/AIGNE-io/aigne-framework/commit/f81a1bf883abda1845ccee09b270e5f583e287ab))
2249
-
2250
-
2251
- ### Dependencies
2252
-
2253
- * The following workspace dependencies were updated
2254
- * dependencies
2255
- * @aigne/core bumped to 1.24.0
2256
- * devDependencies
2257
- * @aigne/test-utils bumped to 0.4.7
2258
-
2259
- ## [0.3.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.3.5...openai-v0.3.6) (2025-06-25)
2260
-
2261
-
2262
- ### Dependencies
2263
-
2264
- * The following workspace dependencies were updated
2265
- * dependencies
2266
- * @aigne/core bumped to 1.23.1
2267
- * devDependencies
2268
- * @aigne/test-utils bumped to 0.4.6
2269
-
2270
- ## [0.3.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.3.4...openai-v0.3.5) (2025-06-25)
2271
-
2272
-
2273
- ### Dependencies
2274
-
2275
- * The following workspace dependencies were updated
2276
- * dependencies
2277
- * @aigne/core bumped to 1.23.0
2278
- * devDependencies
2279
- * @aigne/test-utils bumped to 0.4.5
2280
-
2281
- ## [0.3.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.3.3...openai-v0.3.4) (2025-06-24)
2282
-
2283
-
2284
- ### Dependencies
2285
-
2286
- * The following workspace dependencies were updated
2287
- * dependencies
2288
- * @aigne/core bumped to 1.22.0
2289
- * devDependencies
2290
- * @aigne/test-utils bumped to 0.4.4
2291
-
2292
- ## [0.3.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.3.2...openai-v0.3.3) (2025-06-20)
2293
-
2294
-
2295
- ### Dependencies
2296
-
2297
- * The following workspace dependencies were updated
2298
- * dependencies
2299
- * @aigne/core bumped to 1.21.0
2300
- * devDependencies
2301
- * @aigne/test-utils bumped to 0.4.3
2302
-
2303
- ## [0.3.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.3.1...openai-v0.3.2) (2025-06-19)
2304
-
2305
-
2306
- ### Dependencies
2307
-
2308
- * The following workspace dependencies were updated
2309
- * dependencies
2310
- * @aigne/core bumped to 1.20.1
2311
- * devDependencies
2312
- * @aigne/test-utils bumped to 0.4.2
2313
-
2314
- ## [0.3.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.3.0...openai-v0.3.1) (2025-06-17)
2315
-
2316
-
2317
- ### Dependencies
2318
-
2319
- * The following workspace dependencies were updated
2320
- * dependencies
2321
- * @aigne/core bumped to 1.20.0
2322
- * devDependencies
2323
- * @aigne/test-utils bumped to 0.4.1
2324
-
2325
- ## [0.3.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.2.7...openai-v0.3.0) (2025-06-16)
2326
-
2327
-
2328
- ### Features
2329
-
2330
- * support respond progressing chunks by enable `returnProgressChunks` option for aigne.invoke ([cf4c313](https://github.com/AIGNE-io/aigne-framework/commit/cf4c313ee69f255be799ac196da675b79f69bf76))
2331
-
2332
-
2333
- ### Dependencies
2334
-
2335
- * The following workspace dependencies were updated
2336
- * dependencies
2337
- * @aigne/core bumped to 1.19.0
2338
- * devDependencies
2339
- * @aigne/test-utils bumped to 0.4.0
2340
-
2341
- ## [0.2.7](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.2.6...openai-v0.2.7) (2025-06-11)
2342
-
2343
-
2344
- ### Dependencies
2345
-
2346
- * The following workspace dependencies were updated
2347
- * dependencies
2348
- * @aigne/core bumped to 1.18.6
2349
- * devDependencies
2350
- * @aigne/test-utils bumped to 0.3.8
2351
-
2352
- ## [0.2.6](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.2.5...openai-v0.2.6) (2025-06-06)
2353
-
2354
-
2355
- ### Dependencies
2356
-
2357
- * The following workspace dependencies were updated
2358
- * dependencies
2359
- * @aigne/core bumped to 1.18.5
2360
- * devDependencies
2361
- * @aigne/test-utils bumped to 0.3.7
2362
-
2363
- ## [0.2.5](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.2.4...openai-v0.2.5) (2025-06-05)
2364
-
2365
-
2366
- ### Dependencies
2367
-
2368
- * The following workspace dependencies were updated
2369
- * dependencies
2370
- * @aigne/core bumped to 1.18.4
2371
- * devDependencies
2372
- * @aigne/test-utils bumped to 0.3.6
2373
-
2374
- ## [0.2.4](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.2.3...openai-v0.2.4) (2025-06-05)
2375
-
2376
-
2377
- ### Dependencies
2378
-
2379
- * The following workspace dependencies were updated
2380
- * dependencies
2381
- * @aigne/core bumped to 1.18.3
2382
- * devDependencies
2383
- * @aigne/test-utils bumped to 0.3.5
2384
-
2385
- ## [0.2.3](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.2.2...openai-v0.2.3) (2025-05-30)
2386
-
2387
-
2388
- ### Dependencies
2389
-
2390
- * The following workspace dependencies were updated
2391
- * dependencies
2392
- * @aigne/core bumped to 1.18.2
2393
- * devDependencies
2394
- * @aigne/test-utils bumped to 0.3.4
2395
-
2396
- ## [0.2.2](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.2.1...openai-v0.2.2) (2025-05-30)
2397
-
2398
-
2399
- ### Dependencies
2400
-
2401
- * The following workspace dependencies were updated
2402
- * dependencies
2403
- * @aigne/core bumped to 1.18.1
2404
- * devDependencies
2405
- * @aigne/test-utils bumped to 0.3.3
2406
-
2407
- ## [0.2.1](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.2.0...openai-v0.2.1) (2025-05-29)
2408
-
2409
-
2410
- ### Dependencies
2411
-
2412
- * The following workspace dependencies were updated
2413
- * dependencies
2414
- * @aigne/core bumped to 1.18.0
2415
- * devDependencies
2416
- * @aigne/test-utils bumped to 0.3.2
2417
-
2418
- ## [0.2.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.1.0...openai-v0.2.0) (2025-05-25)
2419
-
2420
-
2421
- ### Features
2422
-
2423
- * add user context support ([#131](https://github.com/AIGNE-io/aigne-framework/issues/131)) ([4dd9d20](https://github.com/AIGNE-io/aigne-framework/commit/4dd9d20953f6ac33933723db56efd9b44bafeb02))
2424
-
2425
-
2426
- ### Dependencies
2427
-
2428
- * The following workspace dependencies were updated
2429
- * dependencies
2430
- * @aigne/core bumped to 1.17.0
2431
- * devDependencies
2432
- * @aigne/test-utils bumped to 0.3.1
2433
-
2434
- ## [0.1.0](https://github.com/AIGNE-io/aigne-framework/compare/openai-v0.0.1...openai-v0.1.0) (2025-05-23)
2435
-
2436
-
2437
- ### Features
2438
-
2439
- * **models:** publish model adapters as standalone packages ([#126](https://github.com/AIGNE-io/aigne-framework/issues/126)) ([588b8ae](https://github.com/AIGNE-io/aigne-framework/commit/588b8aea6abcee5fa87def1358bf51f84021c6ef))
2440
-
2441
-
2442
- ### Dependencies
2443
-
2444
- * The following workspace dependencies were updated
2445
- * dependencies
2446
- * @aigne/core bumped to 1.16.0
2447
- * devDependencies
2448
- * @aigne/test-utils bumped to 0.3.0