@aigne/gemini 0.14.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.
- package/README.md +11 -11
- package/dist/gemini-chat-model.cjs +435 -0
- package/dist/gemini-chat-model.d.cts +123 -0
- package/dist/gemini-chat-model.d.cts.map +1 -0
- package/dist/gemini-chat-model.d.mts +123 -0
- package/dist/gemini-chat-model.d.mts.map +1 -0
- package/dist/gemini-chat-model.mjs +436 -0
- package/dist/gemini-chat-model.mjs.map +1 -0
- package/dist/gemini-image-model.cjs +169 -0
- package/dist/gemini-image-model.d.cts +37 -0
- package/dist/gemini-image-model.d.cts.map +1 -0
- package/dist/gemini-image-model.d.mts +37 -0
- package/dist/gemini-image-model.d.mts.map +1 -0
- package/dist/gemini-image-model.mjs +170 -0
- package/dist/gemini-image-model.mjs.map +1 -0
- package/dist/gemini-video-model.cjs +148 -0
- package/dist/gemini-video-model.d.cts +117 -0
- package/dist/gemini-video-model.d.cts.map +1 -0
- package/dist/gemini-video-model.d.mts +117 -0
- package/dist/gemini-video-model.d.mts.map +1 -0
- package/dist/gemini-video-model.mjs +149 -0
- package/dist/gemini-video-model.mjs.map +1 -0
- package/dist/index.cjs +7 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.mts +4 -0
- package/dist/index.mjs +5 -0
- package/dist/utils.cjs +34 -0
- package/dist/utils.mjs +35 -0
- package/dist/utils.mjs.map +1 -0
- package/package.json +29 -30
- package/CHANGELOG.md +0 -2672
- package/lib/cjs/gemini-chat-model.d.ts +0 -117
- package/lib/cjs/gemini-chat-model.js +0 -564
- package/lib/cjs/gemini-image-model.d.ts +0 -34
- package/lib/cjs/gemini-image-model.js +0 -171
- package/lib/cjs/gemini-video-model.d.ts +0 -114
- package/lib/cjs/gemini-video-model.js +0 -164
- package/lib/cjs/index.d.ts +0 -3
- package/lib/cjs/index.js +0 -19
- package/lib/cjs/package.json +0 -3
- package/lib/cjs/utils.d.ts +0 -15
- package/lib/cjs/utils.js +0 -37
- package/lib/dts/gemini-chat-model.d.ts +0 -117
- package/lib/dts/gemini-image-model.d.ts +0 -34
- package/lib/dts/gemini-video-model.d.ts +0 -114
- package/lib/dts/index.d.ts +0 -3
- package/lib/dts/utils.d.ts +0 -15
- package/lib/esm/gemini-chat-model.d.ts +0 -117
- package/lib/esm/gemini-chat-model.js +0 -560
- package/lib/esm/gemini-image-model.d.ts +0 -34
- package/lib/esm/gemini-image-model.js +0 -167
- package/lib/esm/gemini-video-model.d.ts +0 -114
- package/lib/esm/gemini-video-model.js +0 -160
- package/lib/esm/index.d.ts +0 -3
- package/lib/esm/index.js +0 -3
- package/lib/esm/package.json +0 -3
- package/lib/esm/utils.d.ts +0 -15
- package/lib/esm/utils.js +0 -34
package/CHANGELOG.md
DELETED
|
@@ -1,2672 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [0.14.16](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.26...gemini-v0.14.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.14.16-beta.26](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.25...gemini-v0.14.16-beta.26) (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
|
-
* add thinking support to Gemini chat models ([#650](https://github.com/AIGNE-io/aigne-framework/issues/650)) ([09b828b](https://github.com/AIGNE-io/aigne-framework/commit/09b828ba668d90cc6aac68a5e8190adb146b5e45))
|
|
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
|
-
* **models:** support gemini 3.x thinking level and thoughtSignature ([#760](https://github.com/AIGNE-io/aigne-framework/issues/760)) ([243f2d4](https://github.com/AIGNE-io/aigne-framework/commit/243f2d457792a20ba2b87378576092e6f88e319c))
|
|
28
|
-
* **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
|
|
29
|
-
* 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))
|
|
30
|
-
* support define agent by third library & orchestrator agent refactor ([#799](https://github.com/AIGNE-io/aigne-framework/issues/799)) ([7264b11](https://github.com/AIGNE-io/aigne-framework/commit/7264b11ab6eed787e928367f09aa08d254968d40))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
* 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))
|
|
36
|
-
* bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
|
|
37
|
-
* bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
|
|
38
|
-
* bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
|
|
39
|
-
* bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
|
|
40
|
-
* bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
|
|
41
|
-
* **core:** preserve Agent Skill in session compact and support complex tool result content ([#876](https://github.com/AIGNE-io/aigne-framework/issues/876)) ([edb86ae](https://github.com/AIGNE-io/aigne-framework/commit/edb86ae2b9cfe56a8f08b276f843606e310566cf))
|
|
42
|
-
* **core:** simplify token-estimator logic for remaining characters ([45d43cc](https://github.com/AIGNE-io/aigne-framework/commit/45d43ccd3afd636cfb459eea2e6551e8f9c53765))
|
|
43
|
-
* correct calculate token usage for gemini model ([7fd1328](https://github.com/AIGNE-io/aigne-framework/commit/7fd13289d3d0f8e062211f7c6dd5cb56e5318c1b))
|
|
44
|
-
* correct run example & doc improvements ([#707](https://github.com/AIGNE-io/aigne-framework/issues/707)) ([f98fc5d](https://github.com/AIGNE-io/aigne-framework/commit/f98fc5df28fd6ce6134128c2f0e5395c1554b740))
|
|
45
|
-
* **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))
|
|
46
|
-
* **gemini:** handle empty responses when files are present ([#648](https://github.com/AIGNE-io/aigne-framework/issues/648)) ([f4e259c](https://github.com/AIGNE-io/aigne-framework/commit/f4e259c5e5c687c347bb5cf29cbb0b5bf4d0d4a1))
|
|
47
|
-
* **gemini:** implement retry mechanism for empty responses with structured output fallback ([#638](https://github.com/AIGNE-io/aigne-framework/issues/638)) ([d33c8bb](https://github.com/AIGNE-io/aigne-framework/commit/d33c8bb9711aadddef9687d6cf472a179cd8ed9c))
|
|
48
|
-
* **gemini:** include thoughts token count in output token usage ([#669](https://github.com/AIGNE-io/aigne-framework/issues/669)) ([f6ff10c](https://github.com/AIGNE-io/aigne-framework/commit/f6ff10c33b0612a0bc416842c5a5bec3850a3fe6))
|
|
49
|
-
* **gemini:** properly handle thinking level for gemini 3.x models ([#763](https://github.com/AIGNE-io/aigne-framework/issues/763)) ([a5dc892](https://github.com/AIGNE-io/aigne-framework/commit/a5dc8921635811ed9ca2ff9e3e0699006f79cf22))
|
|
50
|
-
* **gemini:** return reasoningEffort in model options for gemini-3 ([#765](https://github.com/AIGNE-io/aigne-framework/issues/765)) ([682bfda](https://github.com/AIGNE-io/aigne-framework/commit/682bfda353b31fd432232baa57f8e0b0838eb76d))
|
|
51
|
-
* **gemini:** should include at least one user message ([#521](https://github.com/AIGNE-io/aigne-framework/issues/521)) ([eb2752e](https://github.com/AIGNE-io/aigne-framework/commit/eb2752ed7d78f59c435ecc3ccb7227e804e3781e))
|
|
52
|
-
* **gemini:** use StructuredOutputError to trigger retry for missing JSON response ([#660](https://github.com/AIGNE-io/aigne-framework/issues/660)) ([e8826ed](https://github.com/AIGNE-io/aigne-framework/commit/e8826ed96db57bfcce0b577881bf0d2fd828c269))
|
|
53
|
-
* improve image model parameters ([#530](https://github.com/AIGNE-io/aigne-framework/issues/530)) ([d66b5ca](https://github.com/AIGNE-io/aigne-framework/commit/d66b5ca01e14baad2712cc1a84930cdb63703232))
|
|
54
|
-
* 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))
|
|
55
|
-
* **model:** handle large video files by uploading to Files API ([#769](https://github.com/AIGNE-io/aigne-framework/issues/769)) ([5fd7661](https://github.com/AIGNE-io/aigne-framework/commit/5fd76613bd7301cc76bde933de2095a6d86f8c7e))
|
|
56
|
-
* **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))
|
|
57
|
-
* **models:** add imageConfig to gemini image model ([#621](https://github.com/AIGNE-io/aigne-framework/issues/621)) ([252de7a](https://github.com/AIGNE-io/aigne-framework/commit/252de7a10701c4f5302c2fff977c88e5e833b7b1))
|
|
58
|
-
* **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))
|
|
59
|
-
* **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))
|
|
60
|
-
* **models:** auto retry when got emtpy response from gemini ([#636](https://github.com/AIGNE-io/aigne-framework/issues/636)) ([9367cef](https://github.com/AIGNE-io/aigne-framework/commit/9367cef49ea4c0c87b8a36b454deb2efaee6886f))
|
|
61
|
-
* **models:** enhance gemini model tool use with status fields ([#634](https://github.com/AIGNE-io/aigne-framework/issues/634)) ([067b175](https://github.com/AIGNE-io/aigne-framework/commit/067b175c8e31bb5b1a6d0fc5a5cfb2d070d8d709))
|
|
62
|
-
* **models:** improve message structure handling and enable auto-message options ([#657](https://github.com/AIGNE-io/aigne-framework/issues/657)) ([233d70c](https://github.com/AIGNE-io/aigne-framework/commit/233d70cb292b937200fada8434f33d957d766ad6))
|
|
63
|
-
* **models:** parallel tool calls for gemini model ([#844](https://github.com/AIGNE-io/aigne-framework/issues/844)) ([adfae33](https://github.com/AIGNE-io/aigne-framework/commit/adfae337709295b594a8f5da61213535d2ef61aa))
|
|
64
|
-
* **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))
|
|
65
|
-
* **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))
|
|
66
|
-
* should not return local path from aigne hub service ([#460](https://github.com/AIGNE-io/aigne-framework/issues/460)) ([c959717](https://github.com/AIGNE-io/aigne-framework/commit/c95971774f7e84dbeb3313f60b3e6464e2bb22e4))
|
|
67
|
-
* 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))
|
|
68
|
-
* support gemini-2.0-flash model for image model ([#429](https://github.com/AIGNE-io/aigne-framework/issues/429)) ([5a0bba1](https://github.com/AIGNE-io/aigne-framework/commit/5a0bba197cf8785384b70302f86cf702d04b7fc4))
|
|
69
|
-
* 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))
|
|
70
|
-
* **transport:** improve HTTP client option handling and error serialization ([#445](https://github.com/AIGNE-io/aigne-framework/issues/445)) ([d3bcdd2](https://github.com/AIGNE-io/aigne-framework/commit/d3bcdd23ab8011a7d40fc157fd61eb240494c7a5))
|
|
71
|
-
* 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))
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### Dependencies
|
|
75
|
-
|
|
76
|
-
* The following workspace dependencies were updated
|
|
77
|
-
* dependencies
|
|
78
|
-
* @aigne/core bumped to 1.72.0-beta.25
|
|
79
|
-
* devDependencies
|
|
80
|
-
* @aigne/test-utils bumped to 0.5.69-beta.25
|
|
81
|
-
|
|
82
|
-
## [0.14.16-beta.25](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.24...gemini-v0.14.16-beta.25) (2026-01-16)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Dependencies
|
|
86
|
-
|
|
87
|
-
* The following workspace dependencies were updated
|
|
88
|
-
* dependencies
|
|
89
|
-
* @aigne/core bumped to 1.72.0-beta.24
|
|
90
|
-
* devDependencies
|
|
91
|
-
* @aigne/test-utils bumped to 0.5.69-beta.24
|
|
92
|
-
|
|
93
|
-
## [0.14.16-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.23...gemini-v0.14.16-beta.24) (2026-01-15)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Dependencies
|
|
97
|
-
|
|
98
|
-
* The following workspace dependencies were updated
|
|
99
|
-
* dependencies
|
|
100
|
-
* @aigne/core bumped to 1.72.0-beta.23
|
|
101
|
-
* devDependencies
|
|
102
|
-
* @aigne/test-utils bumped to 0.5.69-beta.23
|
|
103
|
-
|
|
104
|
-
## [0.14.16-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.22...gemini-v0.14.16-beta.23) (2026-01-15)
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Dependencies
|
|
108
|
-
|
|
109
|
-
* The following workspace dependencies were updated
|
|
110
|
-
* dependencies
|
|
111
|
-
* @aigne/core bumped to 1.72.0-beta.22
|
|
112
|
-
* devDependencies
|
|
113
|
-
* @aigne/test-utils bumped to 0.5.69-beta.22
|
|
114
|
-
|
|
115
|
-
## [0.14.16-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.21...gemini-v0.14.16-beta.22) (2026-01-15)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Dependencies
|
|
119
|
-
|
|
120
|
-
* The following workspace dependencies were updated
|
|
121
|
-
* dependencies
|
|
122
|
-
* @aigne/core bumped to 1.72.0-beta.21
|
|
123
|
-
* devDependencies
|
|
124
|
-
* @aigne/test-utils bumped to 0.5.69-beta.21
|
|
125
|
-
|
|
126
|
-
## [0.14.16-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.20...gemini-v0.14.16-beta.21) (2026-01-15)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Dependencies
|
|
130
|
-
|
|
131
|
-
* The following workspace dependencies were updated
|
|
132
|
-
* dependencies
|
|
133
|
-
* @aigne/core bumped to 1.72.0-beta.20
|
|
134
|
-
* devDependencies
|
|
135
|
-
* @aigne/test-utils bumped to 0.5.69-beta.20
|
|
136
|
-
|
|
137
|
-
## [0.14.16-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.19...gemini-v0.14.16-beta.20) (2026-01-14)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Bug Fixes
|
|
141
|
-
|
|
142
|
-
* 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))
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
### Dependencies
|
|
146
|
-
|
|
147
|
-
* The following workspace dependencies were updated
|
|
148
|
-
* dependencies
|
|
149
|
-
* @aigne/core bumped to 1.72.0-beta.19
|
|
150
|
-
* @aigne/platform-helpers bumped to 0.6.7-beta.2
|
|
151
|
-
* devDependencies
|
|
152
|
-
* @aigne/test-utils bumped to 0.5.69-beta.19
|
|
153
|
-
|
|
154
|
-
## [0.14.16-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.18...gemini-v0.14.16-beta.19) (2026-01-13)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### Dependencies
|
|
158
|
-
|
|
159
|
-
* The following workspace dependencies were updated
|
|
160
|
-
* dependencies
|
|
161
|
-
* @aigne/core bumped to 1.72.0-beta.18
|
|
162
|
-
* devDependencies
|
|
163
|
-
* @aigne/test-utils bumped to 0.5.69-beta.18
|
|
164
|
-
|
|
165
|
-
## [0.14.16-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.17...gemini-v0.14.16-beta.18) (2026-01-12)
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
### Dependencies
|
|
169
|
-
|
|
170
|
-
* The following workspace dependencies were updated
|
|
171
|
-
* dependencies
|
|
172
|
-
* @aigne/core bumped to 1.72.0-beta.17
|
|
173
|
-
* devDependencies
|
|
174
|
-
* @aigne/test-utils bumped to 0.5.69-beta.17
|
|
175
|
-
|
|
176
|
-
## [0.14.16-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.16...gemini-v0.14.16-beta.17) (2026-01-12)
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
### Dependencies
|
|
180
|
-
|
|
181
|
-
* The following workspace dependencies were updated
|
|
182
|
-
* dependencies
|
|
183
|
-
* @aigne/core bumped to 1.72.0-beta.16
|
|
184
|
-
* devDependencies
|
|
185
|
-
* @aigne/test-utils bumped to 0.5.69-beta.16
|
|
186
|
-
|
|
187
|
-
## [0.14.16-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.15...gemini-v0.14.16-beta.16) (2026-01-10)
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
### Bug Fixes
|
|
191
|
-
|
|
192
|
-
* **core:** simplify token-estimator logic for remaining characters ([45d43cc](https://github.com/AIGNE-io/aigne-framework/commit/45d43ccd3afd636cfb459eea2e6551e8f9c53765))
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
### Dependencies
|
|
196
|
-
|
|
197
|
-
* The following workspace dependencies were updated
|
|
198
|
-
* dependencies
|
|
199
|
-
* @aigne/core bumped to 1.72.0-beta.15
|
|
200
|
-
* devDependencies
|
|
201
|
-
* @aigne/test-utils bumped to 0.5.69-beta.15
|
|
202
|
-
|
|
203
|
-
## [0.14.16-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.14...gemini-v0.14.16-beta.15) (2026-01-09)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Dependencies
|
|
207
|
-
|
|
208
|
-
* The following workspace dependencies were updated
|
|
209
|
-
* dependencies
|
|
210
|
-
* @aigne/core bumped to 1.72.0-beta.14
|
|
211
|
-
* devDependencies
|
|
212
|
-
* @aigne/test-utils bumped to 0.5.69-beta.14
|
|
213
|
-
|
|
214
|
-
## [0.14.16-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.13...gemini-v0.14.16-beta.14) (2026-01-08)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
* bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
### Dependencies
|
|
223
|
-
|
|
224
|
-
* The following workspace dependencies were updated
|
|
225
|
-
* dependencies
|
|
226
|
-
* @aigne/core bumped to 1.72.0-beta.13
|
|
227
|
-
* @aigne/platform-helpers bumped to 0.6.7-beta.1
|
|
228
|
-
* devDependencies
|
|
229
|
-
* @aigne/test-utils bumped to 0.5.69-beta.13
|
|
230
|
-
|
|
231
|
-
## [0.14.16-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.12...gemini-v0.14.16-beta.13) (2026-01-07)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Dependencies
|
|
235
|
-
|
|
236
|
-
* The following workspace dependencies were updated
|
|
237
|
-
* dependencies
|
|
238
|
-
* @aigne/core bumped to 1.72.0-beta.12
|
|
239
|
-
* devDependencies
|
|
240
|
-
* @aigne/test-utils bumped to 0.5.69-beta.12
|
|
241
|
-
|
|
242
|
-
## [0.14.16-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.11...gemini-v0.14.16-beta.12) (2026-01-06)
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
### Bug Fixes
|
|
246
|
-
|
|
247
|
-
* **core:** preserve Agent Skill in session compact and support complex tool result content ([#876](https://github.com/AIGNE-io/aigne-framework/issues/876)) ([edb86ae](https://github.com/AIGNE-io/aigne-framework/commit/edb86ae2b9cfe56a8f08b276f843606e310566cf))
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
### Dependencies
|
|
251
|
-
|
|
252
|
-
* The following workspace dependencies were updated
|
|
253
|
-
* dependencies
|
|
254
|
-
* @aigne/core bumped to 1.72.0-beta.11
|
|
255
|
-
* devDependencies
|
|
256
|
-
* @aigne/test-utils bumped to 0.5.69-beta.11
|
|
257
|
-
|
|
258
|
-
## [0.14.16-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.10...gemini-v0.14.16-beta.11) (2026-01-06)
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
### Dependencies
|
|
262
|
-
|
|
263
|
-
* The following workspace dependencies were updated
|
|
264
|
-
* dependencies
|
|
265
|
-
* @aigne/core bumped to 1.72.0-beta.10
|
|
266
|
-
* devDependencies
|
|
267
|
-
* @aigne/test-utils bumped to 0.5.69-beta.10
|
|
268
|
-
|
|
269
|
-
## [0.14.16-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.9...gemini-v0.14.16-beta.10) (2026-01-02)
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
### Dependencies
|
|
273
|
-
|
|
274
|
-
* The following workspace dependencies were updated
|
|
275
|
-
* dependencies
|
|
276
|
-
* @aigne/core bumped to 1.72.0-beta.9
|
|
277
|
-
* devDependencies
|
|
278
|
-
* @aigne/test-utils bumped to 0.5.69-beta.9
|
|
279
|
-
|
|
280
|
-
## [0.14.16-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.8...gemini-v0.14.16-beta.9) (2025-12-31)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Dependencies
|
|
284
|
-
|
|
285
|
-
* The following workspace dependencies were updated
|
|
286
|
-
* dependencies
|
|
287
|
-
* @aigne/core bumped to 1.72.0-beta.8
|
|
288
|
-
* devDependencies
|
|
289
|
-
* @aigne/test-utils bumped to 0.5.69-beta.8
|
|
290
|
-
|
|
291
|
-
## [0.14.16-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.7...gemini-v0.14.16-beta.8) (2025-12-26)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
### Dependencies
|
|
295
|
-
|
|
296
|
-
* The following workspace dependencies were updated
|
|
297
|
-
* dependencies
|
|
298
|
-
* @aigne/core bumped to 1.72.0-beta.7
|
|
299
|
-
* devDependencies
|
|
300
|
-
* @aigne/test-utils bumped to 0.5.69-beta.7
|
|
301
|
-
|
|
302
|
-
## [0.14.16-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.6...gemini-v0.14.16-beta.7) (2025-12-25)
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
### Dependencies
|
|
306
|
-
|
|
307
|
-
* The following workspace dependencies were updated
|
|
308
|
-
* dependencies
|
|
309
|
-
* @aigne/core bumped to 1.72.0-beta.6
|
|
310
|
-
* devDependencies
|
|
311
|
-
* @aigne/test-utils bumped to 0.5.69-beta.6
|
|
312
|
-
|
|
313
|
-
## [0.14.16-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.5...gemini-v0.14.16-beta.6) (2025-12-25)
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### Dependencies
|
|
317
|
-
|
|
318
|
-
* The following workspace dependencies were updated
|
|
319
|
-
* dependencies
|
|
320
|
-
* @aigne/core bumped to 1.72.0-beta.5
|
|
321
|
-
* devDependencies
|
|
322
|
-
* @aigne/test-utils bumped to 0.5.69-beta.5
|
|
323
|
-
|
|
324
|
-
## [0.14.16-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.4...gemini-v0.14.16-beta.5) (2025-12-24)
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
### Dependencies
|
|
328
|
-
|
|
329
|
-
* The following workspace dependencies were updated
|
|
330
|
-
* dependencies
|
|
331
|
-
* @aigne/core bumped to 1.72.0-beta.4
|
|
332
|
-
* devDependencies
|
|
333
|
-
* @aigne/test-utils bumped to 0.5.69-beta.4
|
|
334
|
-
|
|
335
|
-
## [0.14.16-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.3...gemini-v0.14.16-beta.4) (2025-12-22)
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### Bug Fixes
|
|
339
|
-
|
|
340
|
-
* **models:** parallel tool calls for gemini model ([#844](https://github.com/AIGNE-io/aigne-framework/issues/844)) ([adfae33](https://github.com/AIGNE-io/aigne-framework/commit/adfae337709295b594a8f5da61213535d2ef61aa))
|
|
341
|
-
|
|
342
|
-
## [0.14.16-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.2...gemini-v0.14.16-beta.3) (2025-12-19)
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
### Features
|
|
346
|
-
|
|
347
|
-
* 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))
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
### Dependencies
|
|
351
|
-
|
|
352
|
-
* The following workspace dependencies were updated
|
|
353
|
-
* dependencies
|
|
354
|
-
* @aigne/core bumped to 1.72.0-beta.3
|
|
355
|
-
* devDependencies
|
|
356
|
-
* @aigne/test-utils bumped to 0.5.69-beta.3
|
|
357
|
-
|
|
358
|
-
## [0.14.16-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta.1...gemini-v0.14.16-beta.2) (2025-12-19)
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
### Dependencies
|
|
362
|
-
|
|
363
|
-
* The following workspace dependencies were updated
|
|
364
|
-
* dependencies
|
|
365
|
-
* @aigne/core bumped to 1.72.0-beta.2
|
|
366
|
-
* devDependencies
|
|
367
|
-
* @aigne/test-utils bumped to 0.5.69-beta.2
|
|
368
|
-
|
|
369
|
-
## [0.14.16-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.16-beta...gemini-v0.14.16-beta.1) (2025-12-17)
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
### Bug Fixes
|
|
373
|
-
|
|
374
|
-
* bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
### Dependencies
|
|
378
|
-
|
|
379
|
-
* The following workspace dependencies were updated
|
|
380
|
-
* dependencies
|
|
381
|
-
* @aigne/core bumped to 1.72.0-beta.1
|
|
382
|
-
* @aigne/platform-helpers bumped to 0.6.7-beta
|
|
383
|
-
* devDependencies
|
|
384
|
-
* @aigne/test-utils bumped to 0.5.69-beta.1
|
|
385
|
-
|
|
386
|
-
## [0.14.16-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15...gemini-v0.14.16-beta) (2025-12-17)
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
### Dependencies
|
|
390
|
-
|
|
391
|
-
* The following workspace dependencies were updated
|
|
392
|
-
* dependencies
|
|
393
|
-
* @aigne/core bumped to 1.72.0-beta
|
|
394
|
-
* devDependencies
|
|
395
|
-
* @aigne/test-utils bumped to 0.5.69-beta
|
|
396
|
-
|
|
397
|
-
## [0.14.15](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.6...gemini-v0.14.15) (2025-12-12)
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
### Dependencies
|
|
401
|
-
|
|
402
|
-
* The following workspace dependencies were updated
|
|
403
|
-
* dependencies
|
|
404
|
-
* @aigne/core bumped to 1.71.0
|
|
405
|
-
* @aigne/platform-helpers bumped to 0.6.6
|
|
406
|
-
* devDependencies
|
|
407
|
-
* @aigne/test-utils bumped to 0.5.68
|
|
408
|
-
|
|
409
|
-
## [0.14.15-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.5...gemini-v0.14.15-beta.6) (2025-12-11)
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
### Dependencies
|
|
413
|
-
|
|
414
|
-
* The following workspace dependencies were updated
|
|
415
|
-
* dependencies
|
|
416
|
-
* @aigne/core bumped to 1.71.0-beta.6
|
|
417
|
-
* devDependencies
|
|
418
|
-
* @aigne/test-utils bumped to 0.5.68-beta.6
|
|
419
|
-
|
|
420
|
-
## [0.14.15-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.4...gemini-v0.14.15-beta.5) (2025-12-11)
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
### Dependencies
|
|
424
|
-
|
|
425
|
-
* The following workspace dependencies were updated
|
|
426
|
-
* dependencies
|
|
427
|
-
* @aigne/core bumped to 1.71.0-beta.5
|
|
428
|
-
* devDependencies
|
|
429
|
-
* @aigne/test-utils bumped to 0.5.68-beta.5
|
|
430
|
-
|
|
431
|
-
## [0.14.15-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.3...gemini-v0.14.15-beta.4) (2025-12-10)
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
### Bug Fixes
|
|
435
|
-
|
|
436
|
-
* bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
### Dependencies
|
|
440
|
-
|
|
441
|
-
* The following workspace dependencies were updated
|
|
442
|
-
* dependencies
|
|
443
|
-
* @aigne/core bumped to 1.71.0-beta.4
|
|
444
|
-
* @aigne/platform-helpers bumped to 0.6.6-beta
|
|
445
|
-
* devDependencies
|
|
446
|
-
* @aigne/test-utils bumped to 0.5.68-beta.4
|
|
447
|
-
|
|
448
|
-
## [0.14.15-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.2...gemini-v0.14.15-beta.3) (2025-12-10)
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
### Dependencies
|
|
452
|
-
|
|
453
|
-
* The following workspace dependencies were updated
|
|
454
|
-
* dependencies
|
|
455
|
-
* @aigne/core bumped to 1.71.0-beta.3
|
|
456
|
-
* devDependencies
|
|
457
|
-
* @aigne/test-utils bumped to 0.5.68-beta.3
|
|
458
|
-
|
|
459
|
-
## [0.14.15-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta.1...gemini-v0.14.15-beta.2) (2025-12-09)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
### Dependencies
|
|
463
|
-
|
|
464
|
-
* The following workspace dependencies were updated
|
|
465
|
-
* dependencies
|
|
466
|
-
* @aigne/core bumped to 1.71.0-beta.2
|
|
467
|
-
* devDependencies
|
|
468
|
-
* @aigne/test-utils bumped to 0.5.68-beta.2
|
|
469
|
-
|
|
470
|
-
## [0.14.15-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.15-beta...gemini-v0.14.15-beta.1) (2025-12-08)
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
### Bug Fixes
|
|
474
|
-
|
|
475
|
-
* correct run example & doc improvements ([#707](https://github.com/AIGNE-io/aigne-framework/issues/707)) ([f98fc5d](https://github.com/AIGNE-io/aigne-framework/commit/f98fc5df28fd6ce6134128c2f0e5395c1554b740))
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
### Dependencies
|
|
479
|
-
|
|
480
|
-
* The following workspace dependencies were updated
|
|
481
|
-
* dependencies
|
|
482
|
-
* @aigne/core bumped to 1.71.0-beta.1
|
|
483
|
-
* devDependencies
|
|
484
|
-
* @aigne/test-utils bumped to 0.5.68-beta.1
|
|
485
|
-
|
|
486
|
-
## [0.14.15-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.14...gemini-v0.14.15-beta) (2025-12-07)
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
### Features
|
|
490
|
-
|
|
491
|
-
* support define agent by third library & orchestrator agent refactor ([#799](https://github.com/AIGNE-io/aigne-framework/issues/799)) ([7264b11](https://github.com/AIGNE-io/aigne-framework/commit/7264b11ab6eed787e928367f09aa08d254968d40))
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
### Dependencies
|
|
495
|
-
|
|
496
|
-
* The following workspace dependencies were updated
|
|
497
|
-
* dependencies
|
|
498
|
-
* @aigne/core bumped to 1.71.0-beta
|
|
499
|
-
* devDependencies
|
|
500
|
-
* @aigne/test-utils bumped to 0.5.68-beta
|
|
501
|
-
|
|
502
|
-
## [0.14.14](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.14-beta...gemini-v0.14.14) (2025-12-06)
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
### Dependencies
|
|
506
|
-
|
|
507
|
-
* The following workspace dependencies were updated
|
|
508
|
-
* dependencies
|
|
509
|
-
* @aigne/core bumped to 1.70.1
|
|
510
|
-
* devDependencies
|
|
511
|
-
* @aigne/test-utils bumped to 0.5.67
|
|
512
|
-
|
|
513
|
-
## [0.14.14-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.13...gemini-v0.14.14-beta) (2025-12-06)
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
### Dependencies
|
|
517
|
-
|
|
518
|
-
* The following workspace dependencies were updated
|
|
519
|
-
* dependencies
|
|
520
|
-
* @aigne/core bumped to 1.70.1-beta
|
|
521
|
-
* devDependencies
|
|
522
|
-
* @aigne/test-utils bumped to 0.5.67-beta
|
|
523
|
-
|
|
524
|
-
## [0.14.13](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.13-beta.1...gemini-v0.14.13) (2025-12-05)
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
### Dependencies
|
|
528
|
-
|
|
529
|
-
* The following workspace dependencies were updated
|
|
530
|
-
* dependencies
|
|
531
|
-
* @aigne/core bumped to 1.70.0
|
|
532
|
-
* devDependencies
|
|
533
|
-
* @aigne/test-utils bumped to 0.5.66
|
|
534
|
-
|
|
535
|
-
## [0.14.13-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.13-beta...gemini-v0.14.13-beta.1) (2025-12-05)
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
### Dependencies
|
|
539
|
-
|
|
540
|
-
* The following workspace dependencies were updated
|
|
541
|
-
* dependencies
|
|
542
|
-
* @aigne/core bumped to 1.70.0-beta.1
|
|
543
|
-
* devDependencies
|
|
544
|
-
* @aigne/test-utils bumped to 0.5.66-beta.1
|
|
545
|
-
|
|
546
|
-
## [0.14.13-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.12...gemini-v0.14.13-beta) (2025-12-02)
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
### Features
|
|
550
|
-
|
|
551
|
-
* **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))
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
### Dependencies
|
|
555
|
-
|
|
556
|
-
* The following workspace dependencies were updated
|
|
557
|
-
* dependencies
|
|
558
|
-
* @aigne/core bumped to 1.70.0-beta
|
|
559
|
-
* devDependencies
|
|
560
|
-
* @aigne/test-utils bumped to 0.5.66-beta
|
|
561
|
-
|
|
562
|
-
## [0.14.12](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.12-beta.1...gemini-v0.14.12) (2025-11-28)
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
### Dependencies
|
|
566
|
-
|
|
567
|
-
* The following workspace dependencies were updated
|
|
568
|
-
* dependencies
|
|
569
|
-
* @aigne/core bumped to 1.69.2
|
|
570
|
-
* @aigne/platform-helpers bumped to 0.6.5
|
|
571
|
-
* devDependencies
|
|
572
|
-
* @aigne/test-utils bumped to 0.5.65
|
|
573
|
-
|
|
574
|
-
## [0.14.12-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.12-beta...gemini-v0.14.12-beta.1) (2025-11-28)
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
### Dependencies
|
|
578
|
-
|
|
579
|
-
* The following workspace dependencies were updated
|
|
580
|
-
* dependencies
|
|
581
|
-
* @aigne/core bumped to 1.69.2-beta.1
|
|
582
|
-
* devDependencies
|
|
583
|
-
* @aigne/test-utils bumped to 0.5.65-beta.1
|
|
584
|
-
|
|
585
|
-
## [0.14.12-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.11...gemini-v0.14.12-beta) (2025-11-28)
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
### Bug Fixes
|
|
589
|
-
|
|
590
|
-
* bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
### Dependencies
|
|
594
|
-
|
|
595
|
-
* The following workspace dependencies were updated
|
|
596
|
-
* dependencies
|
|
597
|
-
* @aigne/core bumped to 1.69.2-beta
|
|
598
|
-
* @aigne/platform-helpers bumped to 0.6.5-beta
|
|
599
|
-
* devDependencies
|
|
600
|
-
* @aigne/test-utils bumped to 0.5.65-beta
|
|
601
|
-
|
|
602
|
-
## [0.14.11](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.11-beta.1...gemini-v0.14.11) (2025-11-28)
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
### Dependencies
|
|
606
|
-
|
|
607
|
-
* The following workspace dependencies were updated
|
|
608
|
-
* dependencies
|
|
609
|
-
* @aigne/core bumped to 1.69.1
|
|
610
|
-
* devDependencies
|
|
611
|
-
* @aigne/test-utils bumped to 0.5.64
|
|
612
|
-
|
|
613
|
-
## [0.14.11-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.11-beta...gemini-v0.14.11-beta.1) (2025-11-26)
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
### Bug Fixes
|
|
617
|
-
|
|
618
|
-
* **model:** handle large video files by uploading to Files API ([#769](https://github.com/AIGNE-io/aigne-framework/issues/769)) ([5fd7661](https://github.com/AIGNE-io/aigne-framework/commit/5fd76613bd7301cc76bde933de2095a6d86f8c7e))
|
|
619
|
-
|
|
620
|
-
## [0.14.11-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.10...gemini-v0.14.11-beta) (2025-11-24)
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
### Dependencies
|
|
624
|
-
|
|
625
|
-
* The following workspace dependencies were updated
|
|
626
|
-
* dependencies
|
|
627
|
-
* @aigne/core bumped to 1.69.1-beta
|
|
628
|
-
* devDependencies
|
|
629
|
-
* @aigne/test-utils bumped to 0.5.64-beta
|
|
630
|
-
|
|
631
|
-
## [0.14.10](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.10-beta.4...gemini-v0.14.10) (2025-11-21)
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
### Dependencies
|
|
635
|
-
|
|
636
|
-
* The following workspace dependencies were updated
|
|
637
|
-
* dependencies
|
|
638
|
-
* @aigne/core bumped to 1.69.0
|
|
639
|
-
* devDependencies
|
|
640
|
-
* @aigne/test-utils bumped to 0.5.63
|
|
641
|
-
|
|
642
|
-
## [0.14.10-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.10-beta.3...gemini-v0.14.10-beta.4) (2025-11-21)
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
### Bug Fixes
|
|
646
|
-
|
|
647
|
-
* **gemini:** properly handle thinking level for gemini 3.x models ([#763](https://github.com/AIGNE-io/aigne-framework/issues/763)) ([a5dc892](https://github.com/AIGNE-io/aigne-framework/commit/a5dc8921635811ed9ca2ff9e3e0699006f79cf22))
|
|
648
|
-
* **gemini:** return reasoningEffort in model options for gemini-3 ([#765](https://github.com/AIGNE-io/aigne-framework/issues/765)) ([682bfda](https://github.com/AIGNE-io/aigne-framework/commit/682bfda353b31fd432232baa57f8e0b0838eb76d))
|
|
649
|
-
|
|
650
|
-
## [0.14.10-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.10-beta.2...gemini-v0.14.10-beta.3) (2025-11-19)
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
### Features
|
|
654
|
-
|
|
655
|
-
* **models:** support gemini 3.x thinking level and thoughtSignature ([#760](https://github.com/AIGNE-io/aigne-framework/issues/760)) ([243f2d4](https://github.com/AIGNE-io/aigne-framework/commit/243f2d457792a20ba2b87378576092e6f88e319c))
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
### Dependencies
|
|
659
|
-
|
|
660
|
-
* The following workspace dependencies were updated
|
|
661
|
-
* dependencies
|
|
662
|
-
* @aigne/core bumped to 1.69.0-beta.2
|
|
663
|
-
* devDependencies
|
|
664
|
-
* @aigne/test-utils bumped to 0.5.63-beta.3
|
|
665
|
-
|
|
666
|
-
## [0.14.10-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.10-beta.1...gemini-v0.14.10-beta.2) (2025-11-18)
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
### Features
|
|
670
|
-
|
|
671
|
-
* 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))
|
|
672
|
-
* 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))
|
|
673
|
-
* 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))
|
|
674
|
-
* add thinking support to Gemini chat models ([#650](https://github.com/AIGNE-io/aigne-framework/issues/650)) ([09b828b](https://github.com/AIGNE-io/aigne-framework/commit/09b828ba668d90cc6aac68a5e8190adb146b5e45))
|
|
675
|
-
* **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))
|
|
676
|
-
* 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))
|
|
677
|
-
* **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))
|
|
678
|
-
* **models:** support aigne hub models ([#416](https://github.com/AIGNE-io/aigne-framework/issues/416)) ([b4f014c](https://github.com/AIGNE-io/aigne-framework/commit/b4f014cf5ed08ef930d3ddfc278d3610e64c6af3))
|
|
679
|
-
* **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))
|
|
680
|
-
* **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))
|
|
681
|
-
* **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
|
|
682
|
-
* 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))
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
### Bug Fixes
|
|
686
|
-
|
|
687
|
-
* 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))
|
|
688
|
-
* bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
|
|
689
|
-
* **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))
|
|
690
|
-
* correct calculate token usage for gemini model ([7fd1328](https://github.com/AIGNE-io/aigne-framework/commit/7fd13289d3d0f8e062211f7c6dd5cb56e5318c1b))
|
|
691
|
-
* **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))
|
|
692
|
-
* **gemini:** handle empty responses when files are present ([#648](https://github.com/AIGNE-io/aigne-framework/issues/648)) ([f4e259c](https://github.com/AIGNE-io/aigne-framework/commit/f4e259c5e5c687c347bb5cf29cbb0b5bf4d0d4a1))
|
|
693
|
-
* **gemini:** implement retry mechanism for empty responses with structured output fallback ([#638](https://github.com/AIGNE-io/aigne-framework/issues/638)) ([d33c8bb](https://github.com/AIGNE-io/aigne-framework/commit/d33c8bb9711aadddef9687d6cf472a179cd8ed9c))
|
|
694
|
-
* **gemini:** include thoughts token count in output token usage ([#669](https://github.com/AIGNE-io/aigne-framework/issues/669)) ([f6ff10c](https://github.com/AIGNE-io/aigne-framework/commit/f6ff10c33b0612a0bc416842c5a5bec3850a3fe6))
|
|
695
|
-
* **gemini:** should include at least one user message ([#521](https://github.com/AIGNE-io/aigne-framework/issues/521)) ([eb2752e](https://github.com/AIGNE-io/aigne-framework/commit/eb2752ed7d78f59c435ecc3ccb7227e804e3781e))
|
|
696
|
-
* **gemini:** use StructuredOutputError to trigger retry for missing JSON response ([#660](https://github.com/AIGNE-io/aigne-framework/issues/660)) ([e8826ed](https://github.com/AIGNE-io/aigne-framework/commit/e8826ed96db57bfcce0b577881bf0d2fd828c269))
|
|
697
|
-
* improve image model parameters ([#530](https://github.com/AIGNE-io/aigne-framework/issues/530)) ([d66b5ca](https://github.com/AIGNE-io/aigne-framework/commit/d66b5ca01e14baad2712cc1a84930cdb63703232))
|
|
698
|
-
* **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))
|
|
699
|
-
* **models:** add imageConfig to gemini image model ([#621](https://github.com/AIGNE-io/aigne-framework/issues/621)) ([252de7a](https://github.com/AIGNE-io/aigne-framework/commit/252de7a10701c4f5302c2fff977c88e5e833b7b1))
|
|
700
|
-
* **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))
|
|
701
|
-
* **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))
|
|
702
|
-
* **models:** auto retry when got emtpy response from gemini ([#636](https://github.com/AIGNE-io/aigne-framework/issues/636)) ([9367cef](https://github.com/AIGNE-io/aigne-framework/commit/9367cef49ea4c0c87b8a36b454deb2efaee6886f))
|
|
703
|
-
* **models:** enhance gemini model tool use with status fields ([#634](https://github.com/AIGNE-io/aigne-framework/issues/634)) ([067b175](https://github.com/AIGNE-io/aigne-framework/commit/067b175c8e31bb5b1a6d0fc5a5cfb2d070d8d709))
|
|
704
|
-
* **models:** improve message structure handling and enable auto-message options ([#657](https://github.com/AIGNE-io/aigne-framework/issues/657)) ([233d70c](https://github.com/AIGNE-io/aigne-framework/commit/233d70cb292b937200fada8434f33d957d766ad6))
|
|
705
|
-
* **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))
|
|
706
|
-
* **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))
|
|
707
|
-
* should not return local path from aigne hub service ([#460](https://github.com/AIGNE-io/aigne-framework/issues/460)) ([c959717](https://github.com/AIGNE-io/aigne-framework/commit/c95971774f7e84dbeb3313f60b3e6464e2bb22e4))
|
|
708
|
-
* 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))
|
|
709
|
-
* support gemini-2.0-flash model for image model ([#429](https://github.com/AIGNE-io/aigne-framework/issues/429)) ([5a0bba1](https://github.com/AIGNE-io/aigne-framework/commit/5a0bba197cf8785384b70302f86cf702d04b7fc4))
|
|
710
|
-
* 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))
|
|
711
|
-
* **transport:** improve HTTP client option handling and error serialization ([#445](https://github.com/AIGNE-io/aigne-framework/issues/445)) ([d3bcdd2](https://github.com/AIGNE-io/aigne-framework/commit/d3bcdd23ab8011a7d40fc157fd61eb240494c7a5))
|
|
712
|
-
* 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))
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
### Dependencies
|
|
716
|
-
|
|
717
|
-
* The following workspace dependencies were updated
|
|
718
|
-
* dependencies
|
|
719
|
-
* @aigne/core bumped to 1.69.0-beta.1
|
|
720
|
-
* devDependencies
|
|
721
|
-
* @aigne/test-utils bumped to 0.5.63-beta.2
|
|
722
|
-
|
|
723
|
-
## [0.14.10-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.10-beta...gemini-v0.14.10-beta.1) (2025-11-18)
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
### Dependencies
|
|
727
|
-
|
|
728
|
-
* The following workspace dependencies were updated
|
|
729
|
-
* dependencies
|
|
730
|
-
* @aigne/core bumped to 1.68.3-beta.1
|
|
731
|
-
* devDependencies
|
|
732
|
-
* @aigne/test-utils bumped to 0.5.63-beta.1
|
|
733
|
-
|
|
734
|
-
## [0.14.10-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.9...gemini-v0.14.10-beta) (2025-11-17)
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
### Dependencies
|
|
738
|
-
|
|
739
|
-
* The following workspace dependencies were updated
|
|
740
|
-
* dependencies
|
|
741
|
-
* @aigne/core bumped to 1.68.3-beta
|
|
742
|
-
* devDependencies
|
|
743
|
-
* @aigne/test-utils bumped to 0.5.63-beta
|
|
744
|
-
|
|
745
|
-
## [0.14.9](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.9-beta...gemini-v0.14.9) (2025-11-15)
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
### Dependencies
|
|
749
|
-
|
|
750
|
-
* The following workspace dependencies were updated
|
|
751
|
-
* dependencies
|
|
752
|
-
* @aigne/core bumped to 1.68.2
|
|
753
|
-
* devDependencies
|
|
754
|
-
* @aigne/test-utils bumped to 0.5.62
|
|
755
|
-
|
|
756
|
-
## [0.14.9-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.8...gemini-v0.14.9-beta) (2025-11-15)
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
### Dependencies
|
|
760
|
-
|
|
761
|
-
* The following workspace dependencies were updated
|
|
762
|
-
* dependencies
|
|
763
|
-
* @aigne/core bumped to 1.68.2-beta
|
|
764
|
-
* devDependencies
|
|
765
|
-
* @aigne/test-utils bumped to 0.5.62-beta
|
|
766
|
-
|
|
767
|
-
## [0.14.8](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.8-beta...gemini-v0.14.8) (2025-11-15)
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
### Dependencies
|
|
771
|
-
|
|
772
|
-
* The following workspace dependencies were updated
|
|
773
|
-
* dependencies
|
|
774
|
-
* @aigne/core bumped to 1.68.1
|
|
775
|
-
* @aigne/platform-helpers bumped to 0.6.4
|
|
776
|
-
* devDependencies
|
|
777
|
-
* @aigne/test-utils bumped to 0.5.61
|
|
778
|
-
|
|
779
|
-
## [0.14.8-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.7...gemini-v0.14.8-beta) (2025-11-15)
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
### Bug Fixes
|
|
783
|
-
|
|
784
|
-
* bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
### Dependencies
|
|
788
|
-
|
|
789
|
-
* The following workspace dependencies were updated
|
|
790
|
-
* dependencies
|
|
791
|
-
* @aigne/core bumped to 1.68.1-beta
|
|
792
|
-
* @aigne/platform-helpers bumped to 0.6.4-beta
|
|
793
|
-
* devDependencies
|
|
794
|
-
* @aigne/test-utils bumped to 0.5.61-beta
|
|
795
|
-
|
|
796
|
-
## [0.14.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.7-beta...gemini-v0.14.7) (2025-11-14)
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
### Dependencies
|
|
800
|
-
|
|
801
|
-
* The following workspace dependencies were updated
|
|
802
|
-
* dependencies
|
|
803
|
-
* @aigne/core bumped to 1.68.0
|
|
804
|
-
* devDependencies
|
|
805
|
-
* @aigne/test-utils bumped to 0.5.60
|
|
806
|
-
|
|
807
|
-
## [0.14.7-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.6...gemini-v0.14.7-beta) (2025-11-14)
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
### Dependencies
|
|
811
|
-
|
|
812
|
-
* The following workspace dependencies were updated
|
|
813
|
-
* dependencies
|
|
814
|
-
* @aigne/core bumped to 1.68.0-beta
|
|
815
|
-
* devDependencies
|
|
816
|
-
* @aigne/test-utils bumped to 0.5.60-beta
|
|
817
|
-
|
|
818
|
-
## [0.14.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.6-beta.4...gemini-v0.14.6) (2025-11-12)
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
### Dependencies
|
|
822
|
-
|
|
823
|
-
* The following workspace dependencies were updated
|
|
824
|
-
* dependencies
|
|
825
|
-
* @aigne/core bumped to 1.67.0
|
|
826
|
-
* devDependencies
|
|
827
|
-
* @aigne/test-utils bumped to 0.5.59
|
|
828
|
-
|
|
829
|
-
## [0.14.6-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.6-beta.3...gemini-v0.14.6-beta.4) (2025-11-12)
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
### Dependencies
|
|
833
|
-
|
|
834
|
-
* The following workspace dependencies were updated
|
|
835
|
-
* dependencies
|
|
836
|
-
* @aigne/core bumped to 1.67.0-beta.4
|
|
837
|
-
* devDependencies
|
|
838
|
-
* @aigne/test-utils bumped to 0.5.59-beta.4
|
|
839
|
-
|
|
840
|
-
## [0.14.6-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.6-beta.2...gemini-v0.14.6-beta.3) (2025-11-12)
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
### Dependencies
|
|
844
|
-
|
|
845
|
-
* The following workspace dependencies were updated
|
|
846
|
-
* dependencies
|
|
847
|
-
* @aigne/core bumped to 1.67.0-beta.3
|
|
848
|
-
* devDependencies
|
|
849
|
-
* @aigne/test-utils bumped to 0.5.59-beta.3
|
|
850
|
-
|
|
851
|
-
## [0.14.6-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.6-beta.1...gemini-v0.14.6-beta.2) (2025-11-12)
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
### Dependencies
|
|
855
|
-
|
|
856
|
-
* The following workspace dependencies were updated
|
|
857
|
-
* dependencies
|
|
858
|
-
* @aigne/core bumped to 1.67.0-beta.2
|
|
859
|
-
* devDependencies
|
|
860
|
-
* @aigne/test-utils bumped to 0.5.59-beta.2
|
|
861
|
-
|
|
862
|
-
## [0.14.6-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.6-beta...gemini-v0.14.6-beta.1) (2025-11-12)
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
### Dependencies
|
|
866
|
-
|
|
867
|
-
* The following workspace dependencies were updated
|
|
868
|
-
* dependencies
|
|
869
|
-
* @aigne/core bumped to 1.67.0-beta.1
|
|
870
|
-
* devDependencies
|
|
871
|
-
* @aigne/test-utils bumped to 0.5.59-beta.1
|
|
872
|
-
|
|
873
|
-
## [0.14.6-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.5...gemini-v0.14.6-beta) (2025-11-11)
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
### Dependencies
|
|
877
|
-
|
|
878
|
-
* The following workspace dependencies were updated
|
|
879
|
-
* dependencies
|
|
880
|
-
* @aigne/core bumped to 1.67.0-beta
|
|
881
|
-
* devDependencies
|
|
882
|
-
* @aigne/test-utils bumped to 0.5.59-beta
|
|
883
|
-
|
|
884
|
-
## [0.14.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.5-beta.6...gemini-v0.14.5) (2025-11-07)
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
### Dependencies
|
|
888
|
-
|
|
889
|
-
* The following workspace dependencies were updated
|
|
890
|
-
* dependencies
|
|
891
|
-
* @aigne/core bumped to 1.66.0
|
|
892
|
-
* devDependencies
|
|
893
|
-
* @aigne/test-utils bumped to 0.5.58
|
|
894
|
-
|
|
895
|
-
## [0.14.5-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.5-beta.5...gemini-v0.14.5-beta.6) (2025-11-07)
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
### Dependencies
|
|
899
|
-
|
|
900
|
-
* The following workspace dependencies were updated
|
|
901
|
-
* dependencies
|
|
902
|
-
* @aigne/core bumped to 1.66.0-beta.5
|
|
903
|
-
* devDependencies
|
|
904
|
-
* @aigne/test-utils bumped to 0.5.58-beta.6
|
|
905
|
-
|
|
906
|
-
## [0.14.5-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.5-beta.4...gemini-v0.14.5-beta.5) (2025-11-06)
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
### Dependencies
|
|
910
|
-
|
|
911
|
-
* The following workspace dependencies were updated
|
|
912
|
-
* dependencies
|
|
913
|
-
* @aigne/core bumped to 1.66.0-beta.4
|
|
914
|
-
* devDependencies
|
|
915
|
-
* @aigne/test-utils bumped to 0.5.58-beta.5
|
|
916
|
-
|
|
917
|
-
## [0.14.5-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.5-beta.3...gemini-v0.14.5-beta.4) (2025-11-06)
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
### Features
|
|
921
|
-
|
|
922
|
-
* 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))
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
### Dependencies
|
|
926
|
-
|
|
927
|
-
* The following workspace dependencies were updated
|
|
928
|
-
* dependencies
|
|
929
|
-
* @aigne/core bumped to 1.66.0-beta.3
|
|
930
|
-
* devDependencies
|
|
931
|
-
* @aigne/test-utils bumped to 0.5.58-beta.4
|
|
932
|
-
|
|
933
|
-
## [0.14.5-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.5-beta.2...gemini-v0.14.5-beta.3) (2025-11-05)
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
### Dependencies
|
|
937
|
-
|
|
938
|
-
* The following workspace dependencies were updated
|
|
939
|
-
* dependencies
|
|
940
|
-
* @aigne/core bumped to 1.65.1-beta.3
|
|
941
|
-
* devDependencies
|
|
942
|
-
* @aigne/test-utils bumped to 0.5.58-beta.3
|
|
943
|
-
|
|
944
|
-
## [0.14.5-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.5-beta.1...gemini-v0.14.5-beta.2) (2025-11-04)
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
### Bug Fixes
|
|
948
|
-
|
|
949
|
-
* **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))
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
### Dependencies
|
|
953
|
-
|
|
954
|
-
* The following workspace dependencies were updated
|
|
955
|
-
* dependencies
|
|
956
|
-
* @aigne/core bumped to 1.65.1-beta.2
|
|
957
|
-
* devDependencies
|
|
958
|
-
* @aigne/test-utils bumped to 0.5.58-beta.2
|
|
959
|
-
|
|
960
|
-
## [0.14.5-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.5-beta...gemini-v0.14.5-beta.1) (2025-11-04)
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
### Dependencies
|
|
964
|
-
|
|
965
|
-
* The following workspace dependencies were updated
|
|
966
|
-
* dependencies
|
|
967
|
-
* @aigne/core bumped to 1.65.1-beta.1
|
|
968
|
-
* devDependencies
|
|
969
|
-
* @aigne/test-utils bumped to 0.5.58-beta.1
|
|
970
|
-
|
|
971
|
-
## [0.14.5-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4...gemini-v0.14.5-beta) (2025-11-03)
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
### Dependencies
|
|
975
|
-
|
|
976
|
-
* The following workspace dependencies were updated
|
|
977
|
-
* dependencies
|
|
978
|
-
* @aigne/core bumped to 1.65.1-beta
|
|
979
|
-
* devDependencies
|
|
980
|
-
* @aigne/test-utils bumped to 0.5.58-beta
|
|
981
|
-
|
|
982
|
-
## [0.14.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4-beta.8...gemini-v0.14.4) (2025-10-31)
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
### Dependencies
|
|
986
|
-
|
|
987
|
-
* The following workspace dependencies were updated
|
|
988
|
-
* dependencies
|
|
989
|
-
* @aigne/core bumped to 1.65.0
|
|
990
|
-
* devDependencies
|
|
991
|
-
* @aigne/test-utils bumped to 0.5.57
|
|
992
|
-
|
|
993
|
-
## [0.14.4-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4-beta.7...gemini-v0.14.4-beta.8) (2025-10-31)
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
### Bug Fixes
|
|
997
|
-
|
|
998
|
-
* **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))
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
### Dependencies
|
|
1002
|
-
|
|
1003
|
-
* The following workspace dependencies were updated
|
|
1004
|
-
* dependencies
|
|
1005
|
-
* @aigne/core bumped to 1.65.0-beta.5
|
|
1006
|
-
* devDependencies
|
|
1007
|
-
* @aigne/test-utils bumped to 0.5.57-beta.6
|
|
1008
|
-
|
|
1009
|
-
## [0.14.4-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4-beta.6...gemini-v0.14.4-beta.7) (2025-10-29)
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
### Features
|
|
1013
|
-
|
|
1014
|
-
* 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))
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
### Dependencies
|
|
1018
|
-
|
|
1019
|
-
* The following workspace dependencies were updated
|
|
1020
|
-
* dependencies
|
|
1021
|
-
* @aigne/core bumped to 1.65.0-beta.4
|
|
1022
|
-
* devDependencies
|
|
1023
|
-
* @aigne/test-utils bumped to 0.5.57-beta.5
|
|
1024
|
-
|
|
1025
|
-
## [0.14.4-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4-beta.5...gemini-v0.14.4-beta.6) (2025-10-28)
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
### Dependencies
|
|
1029
|
-
|
|
1030
|
-
* The following workspace dependencies were updated
|
|
1031
|
-
* dependencies
|
|
1032
|
-
* @aigne/core bumped to 1.65.0-beta.3
|
|
1033
|
-
* devDependencies
|
|
1034
|
-
* @aigne/test-utils bumped to 0.5.57-beta.4
|
|
1035
|
-
|
|
1036
|
-
## [0.14.4-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4-beta.4...gemini-v0.14.4-beta.5) (2025-10-28)
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
### Dependencies
|
|
1040
|
-
|
|
1041
|
-
* The following workspace dependencies were updated
|
|
1042
|
-
* dependencies
|
|
1043
|
-
* @aigne/core bumped to 1.65.0-beta.2
|
|
1044
|
-
* devDependencies
|
|
1045
|
-
* @aigne/test-utils bumped to 0.5.57-beta.3
|
|
1046
|
-
|
|
1047
|
-
## [0.14.4-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4-beta.3...gemini-v0.14.4-beta.4) (2025-10-27)
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
### Bug Fixes
|
|
1051
|
-
|
|
1052
|
-
* **gemini:** include thoughts token count in output token usage ([#669](https://github.com/AIGNE-io/aigne-framework/issues/669)) ([f6ff10c](https://github.com/AIGNE-io/aigne-framework/commit/f6ff10c33b0612a0bc416842c5a5bec3850a3fe6))
|
|
1053
|
-
|
|
1054
|
-
## [0.14.4-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4-beta.2...gemini-v0.14.4-beta.3) (2025-10-26)
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
### Bug Fixes
|
|
1058
|
-
|
|
1059
|
-
* **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))
|
|
1060
|
-
* **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))
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
### Dependencies
|
|
1064
|
-
|
|
1065
|
-
* The following workspace dependencies were updated
|
|
1066
|
-
* dependencies
|
|
1067
|
-
* @aigne/core bumped to 1.65.0-beta.1
|
|
1068
|
-
* devDependencies
|
|
1069
|
-
* @aigne/test-utils bumped to 0.5.57-beta.2
|
|
1070
|
-
|
|
1071
|
-
## [0.14.4-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4-beta.1...gemini-v0.14.4-beta.2) (2025-10-24)
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
### Features
|
|
1075
|
-
|
|
1076
|
-
* **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
### Bug Fixes
|
|
1080
|
-
|
|
1081
|
-
* **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))
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
### Dependencies
|
|
1085
|
-
|
|
1086
|
-
* The following workspace dependencies were updated
|
|
1087
|
-
* dependencies
|
|
1088
|
-
* @aigne/core bumped to 1.65.0-beta
|
|
1089
|
-
* devDependencies
|
|
1090
|
-
* @aigne/test-utils bumped to 0.5.57-beta.1
|
|
1091
|
-
|
|
1092
|
-
## [0.14.4-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.4-beta...gemini-v0.14.4-beta.1) (2025-10-24)
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
### Bug Fixes
|
|
1096
|
-
|
|
1097
|
-
* **gemini:** use StructuredOutputError to trigger retry for missing JSON response ([#660](https://github.com/AIGNE-io/aigne-framework/issues/660)) ([e8826ed](https://github.com/AIGNE-io/aigne-framework/commit/e8826ed96db57bfcce0b577881bf0d2fd828c269))
|
|
1098
|
-
|
|
1099
|
-
## [0.14.4-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.3...gemini-v0.14.4-beta) (2025-10-23)
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
### Bug Fixes
|
|
1103
|
-
|
|
1104
|
-
* **models:** improve message structure handling and enable auto-message options ([#657](https://github.com/AIGNE-io/aigne-framework/issues/657)) ([233d70c](https://github.com/AIGNE-io/aigne-framework/commit/233d70cb292b937200fada8434f33d957d766ad6))
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
### Dependencies
|
|
1108
|
-
|
|
1109
|
-
* The following workspace dependencies were updated
|
|
1110
|
-
* dependencies
|
|
1111
|
-
* @aigne/core bumped to 1.64.1-beta
|
|
1112
|
-
* devDependencies
|
|
1113
|
-
* @aigne/test-utils bumped to 0.5.57-beta
|
|
1114
|
-
|
|
1115
|
-
## [0.14.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.3-beta.1...gemini-v0.14.3) (2025-10-22)
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
### Dependencies
|
|
1119
|
-
|
|
1120
|
-
* The following workspace dependencies were updated
|
|
1121
|
-
* dependencies
|
|
1122
|
-
* @aigne/core bumped to 1.64.0
|
|
1123
|
-
* devDependencies
|
|
1124
|
-
* @aigne/test-utils bumped to 0.5.56
|
|
1125
|
-
|
|
1126
|
-
## [0.14.3-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.3-beta...gemini-v0.14.3-beta.1) (2025-10-22)
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
### Dependencies
|
|
1130
|
-
|
|
1131
|
-
* The following workspace dependencies were updated
|
|
1132
|
-
* dependencies
|
|
1133
|
-
* @aigne/core bumped to 1.64.0-beta.1
|
|
1134
|
-
* devDependencies
|
|
1135
|
-
* @aigne/test-utils bumped to 0.5.56-beta.1
|
|
1136
|
-
|
|
1137
|
-
## [0.14.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2...gemini-v0.14.3-beta) (2025-10-21)
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
### Features
|
|
1141
|
-
|
|
1142
|
-
* add thinking support to Gemini chat models ([#650](https://github.com/AIGNE-io/aigne-framework/issues/650)) ([09b828b](https://github.com/AIGNE-io/aigne-framework/commit/09b828ba668d90cc6aac68a5e8190adb146b5e45))
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
### Bug Fixes
|
|
1146
|
-
|
|
1147
|
-
* **gemini:** handle empty responses when files are present ([#648](https://github.com/AIGNE-io/aigne-framework/issues/648)) ([f4e259c](https://github.com/AIGNE-io/aigne-framework/commit/f4e259c5e5c687c347bb5cf29cbb0b5bf4d0d4a1))
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
### Dependencies
|
|
1151
|
-
|
|
1152
|
-
* The following workspace dependencies were updated
|
|
1153
|
-
* dependencies
|
|
1154
|
-
* @aigne/core bumped to 1.64.0-beta
|
|
1155
|
-
* devDependencies
|
|
1156
|
-
* @aigne/test-utils bumped to 0.5.56-beta
|
|
1157
|
-
|
|
1158
|
-
## [0.14.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.12...gemini-v0.14.2) (2025-10-19)
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
### Dependencies
|
|
1162
|
-
|
|
1163
|
-
* The following workspace dependencies were updated
|
|
1164
|
-
* dependencies
|
|
1165
|
-
* @aigne/core bumped to 1.63.0
|
|
1166
|
-
* devDependencies
|
|
1167
|
-
* @aigne/test-utils bumped to 0.5.55
|
|
1168
|
-
|
|
1169
|
-
## [0.14.2-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.11...gemini-v0.14.2-beta.12) (2025-10-17)
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
### Dependencies
|
|
1173
|
-
|
|
1174
|
-
* The following workspace dependencies were updated
|
|
1175
|
-
* dependencies
|
|
1176
|
-
* @aigne/core bumped to 1.63.0-beta.12
|
|
1177
|
-
* devDependencies
|
|
1178
|
-
* @aigne/test-utils bumped to 0.5.55-beta.12
|
|
1179
|
-
|
|
1180
|
-
## [0.14.2-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.10...gemini-v0.14.2-beta.11) (2025-10-17)
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
### Bug Fixes
|
|
1184
|
-
|
|
1185
|
-
* **gemini:** implement retry mechanism for empty responses with structured output fallback ([#638](https://github.com/AIGNE-io/aigne-framework/issues/638)) ([d33c8bb](https://github.com/AIGNE-io/aigne-framework/commit/d33c8bb9711aadddef9687d6cf472a179cd8ed9c))
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
### Dependencies
|
|
1189
|
-
|
|
1190
|
-
* The following workspace dependencies were updated
|
|
1191
|
-
* dependencies
|
|
1192
|
-
* @aigne/core bumped to 1.63.0-beta.11
|
|
1193
|
-
* devDependencies
|
|
1194
|
-
* @aigne/test-utils bumped to 0.5.55-beta.11
|
|
1195
|
-
|
|
1196
|
-
## [0.14.2-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.9...gemini-v0.14.2-beta.10) (2025-10-16)
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
### Bug Fixes
|
|
1200
|
-
|
|
1201
|
-
* correct calculate token usage for gemini model ([7fd1328](https://github.com/AIGNE-io/aigne-framework/commit/7fd13289d3d0f8e062211f7c6dd5cb56e5318c1b))
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
### Dependencies
|
|
1205
|
-
|
|
1206
|
-
* The following workspace dependencies were updated
|
|
1207
|
-
* dependencies
|
|
1208
|
-
* @aigne/core bumped to 1.63.0-beta.10
|
|
1209
|
-
* devDependencies
|
|
1210
|
-
* @aigne/test-utils bumped to 0.5.55-beta.10
|
|
1211
|
-
|
|
1212
|
-
## [0.14.2-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.8...gemini-v0.14.2-beta.9) (2025-10-16)
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
### Bug Fixes
|
|
1216
|
-
|
|
1217
|
-
* **models:** auto retry when got emtpy response from gemini ([#636](https://github.com/AIGNE-io/aigne-framework/issues/636)) ([9367cef](https://github.com/AIGNE-io/aigne-framework/commit/9367cef49ea4c0c87b8a36b454deb2efaee6886f))
|
|
1218
|
-
* **models:** enhance gemini model tool use with status fields ([#634](https://github.com/AIGNE-io/aigne-framework/issues/634)) ([067b175](https://github.com/AIGNE-io/aigne-framework/commit/067b175c8e31bb5b1a6d0fc5a5cfb2d070d8d709))
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
### Dependencies
|
|
1222
|
-
|
|
1223
|
-
* The following workspace dependencies were updated
|
|
1224
|
-
* dependencies
|
|
1225
|
-
* @aigne/core bumped to 1.63.0-beta.9
|
|
1226
|
-
* devDependencies
|
|
1227
|
-
* @aigne/test-utils bumped to 0.5.55-beta.9
|
|
1228
|
-
|
|
1229
|
-
## [0.14.2-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.7...gemini-v0.14.2-beta.8) (2025-10-16)
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
### Dependencies
|
|
1233
|
-
|
|
1234
|
-
* The following workspace dependencies were updated
|
|
1235
|
-
* dependencies
|
|
1236
|
-
* @aigne/openai bumped to 0.16.2-beta.8
|
|
1237
|
-
* devDependencies
|
|
1238
|
-
* @aigne/core bumped to 1.63.0-beta.8
|
|
1239
|
-
* @aigne/test-utils bumped to 0.5.55-beta.8
|
|
1240
|
-
|
|
1241
|
-
## [0.14.2-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.6...gemini-v0.14.2-beta.7) (2025-10-15)
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
### Dependencies
|
|
1245
|
-
|
|
1246
|
-
* The following workspace dependencies were updated
|
|
1247
|
-
* dependencies
|
|
1248
|
-
* @aigne/openai bumped to 0.16.2-beta.7
|
|
1249
|
-
* devDependencies
|
|
1250
|
-
* @aigne/core bumped to 1.63.0-beta.7
|
|
1251
|
-
* @aigne/test-utils bumped to 0.5.55-beta.7
|
|
1252
|
-
|
|
1253
|
-
## [0.14.2-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.5...gemini-v0.14.2-beta.6) (2025-10-15)
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
### Bug Fixes
|
|
1257
|
-
|
|
1258
|
-
* **models:** add imageConfig to gemini image model ([#621](https://github.com/AIGNE-io/aigne-framework/issues/621)) ([252de7a](https://github.com/AIGNE-io/aigne-framework/commit/252de7a10701c4f5302c2fff977c88e5e833b7b1))
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
### Dependencies
|
|
1262
|
-
|
|
1263
|
-
* The following workspace dependencies were updated
|
|
1264
|
-
* dependencies
|
|
1265
|
-
* @aigne/openai bumped to 0.16.2-beta.6
|
|
1266
|
-
* devDependencies
|
|
1267
|
-
* @aigne/core bumped to 1.63.0-beta.6
|
|
1268
|
-
* @aigne/test-utils bumped to 0.5.55-beta.6
|
|
1269
|
-
|
|
1270
|
-
## [0.14.2-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.4...gemini-v0.14.2-beta.5) (2025-10-13)
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
### Dependencies
|
|
1274
|
-
|
|
1275
|
-
* The following workspace dependencies were updated
|
|
1276
|
-
* dependencies
|
|
1277
|
-
* @aigne/openai bumped to 0.16.2-beta.5
|
|
1278
|
-
* devDependencies
|
|
1279
|
-
* @aigne/core bumped to 1.63.0-beta.5
|
|
1280
|
-
* @aigne/test-utils bumped to 0.5.55-beta.5
|
|
1281
|
-
|
|
1282
|
-
## [0.14.2-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.3...gemini-v0.14.2-beta.4) (2025-10-12)
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
### Dependencies
|
|
1286
|
-
|
|
1287
|
-
* The following workspace dependencies were updated
|
|
1288
|
-
* dependencies
|
|
1289
|
-
* @aigne/openai bumped to 0.16.2-beta.4
|
|
1290
|
-
* devDependencies
|
|
1291
|
-
* @aigne/core bumped to 1.63.0-beta.4
|
|
1292
|
-
* @aigne/test-utils bumped to 0.5.55-beta.4
|
|
1293
|
-
|
|
1294
|
-
## [0.14.2-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.2...gemini-v0.14.2-beta.3) (2025-10-11)
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
### Dependencies
|
|
1298
|
-
|
|
1299
|
-
* The following workspace dependencies were updated
|
|
1300
|
-
* dependencies
|
|
1301
|
-
* @aigne/openai bumped to 0.16.2-beta.3
|
|
1302
|
-
* devDependencies
|
|
1303
|
-
* @aigne/core bumped to 1.63.0-beta.3
|
|
1304
|
-
* @aigne/test-utils bumped to 0.5.55-beta.3
|
|
1305
|
-
|
|
1306
|
-
## [0.14.2-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta.1...gemini-v0.14.2-beta.2) (2025-10-09)
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
### Dependencies
|
|
1310
|
-
|
|
1311
|
-
* The following workspace dependencies were updated
|
|
1312
|
-
* dependencies
|
|
1313
|
-
* @aigne/openai bumped to 0.16.2-beta.2
|
|
1314
|
-
* devDependencies
|
|
1315
|
-
* @aigne/core bumped to 1.63.0-beta.2
|
|
1316
|
-
* @aigne/test-utils bumped to 0.5.55-beta.2
|
|
1317
|
-
|
|
1318
|
-
## [0.14.2-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.2-beta...gemini-v0.14.2-beta.1) (2025-10-09)
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
### Dependencies
|
|
1322
|
-
|
|
1323
|
-
* The following workspace dependencies were updated
|
|
1324
|
-
* dependencies
|
|
1325
|
-
* @aigne/openai bumped to 0.16.2-beta.1
|
|
1326
|
-
* devDependencies
|
|
1327
|
-
* @aigne/core bumped to 1.63.0-beta.1
|
|
1328
|
-
* @aigne/test-utils bumped to 0.5.55-beta.1
|
|
1329
|
-
|
|
1330
|
-
## [0.14.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1...gemini-v0.14.2-beta) (2025-10-07)
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
### Dependencies
|
|
1334
|
-
|
|
1335
|
-
* The following workspace dependencies were updated
|
|
1336
|
-
* dependencies
|
|
1337
|
-
* @aigne/openai bumped to 0.16.2-beta
|
|
1338
|
-
* devDependencies
|
|
1339
|
-
* @aigne/core bumped to 1.63.0-beta
|
|
1340
|
-
* @aigne/test-utils bumped to 0.5.55-beta
|
|
1341
|
-
|
|
1342
|
-
## [0.14.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.7...gemini-v0.14.1) (2025-10-04)
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
### Dependencies
|
|
1346
|
-
|
|
1347
|
-
* The following workspace dependencies were updated
|
|
1348
|
-
* dependencies
|
|
1349
|
-
* @aigne/openai bumped to 0.16.1
|
|
1350
|
-
* devDependencies
|
|
1351
|
-
* @aigne/core bumped to 1.62.0
|
|
1352
|
-
* @aigne/test-utils bumped to 0.5.54
|
|
1353
|
-
|
|
1354
|
-
## [0.14.1-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.6...gemini-v0.14.1-beta.7) (2025-10-03)
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
### Dependencies
|
|
1358
|
-
|
|
1359
|
-
* The following workspace dependencies were updated
|
|
1360
|
-
* dependencies
|
|
1361
|
-
* @aigne/openai bumped to 0.16.1-beta.7
|
|
1362
|
-
* devDependencies
|
|
1363
|
-
* @aigne/core bumped to 1.62.0-beta.6
|
|
1364
|
-
* @aigne/test-utils bumped to 0.5.54-beta.7
|
|
1365
|
-
|
|
1366
|
-
## [0.14.1-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.5...gemini-v0.14.1-beta.6) (2025-10-02)
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
### Dependencies
|
|
1370
|
-
|
|
1371
|
-
* The following workspace dependencies were updated
|
|
1372
|
-
* dependencies
|
|
1373
|
-
* @aigne/openai bumped to 0.16.1-beta.6
|
|
1374
|
-
* devDependencies
|
|
1375
|
-
* @aigne/core bumped to 1.62.0-beta.5
|
|
1376
|
-
* @aigne/test-utils bumped to 0.5.54-beta.6
|
|
1377
|
-
|
|
1378
|
-
## [0.14.1-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.4...gemini-v0.14.1-beta.5) (2025-10-01)
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
### Bug Fixes
|
|
1382
|
-
|
|
1383
|
-
* 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))
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
### Dependencies
|
|
1387
|
-
|
|
1388
|
-
* The following workspace dependencies were updated
|
|
1389
|
-
* dependencies
|
|
1390
|
-
* @aigne/openai bumped to 0.16.1-beta.5
|
|
1391
|
-
* devDependencies
|
|
1392
|
-
* @aigne/core bumped to 1.62.0-beta.4
|
|
1393
|
-
* @aigne/test-utils bumped to 0.5.54-beta.5
|
|
1394
|
-
|
|
1395
|
-
## [0.14.1-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.3...gemini-v0.14.1-beta.4) (2025-10-01)
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
### Dependencies
|
|
1399
|
-
|
|
1400
|
-
* The following workspace dependencies were updated
|
|
1401
|
-
* dependencies
|
|
1402
|
-
* @aigne/openai bumped to 0.16.1-beta.4
|
|
1403
|
-
* devDependencies
|
|
1404
|
-
* @aigne/core bumped to 1.62.0-beta.3
|
|
1405
|
-
* @aigne/test-utils bumped to 0.5.54-beta.4
|
|
1406
|
-
|
|
1407
|
-
## [0.14.1-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.2...gemini-v0.14.1-beta.3) (2025-10-01)
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
### Dependencies
|
|
1411
|
-
|
|
1412
|
-
* The following workspace dependencies were updated
|
|
1413
|
-
* dependencies
|
|
1414
|
-
* @aigne/openai bumped to 0.16.1-beta.3
|
|
1415
|
-
* devDependencies
|
|
1416
|
-
* @aigne/core bumped to 1.62.0-beta.2
|
|
1417
|
-
* @aigne/test-utils bumped to 0.5.54-beta.3
|
|
1418
|
-
|
|
1419
|
-
## [0.14.1-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta.1...gemini-v0.14.1-beta.2) (2025-10-01)
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
### Dependencies
|
|
1423
|
-
|
|
1424
|
-
* The following workspace dependencies were updated
|
|
1425
|
-
* dependencies
|
|
1426
|
-
* @aigne/openai bumped to 0.16.1-beta.2
|
|
1427
|
-
* devDependencies
|
|
1428
|
-
* @aigne/core bumped to 1.62.0-beta.1
|
|
1429
|
-
* @aigne/test-utils bumped to 0.5.54-beta.2
|
|
1430
|
-
|
|
1431
|
-
## [0.14.1-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.1-beta...gemini-v0.14.1-beta.1) (2025-09-30)
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
### Dependencies
|
|
1435
|
-
|
|
1436
|
-
* The following workspace dependencies were updated
|
|
1437
|
-
* dependencies
|
|
1438
|
-
* @aigne/openai bumped to 0.16.1-beta.1
|
|
1439
|
-
* devDependencies
|
|
1440
|
-
* @aigne/core bumped to 1.62.0-beta
|
|
1441
|
-
* @aigne/test-utils bumped to 0.5.54-beta.1
|
|
1442
|
-
|
|
1443
|
-
## [0.14.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0...gemini-v0.14.1-beta) (2025-09-29)
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
### Dependencies
|
|
1447
|
-
|
|
1448
|
-
* The following workspace dependencies were updated
|
|
1449
|
-
* dependencies
|
|
1450
|
-
* @aigne/openai bumped to 0.16.1-beta
|
|
1451
|
-
* devDependencies
|
|
1452
|
-
* @aigne/core bumped to 1.61.1-beta
|
|
1453
|
-
* @aigne/test-utils bumped to 0.5.54-beta
|
|
1454
|
-
|
|
1455
|
-
## [0.14.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.9...gemini-v0.14.0) (2025-09-27)
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
### Dependencies
|
|
1459
|
-
|
|
1460
|
-
* The following workspace dependencies were updated
|
|
1461
|
-
* dependencies
|
|
1462
|
-
* @aigne/openai bumped to 0.16.0
|
|
1463
|
-
* @aigne/platform-helpers bumped to 0.6.3
|
|
1464
|
-
* devDependencies
|
|
1465
|
-
* @aigne/core bumped to 1.61.0
|
|
1466
|
-
* @aigne/test-utils bumped to 0.5.53
|
|
1467
|
-
|
|
1468
|
-
## [0.14.0-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.8...gemini-v0.14.0-beta.9) (2025-09-26)
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
### Dependencies
|
|
1472
|
-
|
|
1473
|
-
* The following workspace dependencies were updated
|
|
1474
|
-
* dependencies
|
|
1475
|
-
* @aigne/openai bumped to 0.16.0-beta.9
|
|
1476
|
-
* devDependencies
|
|
1477
|
-
* @aigne/core bumped to 1.61.0-beta.8
|
|
1478
|
-
* @aigne/test-utils bumped to 0.5.53-beta.8
|
|
1479
|
-
|
|
1480
|
-
## [0.14.0-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.7...gemini-v0.14.0-beta.8) (2025-09-26)
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
### Dependencies
|
|
1484
|
-
|
|
1485
|
-
* The following workspace dependencies were updated
|
|
1486
|
-
* dependencies
|
|
1487
|
-
* @aigne/openai bumped to 0.16.0-beta.8
|
|
1488
|
-
* devDependencies
|
|
1489
|
-
* @aigne/core bumped to 1.61.0-beta.7
|
|
1490
|
-
* @aigne/test-utils bumped to 0.5.53-beta.7
|
|
1491
|
-
|
|
1492
|
-
## [0.14.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.6...gemini-v0.14.0-beta.7) (2025-09-26)
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
### Dependencies
|
|
1496
|
-
|
|
1497
|
-
* The following workspace dependencies were updated
|
|
1498
|
-
* dependencies
|
|
1499
|
-
* @aigne/openai bumped to 0.16.0-beta.7
|
|
1500
|
-
* devDependencies
|
|
1501
|
-
* @aigne/core bumped to 1.61.0-beta.6
|
|
1502
|
-
* @aigne/test-utils bumped to 0.5.53-beta.6
|
|
1503
|
-
|
|
1504
|
-
## [0.14.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.5...gemini-v0.14.0-beta.6) (2025-09-25)
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
### Dependencies
|
|
1508
|
-
|
|
1509
|
-
* The following workspace dependencies were updated
|
|
1510
|
-
* dependencies
|
|
1511
|
-
* @aigne/openai bumped to 0.16.0-beta.6
|
|
1512
|
-
* devDependencies
|
|
1513
|
-
* @aigne/core bumped to 1.61.0-beta.5
|
|
1514
|
-
* @aigne/test-utils bumped to 0.5.53-beta.5
|
|
1515
|
-
|
|
1516
|
-
## [0.14.0-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.4...gemini-v0.14.0-beta.5) (2025-09-25)
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
### Dependencies
|
|
1520
|
-
|
|
1521
|
-
* The following workspace dependencies were updated
|
|
1522
|
-
* dependencies
|
|
1523
|
-
* @aigne/openai bumped to 0.16.0-beta.5
|
|
1524
|
-
* devDependencies
|
|
1525
|
-
* @aigne/core bumped to 1.61.0-beta.4
|
|
1526
|
-
* @aigne/test-utils bumped to 0.5.53-beta.4
|
|
1527
|
-
|
|
1528
|
-
## [0.14.0-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.3...gemini-v0.14.0-beta.4) (2025-09-24)
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
### Dependencies
|
|
1532
|
-
|
|
1533
|
-
* The following workspace dependencies were updated
|
|
1534
|
-
* dependencies
|
|
1535
|
-
* @aigne/openai bumped to 0.16.0-beta.4
|
|
1536
|
-
* devDependencies
|
|
1537
|
-
* @aigne/core bumped to 1.61.0-beta.3
|
|
1538
|
-
* @aigne/test-utils bumped to 0.5.53-beta.3
|
|
1539
|
-
|
|
1540
|
-
## [0.14.0-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.2...gemini-v0.14.0-beta.3) (2025-09-23)
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
### Bug Fixes
|
|
1544
|
-
|
|
1545
|
-
* 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))
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
### Dependencies
|
|
1549
|
-
|
|
1550
|
-
* The following workspace dependencies were updated
|
|
1551
|
-
* dependencies
|
|
1552
|
-
* @aigne/openai bumped to 0.16.0-beta.3
|
|
1553
|
-
* devDependencies
|
|
1554
|
-
* @aigne/core bumped to 1.61.0-beta.2
|
|
1555
|
-
* @aigne/test-utils bumped to 0.5.53-beta.2
|
|
1556
|
-
|
|
1557
|
-
## [0.14.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta.1...gemini-v0.14.0-beta.2) (2025-09-23)
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
### Bug Fixes
|
|
1561
|
-
|
|
1562
|
-
* 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))
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
### Dependencies
|
|
1566
|
-
|
|
1567
|
-
* The following workspace dependencies were updated
|
|
1568
|
-
* dependencies
|
|
1569
|
-
* @aigne/openai bumped to 0.16.0-beta.2
|
|
1570
|
-
* devDependencies
|
|
1571
|
-
* @aigne/core bumped to 1.61.0-beta.1
|
|
1572
|
-
* @aigne/test-utils bumped to 0.5.53-beta.1
|
|
1573
|
-
|
|
1574
|
-
## [0.14.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.14.0-beta...gemini-v0.14.0-beta.1) (2025-09-23)
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
### Bug Fixes
|
|
1578
|
-
|
|
1579
|
-
* improve image model parameters ([#530](https://github.com/AIGNE-io/aigne-framework/issues/530)) ([d66b5ca](https://github.com/AIGNE-io/aigne-framework/commit/d66b5ca01e14baad2712cc1a84930cdb63703232))
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
### Dependencies
|
|
1583
|
-
|
|
1584
|
-
* The following workspace dependencies were updated
|
|
1585
|
-
* dependencies
|
|
1586
|
-
* @aigne/openai bumped to 0.16.0-beta.1
|
|
1587
|
-
|
|
1588
|
-
## [0.14.0-beta](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.13.5...gemini-v0.14.0-beta) (2025-09-22)
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
### Features
|
|
1592
|
-
|
|
1593
|
-
* 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))
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
### Dependencies
|
|
1597
|
-
|
|
1598
|
-
* The following workspace dependencies were updated
|
|
1599
|
-
* dependencies
|
|
1600
|
-
* @aigne/openai bumped to 0.16.0-beta
|
|
1601
|
-
* @aigne/platform-helpers bumped to 0.6.3-beta
|
|
1602
|
-
* devDependencies
|
|
1603
|
-
* @aigne/core bumped to 1.61.0-beta
|
|
1604
|
-
* @aigne/test-utils bumped to 0.5.53-beta
|
|
1605
|
-
|
|
1606
|
-
## [0.13.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.13.4...gemini-v0.13.5) (2025-09-18)
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
### Bug Fixes
|
|
1610
|
-
|
|
1611
|
-
* **gemini:** should include at least one user message ([#521](https://github.com/AIGNE-io/aigne-framework/issues/521)) ([eb2752e](https://github.com/AIGNE-io/aigne-framework/commit/eb2752ed7d78f59c435ecc3ccb7227e804e3781e))
|
|
1612
|
-
|
|
1613
|
-
## [0.13.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.13.3...gemini-v0.13.4) (2025-09-18)
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
### Dependencies
|
|
1617
|
-
|
|
1618
|
-
* The following workspace dependencies were updated
|
|
1619
|
-
* dependencies
|
|
1620
|
-
* @aigne/openai bumped to 0.15.4
|
|
1621
|
-
* devDependencies
|
|
1622
|
-
* @aigne/core bumped to 1.60.3
|
|
1623
|
-
* @aigne/test-utils bumped to 0.5.52
|
|
1624
|
-
|
|
1625
|
-
## [0.13.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.13.2...gemini-v0.13.3) (2025-09-11)
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
### Dependencies
|
|
1629
|
-
|
|
1630
|
-
* The following workspace dependencies were updated
|
|
1631
|
-
* dependencies
|
|
1632
|
-
* @aigne/openai bumped to 0.15.3
|
|
1633
|
-
* devDependencies
|
|
1634
|
-
* @aigne/core bumped to 1.60.2
|
|
1635
|
-
* @aigne/test-utils bumped to 0.5.51
|
|
1636
|
-
|
|
1637
|
-
## [0.13.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.13.1...gemini-v0.13.2) (2025-09-11)
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
### Dependencies
|
|
1641
|
-
|
|
1642
|
-
* The following workspace dependencies were updated
|
|
1643
|
-
* dependencies
|
|
1644
|
-
* @aigne/openai bumped to 0.15.2
|
|
1645
|
-
* devDependencies
|
|
1646
|
-
* @aigne/core bumped to 1.60.1
|
|
1647
|
-
* @aigne/test-utils bumped to 0.5.50
|
|
1648
|
-
|
|
1649
|
-
## [0.13.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.13.0...gemini-v0.13.1) (2025-09-10)
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
### Dependencies
|
|
1653
|
-
|
|
1654
|
-
* The following workspace dependencies were updated
|
|
1655
|
-
* dependencies
|
|
1656
|
-
* @aigne/openai bumped to 0.15.1
|
|
1657
|
-
* devDependencies
|
|
1658
|
-
* @aigne/core bumped to 1.60.0
|
|
1659
|
-
* @aigne/test-utils bumped to 0.5.49
|
|
1660
|
-
|
|
1661
|
-
## [0.13.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.12.3...gemini-v0.13.0) (2025-09-09)
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
### Features
|
|
1665
|
-
|
|
1666
|
-
* 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))
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
### Dependencies
|
|
1670
|
-
|
|
1671
|
-
* The following workspace dependencies were updated
|
|
1672
|
-
* dependencies
|
|
1673
|
-
* @aigne/openai bumped to 0.15.0
|
|
1674
|
-
* devDependencies
|
|
1675
|
-
* @aigne/core bumped to 1.59.0
|
|
1676
|
-
* @aigne/test-utils bumped to 0.5.48
|
|
1677
|
-
|
|
1678
|
-
## [0.12.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.12.2...gemini-v0.12.3) (2025-09-08)
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
### Bug Fixes
|
|
1682
|
-
|
|
1683
|
-
* 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))
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
### Dependencies
|
|
1687
|
-
|
|
1688
|
-
* The following workspace dependencies were updated
|
|
1689
|
-
* dependencies
|
|
1690
|
-
* @aigne/openai bumped to 0.14.3
|
|
1691
|
-
* devDependencies
|
|
1692
|
-
* @aigne/core bumped to 1.58.3
|
|
1693
|
-
* @aigne/test-utils bumped to 0.5.47
|
|
1694
|
-
|
|
1695
|
-
## [0.12.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.12.1...gemini-v0.12.2) (2025-09-05)
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
### Bug Fixes
|
|
1699
|
-
|
|
1700
|
-
* **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))
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
### Dependencies
|
|
1704
|
-
|
|
1705
|
-
* The following workspace dependencies were updated
|
|
1706
|
-
* dependencies
|
|
1707
|
-
* @aigne/openai bumped to 0.14.2
|
|
1708
|
-
* devDependencies
|
|
1709
|
-
* @aigne/core bumped to 1.58.2
|
|
1710
|
-
* @aigne/test-utils bumped to 0.5.46
|
|
1711
|
-
|
|
1712
|
-
## [0.12.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.12.0...gemini-v0.12.1) (2025-09-05)
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
### Bug Fixes
|
|
1716
|
-
|
|
1717
|
-
* should not return local path from aigne hub service ([#460](https://github.com/AIGNE-io/aigne-framework/issues/460)) ([c959717](https://github.com/AIGNE-io/aigne-framework/commit/c95971774f7e84dbeb3313f60b3e6464e2bb22e4))
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
### Dependencies
|
|
1721
|
-
|
|
1722
|
-
* The following workspace dependencies were updated
|
|
1723
|
-
* dependencies
|
|
1724
|
-
* @aigne/openai bumped to 0.14.1
|
|
1725
|
-
* devDependencies
|
|
1726
|
-
* @aigne/core bumped to 1.58.1
|
|
1727
|
-
* @aigne/test-utils bumped to 0.5.45
|
|
1728
|
-
|
|
1729
|
-
## [0.12.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.11.6...gemini-v0.12.0) (2025-09-05)
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
### Features
|
|
1733
|
-
|
|
1734
|
-
* 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))
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
### Dependencies
|
|
1738
|
-
|
|
1739
|
-
* The following workspace dependencies were updated
|
|
1740
|
-
* dependencies
|
|
1741
|
-
* @aigne/openai bumped to 0.14.0
|
|
1742
|
-
* devDependencies
|
|
1743
|
-
* @aigne/core bumped to 1.58.0
|
|
1744
|
-
* @aigne/test-utils bumped to 0.5.44
|
|
1745
|
-
|
|
1746
|
-
## [0.11.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.11.5...gemini-v0.11.6) (2025-09-01)
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
### Bug Fixes
|
|
1750
|
-
|
|
1751
|
-
* **transport:** improve HTTP client option handling and error serialization ([#445](https://github.com/AIGNE-io/aigne-framework/issues/445)) ([d3bcdd2](https://github.com/AIGNE-io/aigne-framework/commit/d3bcdd23ab8011a7d40fc157fd61eb240494c7a5))
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
### Dependencies
|
|
1755
|
-
|
|
1756
|
-
* The following workspace dependencies were updated
|
|
1757
|
-
* dependencies
|
|
1758
|
-
* @aigne/openai bumped to 0.13.7
|
|
1759
|
-
* devDependencies
|
|
1760
|
-
* @aigne/core bumped to 1.57.5
|
|
1761
|
-
* @aigne/test-utils bumped to 0.5.43
|
|
1762
|
-
|
|
1763
|
-
## [0.11.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.11.4...gemini-v0.11.5) (2025-08-30)
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
### Dependencies
|
|
1767
|
-
|
|
1768
|
-
* The following workspace dependencies were updated
|
|
1769
|
-
* dependencies
|
|
1770
|
-
* @aigne/openai bumped to 0.13.6
|
|
1771
|
-
* devDependencies
|
|
1772
|
-
* @aigne/core bumped to 1.57.4
|
|
1773
|
-
* @aigne/test-utils bumped to 0.5.42
|
|
1774
|
-
|
|
1775
|
-
## [0.11.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.11.3...gemini-v0.11.4) (2025-08-30)
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
### Dependencies
|
|
1779
|
-
|
|
1780
|
-
* The following workspace dependencies were updated
|
|
1781
|
-
* dependencies
|
|
1782
|
-
* @aigne/openai bumped to 0.13.5
|
|
1783
|
-
* devDependencies
|
|
1784
|
-
* @aigne/core bumped to 1.57.3
|
|
1785
|
-
* @aigne/test-utils bumped to 0.5.41
|
|
1786
|
-
|
|
1787
|
-
## [0.11.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.11.2...gemini-v0.11.3) (2025-08-29)
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
### Dependencies
|
|
1791
|
-
|
|
1792
|
-
* The following workspace dependencies were updated
|
|
1793
|
-
* dependencies
|
|
1794
|
-
* @aigne/openai bumped to 0.13.4
|
|
1795
|
-
* devDependencies
|
|
1796
|
-
* @aigne/core bumped to 1.57.2
|
|
1797
|
-
* @aigne/test-utils bumped to 0.5.40
|
|
1798
|
-
|
|
1799
|
-
## [0.11.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.11.1...gemini-v0.11.2) (2025-08-29)
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
### Dependencies
|
|
1803
|
-
|
|
1804
|
-
* The following workspace dependencies were updated
|
|
1805
|
-
* dependencies
|
|
1806
|
-
* @aigne/openai bumped to 0.13.3
|
|
1807
|
-
* devDependencies
|
|
1808
|
-
* @aigne/core bumped to 1.57.1
|
|
1809
|
-
* @aigne/test-utils bumped to 0.5.39
|
|
1810
|
-
|
|
1811
|
-
## [0.11.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.11.0...gemini-v0.11.1) (2025-08-28)
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
### Bug Fixes
|
|
1815
|
-
|
|
1816
|
-
* support gemini-2.0-flash model for image model ([#429](https://github.com/AIGNE-io/aigne-framework/issues/429)) ([5a0bba1](https://github.com/AIGNE-io/aigne-framework/commit/5a0bba197cf8785384b70302f86cf702d04b7fc4))
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
### Dependencies
|
|
1820
|
-
|
|
1821
|
-
* The following workspace dependencies were updated
|
|
1822
|
-
* dependencies
|
|
1823
|
-
* @aigne/openai bumped to 0.13.2
|
|
1824
|
-
* devDependencies
|
|
1825
|
-
* @aigne/core bumped to 1.57.0
|
|
1826
|
-
* @aigne/test-utils bumped to 0.5.38
|
|
1827
|
-
|
|
1828
|
-
## [0.11.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.10.0...gemini-v0.11.0) (2025-08-27)
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
### Features
|
|
1832
|
-
|
|
1833
|
-
* **models:** support aigne hub models ([#416](https://github.com/AIGNE-io/aigne-framework/issues/416)) ([b4f014c](https://github.com/AIGNE-io/aigne-framework/commit/b4f014cf5ed08ef930d3ddfc278d3610e64c6af3))
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
### Dependencies
|
|
1837
|
-
|
|
1838
|
-
* The following workspace dependencies were updated
|
|
1839
|
-
* dependencies
|
|
1840
|
-
* @aigne/openai bumped to 0.13.1
|
|
1841
|
-
* devDependencies
|
|
1842
|
-
* @aigne/core bumped to 1.56.0
|
|
1843
|
-
* @aigne/test-utils bumped to 0.5.37
|
|
1844
|
-
|
|
1845
|
-
## [0.10.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.10...gemini-v0.10.0) (2025-08-27)
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
### Features
|
|
1849
|
-
|
|
1850
|
-
* **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))
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
### Dependencies
|
|
1854
|
-
|
|
1855
|
-
* The following workspace dependencies were updated
|
|
1856
|
-
* dependencies
|
|
1857
|
-
* @aigne/openai bumped to 0.13.0
|
|
1858
|
-
|
|
1859
|
-
## [0.9.10](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.9...gemini-v0.9.10) (2025-08-26)
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
### Dependencies
|
|
1863
|
-
|
|
1864
|
-
* The following workspace dependencies were updated
|
|
1865
|
-
* dependencies
|
|
1866
|
-
* @aigne/openai bumped to 0.12.4
|
|
1867
|
-
* devDependencies
|
|
1868
|
-
* @aigne/core bumped to 1.55.1
|
|
1869
|
-
* @aigne/test-utils bumped to 0.5.36
|
|
1870
|
-
|
|
1871
|
-
## [0.9.9](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.8...gemini-v0.9.9) (2025-08-25)
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
### Dependencies
|
|
1875
|
-
|
|
1876
|
-
* The following workspace dependencies were updated
|
|
1877
|
-
* dependencies
|
|
1878
|
-
* @aigne/openai bumped to 0.12.3
|
|
1879
|
-
* devDependencies
|
|
1880
|
-
* @aigne/test-utils bumped to 0.5.35
|
|
1881
|
-
|
|
1882
|
-
## [0.9.8](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.7...gemini-v0.9.8) (2025-08-21)
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
### Dependencies
|
|
1886
|
-
|
|
1887
|
-
* The following workspace dependencies were updated
|
|
1888
|
-
* dependencies
|
|
1889
|
-
* @aigne/openai bumped to 0.12.2
|
|
1890
|
-
* devDependencies
|
|
1891
|
-
* @aigne/core bumped to 1.55.0
|
|
1892
|
-
* @aigne/test-utils bumped to 0.5.34
|
|
1893
|
-
|
|
1894
|
-
## [0.9.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.6...gemini-v0.9.7) (2025-08-21)
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
### Dependencies
|
|
1898
|
-
|
|
1899
|
-
* The following workspace dependencies were updated
|
|
1900
|
-
* dependencies
|
|
1901
|
-
* @aigne/openai bumped to 0.12.1
|
|
1902
|
-
* devDependencies
|
|
1903
|
-
* @aigne/core bumped to 1.54.0
|
|
1904
|
-
* @aigne/test-utils bumped to 0.5.33
|
|
1905
|
-
|
|
1906
|
-
## [0.9.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.5...gemini-v0.9.6) (2025-08-20)
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
### Dependencies
|
|
1910
|
-
|
|
1911
|
-
* The following workspace dependencies were updated
|
|
1912
|
-
* dependencies
|
|
1913
|
-
* @aigne/openai bumped to 0.12.0
|
|
1914
|
-
* devDependencies
|
|
1915
|
-
* @aigne/core bumped to 1.53.0
|
|
1916
|
-
* @aigne/test-utils bumped to 0.5.32
|
|
1917
|
-
|
|
1918
|
-
## [0.9.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.4...gemini-v0.9.5) (2025-08-20)
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
### Dependencies
|
|
1922
|
-
|
|
1923
|
-
* The following workspace dependencies were updated
|
|
1924
|
-
* dependencies
|
|
1925
|
-
* @aigne/openai bumped to 0.11.5
|
|
1926
|
-
* devDependencies
|
|
1927
|
-
* @aigne/core bumped to 1.52.0
|
|
1928
|
-
* @aigne/test-utils bumped to 0.5.31
|
|
1929
|
-
|
|
1930
|
-
## [0.9.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.3...gemini-v0.9.4) (2025-08-18)
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
### Dependencies
|
|
1934
|
-
|
|
1935
|
-
* The following workspace dependencies were updated
|
|
1936
|
-
* dependencies
|
|
1937
|
-
* @aigne/openai bumped to 0.11.4
|
|
1938
|
-
* devDependencies
|
|
1939
|
-
* @aigne/core bumped to 1.51.0
|
|
1940
|
-
* @aigne/test-utils bumped to 0.5.30
|
|
1941
|
-
|
|
1942
|
-
## [0.9.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.2...gemini-v0.9.3) (2025-08-16)
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
### Bug Fixes
|
|
1946
|
-
|
|
1947
|
-
* **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))
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
### Dependencies
|
|
1951
|
-
|
|
1952
|
-
* The following workspace dependencies were updated
|
|
1953
|
-
* dependencies
|
|
1954
|
-
* @aigne/openai bumped to 0.11.3
|
|
1955
|
-
* devDependencies
|
|
1956
|
-
* @aigne/core bumped to 1.50.1
|
|
1957
|
-
* @aigne/test-utils bumped to 0.5.29
|
|
1958
|
-
|
|
1959
|
-
## [0.9.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.1...gemini-v0.9.2) (2025-08-14)
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
### Dependencies
|
|
1963
|
-
|
|
1964
|
-
* The following workspace dependencies were updated
|
|
1965
|
-
* dependencies
|
|
1966
|
-
* @aigne/openai bumped to 0.11.2
|
|
1967
|
-
* devDependencies
|
|
1968
|
-
* @aigne/core bumped to 1.50.0
|
|
1969
|
-
* @aigne/test-utils bumped to 0.5.28
|
|
1970
|
-
|
|
1971
|
-
## [0.9.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.9.0...gemini-v0.9.1) (2025-08-12)
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
### Dependencies
|
|
1975
|
-
|
|
1976
|
-
* The following workspace dependencies were updated
|
|
1977
|
-
* dependencies
|
|
1978
|
-
* @aigne/openai bumped to 0.11.1
|
|
1979
|
-
* devDependencies
|
|
1980
|
-
* @aigne/core bumped to 1.49.1
|
|
1981
|
-
* @aigne/test-utils bumped to 0.5.27
|
|
1982
|
-
|
|
1983
|
-
## [0.9.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.17...gemini-v0.9.0) (2025-08-12)
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
### Features
|
|
1987
|
-
|
|
1988
|
-
* **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))
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
### Dependencies
|
|
1992
|
-
|
|
1993
|
-
* The following workspace dependencies were updated
|
|
1994
|
-
* dependencies
|
|
1995
|
-
* @aigne/openai bumped to 0.11.0
|
|
1996
|
-
* devDependencies
|
|
1997
|
-
* @aigne/core bumped to 1.49.0
|
|
1998
|
-
* @aigne/test-utils bumped to 0.5.26
|
|
1999
|
-
|
|
2000
|
-
## [0.8.17](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.16...gemini-v0.8.17) (2025-08-12)
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
### Dependencies
|
|
2004
|
-
|
|
2005
|
-
* The following workspace dependencies were updated
|
|
2006
|
-
* dependencies
|
|
2007
|
-
* @aigne/openai bumped to 0.10.17
|
|
2008
|
-
* devDependencies
|
|
2009
|
-
* @aigne/core bumped to 1.48.0
|
|
2010
|
-
* @aigne/test-utils bumped to 0.5.25
|
|
2011
|
-
|
|
2012
|
-
## [0.8.16](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.15...gemini-v0.8.16) (2025-08-11)
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
### Dependencies
|
|
2016
|
-
|
|
2017
|
-
* The following workspace dependencies were updated
|
|
2018
|
-
* dependencies
|
|
2019
|
-
* @aigne/openai bumped to 0.10.16
|
|
2020
|
-
* devDependencies
|
|
2021
|
-
* @aigne/core bumped to 1.47.0
|
|
2022
|
-
* @aigne/test-utils bumped to 0.5.24
|
|
2023
|
-
|
|
2024
|
-
## [0.8.15](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.14...gemini-v0.8.15) (2025-08-08)
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
### Dependencies
|
|
2028
|
-
|
|
2029
|
-
* The following workspace dependencies were updated
|
|
2030
|
-
* dependencies
|
|
2031
|
-
* @aigne/openai bumped to 0.10.15
|
|
2032
|
-
* devDependencies
|
|
2033
|
-
* @aigne/core bumped to 1.46.1
|
|
2034
|
-
* @aigne/test-utils bumped to 0.5.23
|
|
2035
|
-
|
|
2036
|
-
## [0.8.14](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.13...gemini-v0.8.14) (2025-08-06)
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
### Dependencies
|
|
2040
|
-
|
|
2041
|
-
* The following workspace dependencies were updated
|
|
2042
|
-
* dependencies
|
|
2043
|
-
* @aigne/openai bumped to 0.10.14
|
|
2044
|
-
* devDependencies
|
|
2045
|
-
* @aigne/core bumped to 1.46.0
|
|
2046
|
-
* @aigne/test-utils bumped to 0.5.22
|
|
2047
|
-
|
|
2048
|
-
## [0.8.13](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.12...gemini-v0.8.13) (2025-08-06)
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
### Dependencies
|
|
2052
|
-
|
|
2053
|
-
* The following workspace dependencies were updated
|
|
2054
|
-
* dependencies
|
|
2055
|
-
* @aigne/openai bumped to 0.10.13
|
|
2056
|
-
* devDependencies
|
|
2057
|
-
* @aigne/core bumped to 1.45.0
|
|
2058
|
-
* @aigne/test-utils bumped to 0.5.21
|
|
2059
|
-
|
|
2060
|
-
## [0.8.12](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.11...gemini-v0.8.12) (2025-08-05)
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
### Dependencies
|
|
2064
|
-
|
|
2065
|
-
* The following workspace dependencies were updated
|
|
2066
|
-
* dependencies
|
|
2067
|
-
* @aigne/openai bumped to 0.10.12
|
|
2068
|
-
* devDependencies
|
|
2069
|
-
* @aigne/core bumped to 1.44.0
|
|
2070
|
-
* @aigne/test-utils bumped to 0.5.20
|
|
2071
|
-
|
|
2072
|
-
## [0.8.11](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.10...gemini-v0.8.11) (2025-08-05)
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
### Dependencies
|
|
2076
|
-
|
|
2077
|
-
* The following workspace dependencies were updated
|
|
2078
|
-
* dependencies
|
|
2079
|
-
* @aigne/openai bumped to 0.10.11
|
|
2080
|
-
* devDependencies
|
|
2081
|
-
* @aigne/core bumped to 1.43.1
|
|
2082
|
-
* @aigne/test-utils bumped to 0.5.19
|
|
2083
|
-
|
|
2084
|
-
## [0.8.10](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.9...gemini-v0.8.10) (2025-08-04)
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
### Dependencies
|
|
2088
|
-
|
|
2089
|
-
* The following workspace dependencies were updated
|
|
2090
|
-
* dependencies
|
|
2091
|
-
* @aigne/openai bumped to 0.10.10
|
|
2092
|
-
* devDependencies
|
|
2093
|
-
* @aigne/core bumped to 1.43.0
|
|
2094
|
-
* @aigne/test-utils bumped to 0.5.18
|
|
2095
|
-
|
|
2096
|
-
## [0.8.9](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.8...gemini-v0.8.9) (2025-08-01)
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
### Dependencies
|
|
2100
|
-
|
|
2101
|
-
* The following workspace dependencies were updated
|
|
2102
|
-
* dependencies
|
|
2103
|
-
* @aigne/openai bumped to 0.10.9
|
|
2104
|
-
* devDependencies
|
|
2105
|
-
* @aigne/core bumped to 1.42.0
|
|
2106
|
-
* @aigne/test-utils bumped to 0.5.17
|
|
2107
|
-
|
|
2108
|
-
## [0.8.8](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.7...gemini-v0.8.8) (2025-07-31)
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
### Dependencies
|
|
2112
|
-
|
|
2113
|
-
* The following workspace dependencies were updated
|
|
2114
|
-
* dependencies
|
|
2115
|
-
* @aigne/openai bumped to 0.10.8
|
|
2116
|
-
* devDependencies
|
|
2117
|
-
* @aigne/core bumped to 1.41.0
|
|
2118
|
-
* @aigne/test-utils bumped to 0.5.16
|
|
2119
|
-
|
|
2120
|
-
## [0.8.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.6...gemini-v0.8.7) (2025-07-31)
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
### Dependencies
|
|
2124
|
-
|
|
2125
|
-
* The following workspace dependencies were updated
|
|
2126
|
-
* dependencies
|
|
2127
|
-
* @aigne/openai bumped to 0.10.7
|
|
2128
|
-
* devDependencies
|
|
2129
|
-
* @aigne/core bumped to 1.40.0
|
|
2130
|
-
* @aigne/test-utils bumped to 0.5.15
|
|
2131
|
-
|
|
2132
|
-
## [0.8.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.5...gemini-v0.8.6) (2025-07-28)
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
### Dependencies
|
|
2136
|
-
|
|
2137
|
-
* The following workspace dependencies were updated
|
|
2138
|
-
* dependencies
|
|
2139
|
-
* @aigne/openai bumped to 0.10.6
|
|
2140
|
-
* devDependencies
|
|
2141
|
-
* @aigne/core bumped to 1.39.0
|
|
2142
|
-
* @aigne/test-utils bumped to 0.5.14
|
|
2143
|
-
|
|
2144
|
-
## [0.8.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.4...gemini-v0.8.5) (2025-07-24)
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
### Dependencies
|
|
2148
|
-
|
|
2149
|
-
* The following workspace dependencies were updated
|
|
2150
|
-
* dependencies
|
|
2151
|
-
* @aigne/openai bumped to 0.10.5
|
|
2152
|
-
* devDependencies
|
|
2153
|
-
* @aigne/core bumped to 1.38.1
|
|
2154
|
-
* @aigne/test-utils bumped to 0.5.13
|
|
2155
|
-
|
|
2156
|
-
## [0.8.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.3...gemini-v0.8.4) (2025-07-24)
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
### Dependencies
|
|
2160
|
-
|
|
2161
|
-
* The following workspace dependencies were updated
|
|
2162
|
-
* dependencies
|
|
2163
|
-
* @aigne/openai bumped to 0.10.4
|
|
2164
|
-
* devDependencies
|
|
2165
|
-
* @aigne/core bumped to 1.38.0
|
|
2166
|
-
* @aigne/test-utils bumped to 0.5.12
|
|
2167
|
-
|
|
2168
|
-
## [0.8.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.2...gemini-v0.8.3) (2025-07-22)
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
### Dependencies
|
|
2172
|
-
|
|
2173
|
-
* The following workspace dependencies were updated
|
|
2174
|
-
* dependencies
|
|
2175
|
-
* @aigne/openai bumped to 0.10.3
|
|
2176
|
-
* devDependencies
|
|
2177
|
-
* @aigne/core bumped to 1.37.0
|
|
2178
|
-
* @aigne/test-utils bumped to 0.5.11
|
|
2179
|
-
|
|
2180
|
-
## [0.8.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.1...gemini-v0.8.2) (2025-07-17)
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
### Dependencies
|
|
2184
|
-
|
|
2185
|
-
* The following workspace dependencies were updated
|
|
2186
|
-
* dependencies
|
|
2187
|
-
* @aigne/openai bumped to 0.10.2
|
|
2188
|
-
* devDependencies
|
|
2189
|
-
* @aigne/core bumped to 1.36.0
|
|
2190
|
-
* @aigne/test-utils bumped to 0.5.10
|
|
2191
|
-
|
|
2192
|
-
## [0.8.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.8.0...gemini-v0.8.1) (2025-07-17)
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
### Dependencies
|
|
2196
|
-
|
|
2197
|
-
* The following workspace dependencies were updated
|
|
2198
|
-
* dependencies
|
|
2199
|
-
* @aigne/openai bumped to 0.10.1
|
|
2200
|
-
* devDependencies
|
|
2201
|
-
* @aigne/core bumped to 1.35.0
|
|
2202
|
-
* @aigne/test-utils bumped to 0.5.9
|
|
2203
|
-
|
|
2204
|
-
## [0.8.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.7.2...gemini-v0.8.0) (2025-07-15)
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
### Features
|
|
2208
|
-
|
|
2209
|
-
* **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))
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
### Dependencies
|
|
2213
|
-
|
|
2214
|
-
* The following workspace dependencies were updated
|
|
2215
|
-
* dependencies
|
|
2216
|
-
* @aigne/openai bumped to 0.10.0
|
|
2217
|
-
* devDependencies
|
|
2218
|
-
* @aigne/core bumped to 1.34.0
|
|
2219
|
-
* @aigne/test-utils bumped to 0.5.8
|
|
2220
|
-
|
|
2221
|
-
## [0.7.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.7.1...gemini-v0.7.2) (2025-07-14)
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
### Dependencies
|
|
2225
|
-
|
|
2226
|
-
* The following workspace dependencies were updated
|
|
2227
|
-
* dependencies
|
|
2228
|
-
* @aigne/openai bumped to 0.9.2
|
|
2229
|
-
* devDependencies
|
|
2230
|
-
* @aigne/core bumped to 1.33.2
|
|
2231
|
-
* @aigne/test-utils bumped to 0.5.7
|
|
2232
|
-
|
|
2233
|
-
## [0.7.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.7.0...gemini-v0.7.1) (2025-07-14)
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
### Bug Fixes
|
|
2237
|
-
|
|
2238
|
-
* **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))
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
### Dependencies
|
|
2242
|
-
|
|
2243
|
-
* The following workspace dependencies were updated
|
|
2244
|
-
* dependencies
|
|
2245
|
-
* @aigne/openai bumped to 0.9.1
|
|
2246
|
-
* devDependencies
|
|
2247
|
-
* @aigne/core bumped to 1.33.1
|
|
2248
|
-
* @aigne/test-utils bumped to 0.5.6
|
|
2249
|
-
|
|
2250
|
-
## [0.7.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.6.2...gemini-v0.7.0) (2025-07-10)
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
### Features
|
|
2254
|
-
|
|
2255
|
-
* **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))
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
### Dependencies
|
|
2259
|
-
|
|
2260
|
-
* The following workspace dependencies were updated
|
|
2261
|
-
* dependencies
|
|
2262
|
-
* @aigne/openai bumped to 0.9.0
|
|
2263
|
-
* devDependencies
|
|
2264
|
-
* @aigne/core bumped to 1.33.0
|
|
2265
|
-
* @aigne/test-utils bumped to 0.5.5
|
|
2266
|
-
|
|
2267
|
-
## [0.6.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.6.1...gemini-v0.6.2) (2025-07-09)
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
### Dependencies
|
|
2271
|
-
|
|
2272
|
-
* The following workspace dependencies were updated
|
|
2273
|
-
* dependencies
|
|
2274
|
-
* @aigne/openai bumped to 0.8.2
|
|
2275
|
-
* devDependencies
|
|
2276
|
-
* @aigne/core bumped to 1.32.2
|
|
2277
|
-
* @aigne/test-utils bumped to 0.5.4
|
|
2278
|
-
|
|
2279
|
-
## [0.6.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.6.0...gemini-v0.6.1) (2025-07-09)
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
### Bug Fixes
|
|
2283
|
-
|
|
2284
|
-
* **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))
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
### Dependencies
|
|
2288
|
-
|
|
2289
|
-
* The following workspace dependencies were updated
|
|
2290
|
-
* dependencies
|
|
2291
|
-
* @aigne/openai bumped to 0.8.1
|
|
2292
|
-
* devDependencies
|
|
2293
|
-
* @aigne/core bumped to 1.32.1
|
|
2294
|
-
* @aigne/test-utils bumped to 0.5.3
|
|
2295
|
-
|
|
2296
|
-
## [0.6.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.5.1...gemini-v0.6.0) (2025-07-08)
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
### Features
|
|
2300
|
-
|
|
2301
|
-
* **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))
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
### Dependencies
|
|
2305
|
-
|
|
2306
|
-
* The following workspace dependencies were updated
|
|
2307
|
-
* dependencies
|
|
2308
|
-
* @aigne/openai bumped to 0.8.0
|
|
2309
|
-
* devDependencies
|
|
2310
|
-
* @aigne/core bumped to 1.32.0
|
|
2311
|
-
* @aigne/test-utils bumped to 0.5.2
|
|
2312
|
-
|
|
2313
|
-
## [0.5.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.5.0...gemini-v0.5.1) (2025-07-04)
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
### Dependencies
|
|
2317
|
-
|
|
2318
|
-
* The following workspace dependencies were updated
|
|
2319
|
-
* dependencies
|
|
2320
|
-
* @aigne/openai bumped to 0.7.1
|
|
2321
|
-
* devDependencies
|
|
2322
|
-
* @aigne/core bumped to 1.31.0
|
|
2323
|
-
* @aigne/test-utils bumped to 0.5.1
|
|
2324
|
-
|
|
2325
|
-
## [0.5.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.4.4...gemini-v0.5.0) (2025-07-03)
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
### Features
|
|
2329
|
-
|
|
2330
|
-
* 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))
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
### Dependencies
|
|
2334
|
-
|
|
2335
|
-
* The following workspace dependencies were updated
|
|
2336
|
-
* dependencies
|
|
2337
|
-
* @aigne/openai bumped to 0.7.0
|
|
2338
|
-
* devDependencies
|
|
2339
|
-
* @aigne/core bumped to 1.30.0
|
|
2340
|
-
* @aigne/test-utils bumped to 0.5.0
|
|
2341
|
-
|
|
2342
|
-
## [0.4.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.4.3...gemini-v0.4.4) (2025-07-02)
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
### Dependencies
|
|
2346
|
-
|
|
2347
|
-
* The following workspace dependencies were updated
|
|
2348
|
-
* dependencies
|
|
2349
|
-
* @aigne/openai bumped to 0.6.4
|
|
2350
|
-
* devDependencies
|
|
2351
|
-
* @aigne/core bumped to 1.29.1
|
|
2352
|
-
* @aigne/test-utils bumped to 0.4.16
|
|
2353
|
-
|
|
2354
|
-
## [0.4.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.4.2...gemini-v0.4.3) (2025-07-02)
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
### Dependencies
|
|
2358
|
-
|
|
2359
|
-
* The following workspace dependencies were updated
|
|
2360
|
-
* dependencies
|
|
2361
|
-
* @aigne/openai bumped to 0.6.3
|
|
2362
|
-
* devDependencies
|
|
2363
|
-
* @aigne/core bumped to 1.29.0
|
|
2364
|
-
* @aigne/test-utils bumped to 0.4.15
|
|
2365
|
-
|
|
2366
|
-
## [0.4.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.4.1...gemini-v0.4.2) (2025-07-01)
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
### Dependencies
|
|
2370
|
-
|
|
2371
|
-
* The following workspace dependencies were updated
|
|
2372
|
-
* dependencies
|
|
2373
|
-
* @aigne/openai bumped to 0.6.2
|
|
2374
|
-
* devDependencies
|
|
2375
|
-
* @aigne/core bumped to 1.28.2
|
|
2376
|
-
* @aigne/test-utils bumped to 0.4.14
|
|
2377
|
-
|
|
2378
|
-
## [0.4.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.4.0...gemini-v0.4.1) (2025-07-01)
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
### Dependencies
|
|
2382
|
-
|
|
2383
|
-
* The following workspace dependencies were updated
|
|
2384
|
-
* dependencies
|
|
2385
|
-
* @aigne/openai bumped to 0.6.1
|
|
2386
|
-
* devDependencies
|
|
2387
|
-
* @aigne/core bumped to 1.28.1
|
|
2388
|
-
* @aigne/test-utils bumped to 0.4.13
|
|
2389
|
-
|
|
2390
|
-
## [0.4.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.11...gemini-v0.4.0) (2025-07-01)
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
### Features
|
|
2394
|
-
|
|
2395
|
-
* **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))
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
### Dependencies
|
|
2399
|
-
|
|
2400
|
-
* The following workspace dependencies were updated
|
|
2401
|
-
* dependencies
|
|
2402
|
-
* @aigne/openai bumped to 0.6.0
|
|
2403
|
-
* devDependencies
|
|
2404
|
-
* @aigne/core bumped to 1.28.0
|
|
2405
|
-
* @aigne/test-utils bumped to 0.4.12
|
|
2406
|
-
|
|
2407
|
-
## [0.3.11](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.10...gemini-v0.3.11) (2025-07-01)
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
### Dependencies
|
|
2411
|
-
|
|
2412
|
-
* The following workspace dependencies were updated
|
|
2413
|
-
* dependencies
|
|
2414
|
-
* @aigne/openai bumped to 0.5.0
|
|
2415
|
-
* devDependencies
|
|
2416
|
-
* @aigne/core bumped to 1.27.0
|
|
2417
|
-
* @aigne/test-utils bumped to 0.4.11
|
|
2418
|
-
|
|
2419
|
-
## [0.3.10](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.9...gemini-v0.3.10) (2025-06-30)
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
### Dependencies
|
|
2423
|
-
|
|
2424
|
-
* The following workspace dependencies were updated
|
|
2425
|
-
* dependencies
|
|
2426
|
-
* @aigne/openai bumped to 0.4.3
|
|
2427
|
-
* devDependencies
|
|
2428
|
-
* @aigne/core bumped to 1.26.0
|
|
2429
|
-
* @aigne/test-utils bumped to 0.4.10
|
|
2430
|
-
|
|
2431
|
-
## [0.3.9](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.8...gemini-v0.3.9) (2025-06-29)
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
### Dependencies
|
|
2435
|
-
|
|
2436
|
-
* The following workspace dependencies were updated
|
|
2437
|
-
* dependencies
|
|
2438
|
-
* @aigne/openai bumped to 0.4.2
|
|
2439
|
-
* devDependencies
|
|
2440
|
-
* @aigne/core bumped to 1.25.0
|
|
2441
|
-
* @aigne/test-utils bumped to 0.4.9
|
|
2442
|
-
|
|
2443
|
-
## [0.3.8](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.7...gemini-v0.3.8) (2025-06-26)
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
### Dependencies
|
|
2447
|
-
|
|
2448
|
-
* The following workspace dependencies were updated
|
|
2449
|
-
* dependencies
|
|
2450
|
-
* @aigne/openai bumped to 0.4.1
|
|
2451
|
-
* devDependencies
|
|
2452
|
-
* @aigne/core bumped to 1.24.1
|
|
2453
|
-
* @aigne/test-utils bumped to 0.4.8
|
|
2454
|
-
|
|
2455
|
-
## [0.3.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.6...gemini-v0.3.7) (2025-06-26)
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
### Dependencies
|
|
2459
|
-
|
|
2460
|
-
* The following workspace dependencies were updated
|
|
2461
|
-
* dependencies
|
|
2462
|
-
* @aigne/openai bumped to 0.4.0
|
|
2463
|
-
* devDependencies
|
|
2464
|
-
* @aigne/core bumped to 1.24.0
|
|
2465
|
-
* @aigne/test-utils bumped to 0.4.7
|
|
2466
|
-
|
|
2467
|
-
## [0.3.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.5...gemini-v0.3.6) (2025-06-25)
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
### Dependencies
|
|
2471
|
-
|
|
2472
|
-
* The following workspace dependencies were updated
|
|
2473
|
-
* dependencies
|
|
2474
|
-
* @aigne/openai bumped to 0.3.6
|
|
2475
|
-
* devDependencies
|
|
2476
|
-
* @aigne/core bumped to 1.23.1
|
|
2477
|
-
* @aigne/test-utils bumped to 0.4.6
|
|
2478
|
-
|
|
2479
|
-
## [0.3.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.4...gemini-v0.3.5) (2025-06-25)
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
### Dependencies
|
|
2483
|
-
|
|
2484
|
-
* The following workspace dependencies were updated
|
|
2485
|
-
* dependencies
|
|
2486
|
-
* @aigne/openai bumped to 0.3.5
|
|
2487
|
-
* devDependencies
|
|
2488
|
-
* @aigne/core bumped to 1.23.0
|
|
2489
|
-
* @aigne/test-utils bumped to 0.4.5
|
|
2490
|
-
|
|
2491
|
-
## [0.3.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.3...gemini-v0.3.4) (2025-06-24)
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
### Dependencies
|
|
2495
|
-
|
|
2496
|
-
* The following workspace dependencies were updated
|
|
2497
|
-
* dependencies
|
|
2498
|
-
* @aigne/openai bumped to 0.3.4
|
|
2499
|
-
* devDependencies
|
|
2500
|
-
* @aigne/core bumped to 1.22.0
|
|
2501
|
-
* @aigne/test-utils bumped to 0.4.4
|
|
2502
|
-
|
|
2503
|
-
## [0.3.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.2...gemini-v0.3.3) (2025-06-20)
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
### Dependencies
|
|
2507
|
-
|
|
2508
|
-
* The following workspace dependencies were updated
|
|
2509
|
-
* dependencies
|
|
2510
|
-
* @aigne/openai bumped to 0.3.3
|
|
2511
|
-
* devDependencies
|
|
2512
|
-
* @aigne/core bumped to 1.21.0
|
|
2513
|
-
* @aigne/test-utils bumped to 0.4.3
|
|
2514
|
-
|
|
2515
|
-
## [0.3.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.1...gemini-v0.3.2) (2025-06-19)
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
### Dependencies
|
|
2519
|
-
|
|
2520
|
-
* The following workspace dependencies were updated
|
|
2521
|
-
* dependencies
|
|
2522
|
-
* @aigne/openai bumped to 0.3.2
|
|
2523
|
-
* devDependencies
|
|
2524
|
-
* @aigne/core bumped to 1.20.1
|
|
2525
|
-
* @aigne/test-utils bumped to 0.4.2
|
|
2526
|
-
|
|
2527
|
-
## [0.3.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.3.0...gemini-v0.3.1) (2025-06-17)
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
### Dependencies
|
|
2531
|
-
|
|
2532
|
-
* The following workspace dependencies were updated
|
|
2533
|
-
* dependencies
|
|
2534
|
-
* @aigne/openai bumped to 0.3.1
|
|
2535
|
-
* devDependencies
|
|
2536
|
-
* @aigne/core bumped to 1.20.0
|
|
2537
|
-
* @aigne/test-utils bumped to 0.4.1
|
|
2538
|
-
|
|
2539
|
-
## [0.3.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.2.7...gemini-v0.3.0) (2025-06-16)
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
### Features
|
|
2543
|
-
|
|
2544
|
-
* support respond progressing chunks by enable `returnProgressChunks` option for aigne.invoke ([cf4c313](https://github.com/AIGNE-io/aigne-framework/commit/cf4c313ee69f255be799ac196da675b79f69bf76))
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
### Dependencies
|
|
2548
|
-
|
|
2549
|
-
* The following workspace dependencies were updated
|
|
2550
|
-
* dependencies
|
|
2551
|
-
* @aigne/openai bumped to 0.3.0
|
|
2552
|
-
* devDependencies
|
|
2553
|
-
* @aigne/core bumped to 1.19.0
|
|
2554
|
-
* @aigne/test-utils bumped to 0.4.0
|
|
2555
|
-
|
|
2556
|
-
## [0.2.7](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.2.6...gemini-v0.2.7) (2025-06-11)
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
### Dependencies
|
|
2560
|
-
|
|
2561
|
-
* The following workspace dependencies were updated
|
|
2562
|
-
* dependencies
|
|
2563
|
-
* @aigne/openai bumped to 0.2.7
|
|
2564
|
-
* devDependencies
|
|
2565
|
-
* @aigne/core bumped to 1.18.6
|
|
2566
|
-
* @aigne/test-utils bumped to 0.3.8
|
|
2567
|
-
|
|
2568
|
-
## [0.2.6](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.2.5...gemini-v0.2.6) (2025-06-06)
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
### Dependencies
|
|
2572
|
-
|
|
2573
|
-
* The following workspace dependencies were updated
|
|
2574
|
-
* dependencies
|
|
2575
|
-
* @aigne/openai bumped to 0.2.6
|
|
2576
|
-
* devDependencies
|
|
2577
|
-
* @aigne/core bumped to 1.18.5
|
|
2578
|
-
* @aigne/test-utils bumped to 0.3.7
|
|
2579
|
-
|
|
2580
|
-
## [0.2.5](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.2.4...gemini-v0.2.5) (2025-06-05)
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
### Dependencies
|
|
2584
|
-
|
|
2585
|
-
* The following workspace dependencies were updated
|
|
2586
|
-
* dependencies
|
|
2587
|
-
* @aigne/openai bumped to 0.2.5
|
|
2588
|
-
* devDependencies
|
|
2589
|
-
* @aigne/core bumped to 1.18.4
|
|
2590
|
-
* @aigne/test-utils bumped to 0.3.6
|
|
2591
|
-
|
|
2592
|
-
## [0.2.4](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.2.3...gemini-v0.2.4) (2025-06-05)
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
### Dependencies
|
|
2596
|
-
|
|
2597
|
-
* The following workspace dependencies were updated
|
|
2598
|
-
* dependencies
|
|
2599
|
-
* @aigne/openai bumped to 0.2.4
|
|
2600
|
-
* devDependencies
|
|
2601
|
-
* @aigne/core bumped to 1.18.3
|
|
2602
|
-
* @aigne/test-utils bumped to 0.3.5
|
|
2603
|
-
|
|
2604
|
-
## [0.2.3](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.2.2...gemini-v0.2.3) (2025-05-30)
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
### Dependencies
|
|
2608
|
-
|
|
2609
|
-
* The following workspace dependencies were updated
|
|
2610
|
-
* dependencies
|
|
2611
|
-
* @aigne/openai bumped to 0.2.3
|
|
2612
|
-
* devDependencies
|
|
2613
|
-
* @aigne/core bumped to 1.18.2
|
|
2614
|
-
* @aigne/test-utils bumped to 0.3.4
|
|
2615
|
-
|
|
2616
|
-
## [0.2.2](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.2.1...gemini-v0.2.2) (2025-05-30)
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
### Dependencies
|
|
2620
|
-
|
|
2621
|
-
* The following workspace dependencies were updated
|
|
2622
|
-
* dependencies
|
|
2623
|
-
* @aigne/openai bumped to 0.2.2
|
|
2624
|
-
* devDependencies
|
|
2625
|
-
* @aigne/core bumped to 1.18.1
|
|
2626
|
-
* @aigne/test-utils bumped to 0.3.3
|
|
2627
|
-
|
|
2628
|
-
## [0.2.1](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.2.0...gemini-v0.2.1) (2025-05-29)
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
### Dependencies
|
|
2632
|
-
|
|
2633
|
-
* The following workspace dependencies were updated
|
|
2634
|
-
* dependencies
|
|
2635
|
-
* @aigne/openai bumped to 0.2.1
|
|
2636
|
-
* devDependencies
|
|
2637
|
-
* @aigne/core bumped to 1.18.0
|
|
2638
|
-
* @aigne/test-utils bumped to 0.3.2
|
|
2639
|
-
|
|
2640
|
-
## [0.2.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.1.0...gemini-v0.2.0) (2025-05-25)
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
### Features
|
|
2644
|
-
|
|
2645
|
-
* add user context support ([#131](https://github.com/AIGNE-io/aigne-framework/issues/131)) ([4dd9d20](https://github.com/AIGNE-io/aigne-framework/commit/4dd9d20953f6ac33933723db56efd9b44bafeb02))
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
### Dependencies
|
|
2649
|
-
|
|
2650
|
-
* The following workspace dependencies were updated
|
|
2651
|
-
* dependencies
|
|
2652
|
-
* @aigne/openai bumped to 0.2.0
|
|
2653
|
-
* devDependencies
|
|
2654
|
-
* @aigne/core bumped to 1.17.0
|
|
2655
|
-
* @aigne/test-utils bumped to 0.3.1
|
|
2656
|
-
|
|
2657
|
-
## [0.1.0](https://github.com/AIGNE-io/aigne-framework/compare/gemini-v0.0.1...gemini-v0.1.0) (2025-05-23)
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
### Features
|
|
2661
|
-
|
|
2662
|
-
* **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))
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
### Dependencies
|
|
2666
|
-
|
|
2667
|
-
* The following workspace dependencies were updated
|
|
2668
|
-
* dependencies
|
|
2669
|
-
* @aigne/openai bumped to 0.1.0
|
|
2670
|
-
* devDependencies
|
|
2671
|
-
* @aigne/core bumped to 1.16.0
|
|
2672
|
-
* @aigne/test-utils bumped to 0.3.0
|