@aigne/aigne-hub 0.10.17-beta.1 → 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/aigne-hub-image-model.cjs +91 -0
- package/dist/aigne-hub-image-model.mjs +92 -0
- package/dist/aigne-hub-image-model.mjs.map +1 -0
- package/dist/aigne-hub-model.cjs +80 -0
- package/dist/aigne-hub-model.mjs +81 -0
- package/dist/aigne-hub-model.mjs.map +1 -0
- package/dist/aigne-hub-video-model.cjs +95 -0
- package/dist/aigne-hub-video-model.mjs +96 -0
- package/dist/aigne-hub-video-model.mjs.map +1 -0
- package/dist/index.cjs +139 -0
- package/dist/index.d.cts +118 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +118 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +117 -0
- package/dist/index.mjs.map +1 -0
- package/dist/utils/blocklet.cjs +13 -0
- package/dist/utils/blocklet.d.cts +5 -0
- package/dist/utils/blocklet.d.cts.map +1 -0
- package/dist/utils/blocklet.d.mts +5 -0
- package/dist/utils/blocklet.d.mts.map +1 -0
- package/dist/utils/blocklet.mjs +14 -0
- package/dist/utils/blocklet.mjs.map +1 -0
- package/dist/utils/constants.cjs +46 -0
- package/dist/utils/constants.d.cts +26 -0
- package/dist/utils/constants.d.cts.map +1 -0
- package/dist/utils/constants.d.mts +26 -0
- package/dist/utils/constants.d.mts.map +1 -0
- package/dist/utils/constants.mjs +38 -0
- package/dist/utils/constants.mjs.map +1 -0
- package/dist/utils/find-provider.cjs +161 -0
- package/{lib/cjs/utils/find-provider.d.ts → dist/utils/find-provider.d.cts} +10 -5
- package/dist/utils/find-provider.d.cts.map +1 -0
- package/{lib/esm/utils/find-provider.d.ts → dist/utils/find-provider.d.mts} +10 -5
- package/dist/utils/find-provider.d.mts.map +1 -0
- package/dist/utils/find-provider.mjs +159 -0
- package/dist/utils/find-provider.mjs.map +1 -0
- package/dist/utils/hub.cjs +24 -0
- package/dist/utils/hub.mjs +25 -0
- package/dist/utils/hub.mjs.map +1 -0
- package/dist/utils/model.cjs +260 -0
- package/dist/utils/model.d.cts +57 -0
- package/dist/utils/model.d.cts.map +1 -0
- package/dist/utils/model.d.mts +57 -0
- package/dist/utils/model.d.mts.map +1 -0
- package/dist/utils/model.mjs +255 -0
- package/dist/utils/model.mjs.map +1 -0
- package/dist/utils/type.cjs +20 -0
- package/dist/utils/type.d.cts +28 -0
- package/dist/utils/type.d.cts.map +1 -0
- package/dist/utils/type.d.mts +29 -0
- package/dist/utils/type.d.mts.map +1 -0
- package/dist/utils/type.mjs +21 -0
- package/dist/utils/type.mjs.map +1 -0
- package/package.json +40 -41
- package/CHANGELOG.md +0 -4238
- package/lib/cjs/aigne-hub-image-model.d.ts +0 -28
- package/lib/cjs/aigne-hub-image-model.js +0 -90
- package/lib/cjs/aigne-hub-model.d.ts +0 -28
- package/lib/cjs/aigne-hub-model.js +0 -80
- package/lib/cjs/aigne-hub-video-model.d.ts +0 -28
- package/lib/cjs/aigne-hub-video-model.js +0 -89
- package/lib/cjs/index.d.ts +0 -112
- package/lib/cjs/index.js +0 -135
- package/lib/cjs/package.json +0 -3
- package/lib/cjs/utils/blocklet.d.ts +0 -1
- package/lib/cjs/utils/blocklet.js +0 -15
- package/lib/cjs/utils/constants.d.ts +0 -22
- package/lib/cjs/utils/constants.js +0 -37
- package/lib/cjs/utils/find-provider.js +0 -121
- package/lib/cjs/utils/hub.d.ts +0 -16
- package/lib/cjs/utils/hub.js +0 -30
- package/lib/cjs/utils/model.d.ts +0 -52
- package/lib/cjs/utils/model.js +0 -207
- package/lib/cjs/utils/type.d.ts +0 -78
- package/lib/cjs/utils/type.js +0 -20
- package/lib/dts/aigne-hub-image-model.d.ts +0 -28
- package/lib/dts/aigne-hub-model.d.ts +0 -28
- package/lib/dts/aigne-hub-video-model.d.ts +0 -28
- package/lib/dts/index.d.ts +0 -112
- package/lib/dts/utils/blocklet.d.ts +0 -1
- package/lib/dts/utils/constants.d.ts +0 -22
- package/lib/dts/utils/find-provider.d.ts +0 -17
- package/lib/dts/utils/hub.d.ts +0 -16
- package/lib/dts/utils/model.d.ts +0 -52
- package/lib/dts/utils/type.d.ts +0 -78
- package/lib/esm/aigne-hub-image-model.d.ts +0 -28
- package/lib/esm/aigne-hub-image-model.js +0 -86
- package/lib/esm/aigne-hub-model.d.ts +0 -28
- package/lib/esm/aigne-hub-model.js +0 -76
- package/lib/esm/aigne-hub-video-model.d.ts +0 -28
- package/lib/esm/aigne-hub-video-model.js +0 -85
- package/lib/esm/index.d.ts +0 -112
- package/lib/esm/index.js +0 -115
- package/lib/esm/package.json +0 -3
- package/lib/esm/utils/blocklet.d.ts +0 -1
- package/lib/esm/utils/blocklet.js +0 -12
- package/lib/esm/utils/constants.d.ts +0 -22
- package/lib/esm/utils/constants.js +0 -33
- package/lib/esm/utils/find-provider.js +0 -115
- package/lib/esm/utils/hub.d.ts +0 -16
- package/lib/esm/utils/hub.js +0 -27
- package/lib/esm/utils/model.d.ts +0 -52
- package/lib/esm/utils/model.js +0 -197
- package/lib/esm/utils/type.d.ts +0 -78
- package/lib/esm/utils/type.js +0 -17
package/CHANGELOG.md
DELETED
|
@@ -1,4238 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [0.10.17-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.17-beta...aigne-hub-v0.10.17-beta.1) (2026-01-20)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Dependencies
|
|
7
|
-
|
|
8
|
-
* The following workspace dependencies were updated
|
|
9
|
-
* dependencies
|
|
10
|
-
* @aigne/anthropic bumped to 0.14.17-beta
|
|
11
|
-
* @aigne/bedrock bumped to 0.10.22-beta
|
|
12
|
-
* @aigne/core bumped to 1.73.0-beta
|
|
13
|
-
* @aigne/deepseek bumped to 0.7.63-beta
|
|
14
|
-
* @aigne/doubao bumped to 1.3.1-beta
|
|
15
|
-
* @aigne/gemini bumped to 0.14.17-beta
|
|
16
|
-
* @aigne/ideogram bumped to 0.4.17-beta
|
|
17
|
-
* @aigne/ollama bumped to 0.7.63-beta
|
|
18
|
-
* @aigne/open-router bumped to 0.7.63-beta
|
|
19
|
-
* @aigne/openai bumped to 0.16.17-beta
|
|
20
|
-
* @aigne/poe bumped to 1.1.7-beta
|
|
21
|
-
* @aigne/transport bumped to 0.15.26-beta
|
|
22
|
-
* @aigne/xai bumped to 0.7.63-beta.1
|
|
23
|
-
* devDependencies
|
|
24
|
-
* @aigne/test-utils bumped to 0.5.70-beta
|
|
25
|
-
|
|
26
|
-
## [0.10.17-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16...aigne-hub-v0.10.17-beta) (2026-01-17)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
### Dependencies
|
|
30
|
-
|
|
31
|
-
* The following workspace dependencies were updated
|
|
32
|
-
* dependencies
|
|
33
|
-
* @aigne/xai bumped to 0.7.63-beta
|
|
34
|
-
|
|
35
|
-
## [0.10.16](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.31...aigne-hub-v0.10.16) (2026-01-16)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Dependencies
|
|
39
|
-
|
|
40
|
-
* The following workspace dependencies were updated
|
|
41
|
-
* dependencies
|
|
42
|
-
* @aigne/anthropic bumped to 0.14.16
|
|
43
|
-
* @aigne/bedrock bumped to 0.10.21
|
|
44
|
-
* @aigne/core bumped to 1.72.0
|
|
45
|
-
* @aigne/deepseek bumped to 0.7.62
|
|
46
|
-
* @aigne/doubao bumped to 1.3.0
|
|
47
|
-
* @aigne/gemini bumped to 0.14.16
|
|
48
|
-
* @aigne/ideogram bumped to 0.4.16
|
|
49
|
-
* @aigne/ollama bumped to 0.7.62
|
|
50
|
-
* @aigne/open-router bumped to 0.7.62
|
|
51
|
-
* @aigne/openai bumped to 0.16.16
|
|
52
|
-
* @aigne/platform-helpers bumped to 0.6.7
|
|
53
|
-
* @aigne/poe bumped to 1.1.6
|
|
54
|
-
* @aigne/transport bumped to 0.15.25
|
|
55
|
-
* @aigne/xai bumped to 0.7.62
|
|
56
|
-
* devDependencies
|
|
57
|
-
* @aigne/test-utils bumped to 0.5.69
|
|
58
|
-
|
|
59
|
-
## [0.10.16-beta.31](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.30...aigne-hub-v0.10.16-beta.31) (2026-01-16)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### Features
|
|
63
|
-
|
|
64
|
-
* 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))
|
|
65
|
-
* add models method to get available models for aigne hub model ([#532](https://github.com/AIGNE-io/aigne-framework/issues/532)) ([3248646](https://github.com/AIGNE-io/aigne-framework/commit/3248646d248aef5419273adc556bb1f13a7b2a02))
|
|
66
|
-
* 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))
|
|
67
|
-
* **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))
|
|
68
|
-
* 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))
|
|
69
|
-
* **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
|
|
70
|
-
* 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))
|
|
71
|
-
* 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))
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### Bug Fixes
|
|
75
|
-
|
|
76
|
-
* add configurable timeout for fetch requests and set 3min timeout for hub video model ([4eb7f3d](https://github.com/AIGNE-io/aigne-framework/commit/4eb7f3df590992742706197bcb48b4db35ccc948))
|
|
77
|
-
* add fetch utility with timeout and enhanced error handling ([#694](https://github.com/AIGNE-io/aigne-framework/issues/694)) ([c2d4076](https://github.com/AIGNE-io/aigne-framework/commit/c2d4076ec590150d2751591a4f723721f78381e9))
|
|
78
|
-
* add model for image mode input params ([#450](https://github.com/AIGNE-io/aigne-framework/issues/450)) ([3500a5a](https://github.com/AIGNE-io/aigne-framework/commit/3500a5ae5d420c7e735f2fa57729a9fe524320e8))
|
|
79
|
-
* 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))
|
|
80
|
-
* **blocklet:** tune observability detail list ux ([#618](https://github.com/AIGNE-io/aigne-framework/issues/618)) ([3ad83b6](https://github.com/AIGNE-io/aigne-framework/commit/3ad83b6be347831125806be7bee19294aa85ed58))
|
|
81
|
-
* bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
|
|
82
|
-
* bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
|
|
83
|
-
* bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
|
|
84
|
-
* bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
|
|
85
|
-
* bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
|
|
86
|
-
* **cli:** optimize app startup by restructuring CLI application loading ([#698](https://github.com/AIGNE-io/aigne-framework/issues/698)) ([20c5059](https://github.com/AIGNE-io/aigne-framework/commit/20c50591bbd9a958b29409eca3ede5e341db2b7d))
|
|
87
|
-
* **core:** add creditPrefix field to usage tracking ([#837](https://github.com/AIGNE-io/aigne-framework/issues/837)) ([9ef25e0](https://github.com/AIGNE-io/aigne-framework/commit/9ef25e0687b4e7b4ba39a27a35805f377f0979eb))
|
|
88
|
-
* **core:** added support for URL file type handling, expanding the range of supported file formats ([#671](https://github.com/AIGNE-io/aigne-framework/issues/671)) ([fea4519](https://github.com/AIGNE-io/aigne-framework/commit/fea45197e87cf7b19499c48b41626062824d1355))
|
|
89
|
-
* **core:** default enable auto breakpoints for chat model ([d4a6b83](https://github.com/AIGNE-io/aigne-framework/commit/d4a6b8323d6c83be45669885b32febb545bdf797))
|
|
90
|
-
* **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))
|
|
91
|
-
* improve model name parsing to handle complex model identifiers ([#654](https://github.com/AIGNE-io/aigne-framework/issues/654)) ([4b7faea](https://github.com/AIGNE-io/aigne-framework/commit/4b7faea97f33db34a51c49dde3d6c1cf2679f0cd))
|
|
92
|
-
* 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))
|
|
93
|
-
* **model:** normalize model names to support flexible provider/model format ([#712](https://github.com/AIGNE-io/aigne-framework/issues/712)) ([9f23755](https://github.com/AIGNE-io/aigne-framework/commit/9f23755406e1890e4523c778e71fd3d04c9f3e57))
|
|
94
|
-
* **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))
|
|
95
|
-
* **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))
|
|
96
|
-
* **models:** add provider inference for model params ([#759](https://github.com/AIGNE-io/aigne-framework/issues/759)) ([0b050ae](https://github.com/AIGNE-io/aigne-framework/commit/0b050ae5132c7fbdd80091a81b7e0d00b21a0da5))
|
|
97
|
-
* **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))
|
|
98
|
-
* **models:** apply dynamic model options resolution and use url output type ([#710](https://github.com/AIGNE-io/aigne-framework/issues/710)) ([1026034](https://github.com/AIGNE-io/aigne-framework/commit/102603402d8fa3ccd52e06f378a73f66ab7464ed))
|
|
99
|
-
* **models:** convert local image to base64 for image model ([#517](https://github.com/AIGNE-io/aigne-framework/issues/517)) ([c0bc971](https://github.com/AIGNE-io/aigne-framework/commit/c0bc971087ef6e1caa641a699aed391a24feb40d))
|
|
100
|
-
* **models:** convert local image to base64 for image model ([#517](https://github.com/AIGNE-io/aigne-framework/issues/517)) ([c0bc971](https://github.com/AIGNE-io/aigne-framework/commit/c0bc971087ef6e1caa641a699aed391a24feb40d))
|
|
101
|
-
* **models:** correct aigne-hub model list schema ([#886](https://github.com/AIGNE-io/aigne-framework/issues/886)) ([b626c7a](https://github.com/AIGNE-io/aigne-framework/commit/b626c7ae99aa948dd310df93dd55139b06157d77))
|
|
102
|
-
* **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))
|
|
103
|
-
* **observability:** add image/video model cost calculation and improve trace detail UX ([#683](https://github.com/AIGNE-io/aigne-framework/issues/683)) ([07964e4](https://github.com/AIGNE-io/aigne-framework/commit/07964e47d84636b49a291bfe5c1cc1c4dd31f722))
|
|
104
|
-
* 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))
|
|
105
|
-
* 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))
|
|
106
|
-
* standardize URL parameter naming from url to baseURL ([#593](https://github.com/AIGNE-io/aigne-framework/issues/593)) ([47efd4a](https://github.com/AIGNE-io/aigne-framework/commit/47efd4aad7130356a0c0bdf905acd8bc50453d26))
|
|
107
|
-
* **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))
|
|
108
|
-
* update aigne hub params ([#607](https://github.com/AIGNE-io/aigne-framework/issues/607)) ([9ea9e0b](https://github.com/AIGNE-io/aigne-framework/commit/9ea9e0bce7119abe496a463ecb779b120d48f4bc))
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
### Dependencies
|
|
112
|
-
|
|
113
|
-
* The following workspace dependencies were updated
|
|
114
|
-
* dependencies
|
|
115
|
-
* @aigne/anthropic bumped to 0.14.16-beta.27
|
|
116
|
-
* @aigne/bedrock bumped to 0.10.21-beta.25
|
|
117
|
-
* @aigne/core bumped to 1.72.0-beta.25
|
|
118
|
-
* @aigne/deepseek bumped to 0.7.62-beta.25
|
|
119
|
-
* @aigne/doubao bumped to 1.3.0-beta.24
|
|
120
|
-
* @aigne/gemini bumped to 0.14.16-beta.26
|
|
121
|
-
* @aigne/ideogram bumped to 0.4.16-beta.25
|
|
122
|
-
* @aigne/ollama bumped to 0.7.62-beta.25
|
|
123
|
-
* @aigne/open-router bumped to 0.7.62-beta.25
|
|
124
|
-
* @aigne/openai bumped to 0.16.16-beta.25
|
|
125
|
-
* @aigne/poe bumped to 1.1.6-beta.25
|
|
126
|
-
* @aigne/transport bumped to 0.15.25-beta.27
|
|
127
|
-
* @aigne/xai bumped to 0.7.62-beta.25
|
|
128
|
-
* devDependencies
|
|
129
|
-
* @aigne/test-utils bumped to 0.5.69-beta.25
|
|
130
|
-
|
|
131
|
-
## [0.10.16-beta.30](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.29...aigne-hub-v0.10.16-beta.30) (2026-01-16)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Dependencies
|
|
135
|
-
|
|
136
|
-
* The following workspace dependencies were updated
|
|
137
|
-
* dependencies
|
|
138
|
-
* @aigne/anthropic bumped to 0.14.16-beta.26
|
|
139
|
-
* @aigne/bedrock bumped to 0.10.21-beta.24
|
|
140
|
-
* @aigne/core bumped to 1.72.0-beta.24
|
|
141
|
-
* @aigne/deepseek bumped to 0.7.62-beta.24
|
|
142
|
-
* @aigne/doubao bumped to 1.3.0-beta.23
|
|
143
|
-
* @aigne/gemini bumped to 0.14.16-beta.25
|
|
144
|
-
* @aigne/ideogram bumped to 0.4.16-beta.24
|
|
145
|
-
* @aigne/ollama bumped to 0.7.62-beta.24
|
|
146
|
-
* @aigne/open-router bumped to 0.7.62-beta.24
|
|
147
|
-
* @aigne/openai bumped to 0.16.16-beta.24
|
|
148
|
-
* @aigne/poe bumped to 1.1.6-beta.24
|
|
149
|
-
* @aigne/transport bumped to 0.15.25-beta.26
|
|
150
|
-
* @aigne/xai bumped to 0.7.62-beta.24
|
|
151
|
-
* devDependencies
|
|
152
|
-
* @aigne/test-utils bumped to 0.5.69-beta.24
|
|
153
|
-
|
|
154
|
-
## [0.10.16-beta.29](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.28...aigne-hub-v0.10.16-beta.29) (2026-01-15)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### Dependencies
|
|
158
|
-
|
|
159
|
-
* The following workspace dependencies were updated
|
|
160
|
-
* dependencies
|
|
161
|
-
* @aigne/anthropic bumped to 0.14.16-beta.25
|
|
162
|
-
* @aigne/bedrock bumped to 0.10.21-beta.23
|
|
163
|
-
* @aigne/core bumped to 1.72.0-beta.23
|
|
164
|
-
* @aigne/deepseek bumped to 0.7.62-beta.23
|
|
165
|
-
* @aigne/doubao bumped to 1.3.0-beta.22
|
|
166
|
-
* @aigne/gemini bumped to 0.14.16-beta.24
|
|
167
|
-
* @aigne/ideogram bumped to 0.4.16-beta.23
|
|
168
|
-
* @aigne/ollama bumped to 0.7.62-beta.23
|
|
169
|
-
* @aigne/open-router bumped to 0.7.62-beta.23
|
|
170
|
-
* @aigne/openai bumped to 0.16.16-beta.23
|
|
171
|
-
* @aigne/poe bumped to 1.1.6-beta.23
|
|
172
|
-
* @aigne/transport bumped to 0.15.25-beta.25
|
|
173
|
-
* @aigne/xai bumped to 0.7.62-beta.23
|
|
174
|
-
* devDependencies
|
|
175
|
-
* @aigne/test-utils bumped to 0.5.69-beta.23
|
|
176
|
-
|
|
177
|
-
## [0.10.16-beta.28](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.27...aigne-hub-v0.10.16-beta.28) (2026-01-15)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
### Dependencies
|
|
181
|
-
|
|
182
|
-
* The following workspace dependencies were updated
|
|
183
|
-
* dependencies
|
|
184
|
-
* @aigne/anthropic bumped to 0.14.16-beta.24
|
|
185
|
-
* @aigne/bedrock bumped to 0.10.21-beta.22
|
|
186
|
-
* @aigne/core bumped to 1.72.0-beta.22
|
|
187
|
-
* @aigne/deepseek bumped to 0.7.62-beta.22
|
|
188
|
-
* @aigne/doubao bumped to 1.3.0-beta.21
|
|
189
|
-
* @aigne/gemini bumped to 0.14.16-beta.23
|
|
190
|
-
* @aigne/ideogram bumped to 0.4.16-beta.22
|
|
191
|
-
* @aigne/ollama bumped to 0.7.62-beta.22
|
|
192
|
-
* @aigne/open-router bumped to 0.7.62-beta.22
|
|
193
|
-
* @aigne/openai bumped to 0.16.16-beta.22
|
|
194
|
-
* @aigne/poe bumped to 1.1.6-beta.22
|
|
195
|
-
* @aigne/transport bumped to 0.15.25-beta.24
|
|
196
|
-
* @aigne/xai bumped to 0.7.62-beta.22
|
|
197
|
-
* devDependencies
|
|
198
|
-
* @aigne/test-utils bumped to 0.5.69-beta.22
|
|
199
|
-
|
|
200
|
-
## [0.10.16-beta.27](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.26...aigne-hub-v0.10.16-beta.27) (2026-01-15)
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### Dependencies
|
|
204
|
-
|
|
205
|
-
* The following workspace dependencies were updated
|
|
206
|
-
* dependencies
|
|
207
|
-
* @aigne/anthropic bumped to 0.14.16-beta.23
|
|
208
|
-
* @aigne/bedrock bumped to 0.10.21-beta.21
|
|
209
|
-
* @aigne/core bumped to 1.72.0-beta.21
|
|
210
|
-
* @aigne/deepseek bumped to 0.7.62-beta.21
|
|
211
|
-
* @aigne/doubao bumped to 1.3.0-beta.20
|
|
212
|
-
* @aigne/gemini bumped to 0.14.16-beta.22
|
|
213
|
-
* @aigne/ideogram bumped to 0.4.16-beta.21
|
|
214
|
-
* @aigne/ollama bumped to 0.7.62-beta.21
|
|
215
|
-
* @aigne/open-router bumped to 0.7.62-beta.21
|
|
216
|
-
* @aigne/openai bumped to 0.16.16-beta.21
|
|
217
|
-
* @aigne/poe bumped to 1.1.6-beta.21
|
|
218
|
-
* @aigne/transport bumped to 0.15.25-beta.23
|
|
219
|
-
* @aigne/xai bumped to 0.7.62-beta.21
|
|
220
|
-
* devDependencies
|
|
221
|
-
* @aigne/test-utils bumped to 0.5.69-beta.21
|
|
222
|
-
|
|
223
|
-
## [0.10.16-beta.26](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.25...aigne-hub-v0.10.16-beta.26) (2026-01-15)
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### Dependencies
|
|
227
|
-
|
|
228
|
-
* The following workspace dependencies were updated
|
|
229
|
-
* dependencies
|
|
230
|
-
* @aigne/anthropic bumped to 0.14.16-beta.22
|
|
231
|
-
* @aigne/bedrock bumped to 0.10.21-beta.20
|
|
232
|
-
* @aigne/core bumped to 1.72.0-beta.20
|
|
233
|
-
* @aigne/deepseek bumped to 0.7.62-beta.20
|
|
234
|
-
* @aigne/doubao bumped to 1.3.0-beta.19
|
|
235
|
-
* @aigne/gemini bumped to 0.14.16-beta.21
|
|
236
|
-
* @aigne/ideogram bumped to 0.4.16-beta.20
|
|
237
|
-
* @aigne/ollama bumped to 0.7.62-beta.20
|
|
238
|
-
* @aigne/open-router bumped to 0.7.62-beta.20
|
|
239
|
-
* @aigne/openai bumped to 0.16.16-beta.20
|
|
240
|
-
* @aigne/poe bumped to 1.1.6-beta.20
|
|
241
|
-
* @aigne/transport bumped to 0.15.25-beta.22
|
|
242
|
-
* @aigne/xai bumped to 0.7.62-beta.20
|
|
243
|
-
* devDependencies
|
|
244
|
-
* @aigne/test-utils bumped to 0.5.69-beta.20
|
|
245
|
-
|
|
246
|
-
## [0.10.16-beta.25](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.24...aigne-hub-v0.10.16-beta.25) (2026-01-14)
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
### Bug Fixes
|
|
250
|
-
|
|
251
|
-
* 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))
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
### Dependencies
|
|
255
|
-
|
|
256
|
-
* The following workspace dependencies were updated
|
|
257
|
-
* dependencies
|
|
258
|
-
* @aigne/anthropic bumped to 0.14.16-beta.21
|
|
259
|
-
* @aigne/bedrock bumped to 0.10.21-beta.19
|
|
260
|
-
* @aigne/core bumped to 1.72.0-beta.19
|
|
261
|
-
* @aigne/deepseek bumped to 0.7.62-beta.19
|
|
262
|
-
* @aigne/doubao bumped to 1.3.0-beta.18
|
|
263
|
-
* @aigne/gemini bumped to 0.14.16-beta.20
|
|
264
|
-
* @aigne/ideogram bumped to 0.4.16-beta.19
|
|
265
|
-
* @aigne/ollama bumped to 0.7.62-beta.19
|
|
266
|
-
* @aigne/open-router bumped to 0.7.62-beta.19
|
|
267
|
-
* @aigne/openai bumped to 0.16.16-beta.19
|
|
268
|
-
* @aigne/platform-helpers bumped to 0.6.7-beta.2
|
|
269
|
-
* @aigne/poe bumped to 1.1.6-beta.19
|
|
270
|
-
* @aigne/transport bumped to 0.15.25-beta.21
|
|
271
|
-
* @aigne/xai bumped to 0.7.62-beta.19
|
|
272
|
-
* devDependencies
|
|
273
|
-
* @aigne/test-utils bumped to 0.5.69-beta.19
|
|
274
|
-
|
|
275
|
-
## [0.10.16-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.23...aigne-hub-v0.10.16-beta.24) (2026-01-13)
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
### Dependencies
|
|
279
|
-
|
|
280
|
-
* The following workspace dependencies were updated
|
|
281
|
-
* dependencies
|
|
282
|
-
* @aigne/anthropic bumped to 0.14.16-beta.20
|
|
283
|
-
|
|
284
|
-
## [0.10.16-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.22...aigne-hub-v0.10.16-beta.23) (2026-01-13)
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
### Dependencies
|
|
288
|
-
|
|
289
|
-
* The following workspace dependencies were updated
|
|
290
|
-
* dependencies
|
|
291
|
-
* @aigne/anthropic bumped to 0.14.16-beta.19
|
|
292
|
-
* @aigne/bedrock bumped to 0.10.21-beta.18
|
|
293
|
-
* @aigne/core bumped to 1.72.0-beta.18
|
|
294
|
-
* @aigne/deepseek bumped to 0.7.62-beta.18
|
|
295
|
-
* @aigne/doubao bumped to 1.3.0-beta.17
|
|
296
|
-
* @aigne/gemini bumped to 0.14.16-beta.19
|
|
297
|
-
* @aigne/ideogram bumped to 0.4.16-beta.18
|
|
298
|
-
* @aigne/ollama bumped to 0.7.62-beta.18
|
|
299
|
-
* @aigne/open-router bumped to 0.7.62-beta.18
|
|
300
|
-
* @aigne/openai bumped to 0.16.16-beta.18
|
|
301
|
-
* @aigne/poe bumped to 1.1.6-beta.18
|
|
302
|
-
* @aigne/transport bumped to 0.15.25-beta.20
|
|
303
|
-
* @aigne/xai bumped to 0.7.62-beta.18
|
|
304
|
-
* devDependencies
|
|
305
|
-
* @aigne/test-utils bumped to 0.5.69-beta.18
|
|
306
|
-
|
|
307
|
-
## [0.10.16-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.21...aigne-hub-v0.10.16-beta.22) (2026-01-12)
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
### Dependencies
|
|
311
|
-
|
|
312
|
-
* The following workspace dependencies were updated
|
|
313
|
-
* dependencies
|
|
314
|
-
* @aigne/anthropic bumped to 0.14.16-beta.18
|
|
315
|
-
* @aigne/bedrock bumped to 0.10.21-beta.17
|
|
316
|
-
* @aigne/core bumped to 1.72.0-beta.17
|
|
317
|
-
* @aigne/deepseek bumped to 0.7.62-beta.17
|
|
318
|
-
* @aigne/doubao bumped to 1.3.0-beta.16
|
|
319
|
-
* @aigne/gemini bumped to 0.14.16-beta.18
|
|
320
|
-
* @aigne/ideogram bumped to 0.4.16-beta.17
|
|
321
|
-
* @aigne/ollama bumped to 0.7.62-beta.17
|
|
322
|
-
* @aigne/open-router bumped to 0.7.62-beta.17
|
|
323
|
-
* @aigne/openai bumped to 0.16.16-beta.17
|
|
324
|
-
* @aigne/poe bumped to 1.1.6-beta.17
|
|
325
|
-
* @aigne/transport bumped to 0.15.25-beta.19
|
|
326
|
-
* @aigne/xai bumped to 0.7.62-beta.17
|
|
327
|
-
* devDependencies
|
|
328
|
-
* @aigne/test-utils bumped to 0.5.69-beta.17
|
|
329
|
-
|
|
330
|
-
## [0.10.16-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.20...aigne-hub-v0.10.16-beta.21) (2026-01-12)
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
### Dependencies
|
|
334
|
-
|
|
335
|
-
* The following workspace dependencies were updated
|
|
336
|
-
* dependencies
|
|
337
|
-
* @aigne/anthropic bumped to 0.14.16-beta.17
|
|
338
|
-
* @aigne/bedrock bumped to 0.10.21-beta.16
|
|
339
|
-
* @aigne/core bumped to 1.72.0-beta.16
|
|
340
|
-
* @aigne/deepseek bumped to 0.7.62-beta.16
|
|
341
|
-
* @aigne/doubao bumped to 1.3.0-beta.15
|
|
342
|
-
* @aigne/gemini bumped to 0.14.16-beta.17
|
|
343
|
-
* @aigne/ideogram bumped to 0.4.16-beta.16
|
|
344
|
-
* @aigne/ollama bumped to 0.7.62-beta.16
|
|
345
|
-
* @aigne/open-router bumped to 0.7.62-beta.16
|
|
346
|
-
* @aigne/openai bumped to 0.16.16-beta.16
|
|
347
|
-
* @aigne/poe bumped to 1.1.6-beta.16
|
|
348
|
-
* @aigne/transport bumped to 0.15.25-beta.18
|
|
349
|
-
* @aigne/xai bumped to 0.7.62-beta.16
|
|
350
|
-
* devDependencies
|
|
351
|
-
* @aigne/test-utils bumped to 0.5.69-beta.16
|
|
352
|
-
|
|
353
|
-
## [0.10.16-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.19...aigne-hub-v0.10.16-beta.20) (2026-01-10)
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
### Dependencies
|
|
357
|
-
|
|
358
|
-
* The following workspace dependencies were updated
|
|
359
|
-
* dependencies
|
|
360
|
-
* @aigne/anthropic bumped to 0.14.16-beta.16
|
|
361
|
-
* @aigne/bedrock bumped to 0.10.21-beta.15
|
|
362
|
-
* @aigne/core bumped to 1.72.0-beta.15
|
|
363
|
-
* @aigne/deepseek bumped to 0.7.62-beta.15
|
|
364
|
-
* @aigne/doubao bumped to 1.3.0-beta.14
|
|
365
|
-
* @aigne/gemini bumped to 0.14.16-beta.16
|
|
366
|
-
* @aigne/ideogram bumped to 0.4.16-beta.15
|
|
367
|
-
* @aigne/ollama bumped to 0.7.62-beta.15
|
|
368
|
-
* @aigne/open-router bumped to 0.7.62-beta.15
|
|
369
|
-
* @aigne/openai bumped to 0.16.16-beta.15
|
|
370
|
-
* @aigne/poe bumped to 1.1.6-beta.15
|
|
371
|
-
* @aigne/transport bumped to 0.15.25-beta.17
|
|
372
|
-
* @aigne/xai bumped to 0.7.62-beta.15
|
|
373
|
-
* devDependencies
|
|
374
|
-
* @aigne/test-utils bumped to 0.5.69-beta.15
|
|
375
|
-
|
|
376
|
-
## [0.10.16-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.18...aigne-hub-v0.10.16-beta.19) (2026-01-09)
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
### Bug Fixes
|
|
380
|
-
|
|
381
|
-
* **core:** default enable auto breakpoints for chat model ([d4a6b83](https://github.com/AIGNE-io/aigne-framework/commit/d4a6b8323d6c83be45669885b32febb545bdf797))
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
### Dependencies
|
|
385
|
-
|
|
386
|
-
* The following workspace dependencies were updated
|
|
387
|
-
* dependencies
|
|
388
|
-
* @aigne/anthropic bumped to 0.14.16-beta.15
|
|
389
|
-
* @aigne/bedrock bumped to 0.10.21-beta.14
|
|
390
|
-
* @aigne/core bumped to 1.72.0-beta.14
|
|
391
|
-
* @aigne/deepseek bumped to 0.7.62-beta.14
|
|
392
|
-
* @aigne/doubao bumped to 1.3.0-beta.13
|
|
393
|
-
* @aigne/gemini bumped to 0.14.16-beta.15
|
|
394
|
-
* @aigne/ideogram bumped to 0.4.16-beta.14
|
|
395
|
-
* @aigne/ollama bumped to 0.7.62-beta.14
|
|
396
|
-
* @aigne/open-router bumped to 0.7.62-beta.14
|
|
397
|
-
* @aigne/openai bumped to 0.16.16-beta.14
|
|
398
|
-
* @aigne/poe bumped to 1.1.6-beta.14
|
|
399
|
-
* @aigne/transport bumped to 0.15.25-beta.16
|
|
400
|
-
* @aigne/xai bumped to 0.7.62-beta.14
|
|
401
|
-
* devDependencies
|
|
402
|
-
* @aigne/test-utils bumped to 0.5.69-beta.14
|
|
403
|
-
|
|
404
|
-
## [0.10.16-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.17...aigne-hub-v0.10.16-beta.18) (2026-01-08)
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
### Bug Fixes
|
|
408
|
-
|
|
409
|
-
* **models:** correct aigne-hub model list schema ([#886](https://github.com/AIGNE-io/aigne-framework/issues/886)) ([b626c7a](https://github.com/AIGNE-io/aigne-framework/commit/b626c7ae99aa948dd310df93dd55139b06157d77))
|
|
410
|
-
|
|
411
|
-
## [0.10.16-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.16...aigne-hub-v0.10.16-beta.17) (2026-01-08)
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
### Bug Fixes
|
|
415
|
-
|
|
416
|
-
* bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
### Dependencies
|
|
420
|
-
|
|
421
|
-
* The following workspace dependencies were updated
|
|
422
|
-
* dependencies
|
|
423
|
-
* @aigne/anthropic bumped to 0.14.16-beta.14
|
|
424
|
-
* @aigne/bedrock bumped to 0.10.21-beta.13
|
|
425
|
-
* @aigne/core bumped to 1.72.0-beta.13
|
|
426
|
-
* @aigne/deepseek bumped to 0.7.62-beta.13
|
|
427
|
-
* @aigne/doubao bumped to 1.3.0-beta.12
|
|
428
|
-
* @aigne/gemini bumped to 0.14.16-beta.14
|
|
429
|
-
* @aigne/ideogram bumped to 0.4.16-beta.13
|
|
430
|
-
* @aigne/ollama bumped to 0.7.62-beta.13
|
|
431
|
-
* @aigne/open-router bumped to 0.7.62-beta.13
|
|
432
|
-
* @aigne/openai bumped to 0.16.16-beta.13
|
|
433
|
-
* @aigne/platform-helpers bumped to 0.6.7-beta.1
|
|
434
|
-
* @aigne/poe bumped to 1.1.6-beta.13
|
|
435
|
-
* @aigne/transport bumped to 0.15.25-beta.15
|
|
436
|
-
* @aigne/xai bumped to 0.7.62-beta.13
|
|
437
|
-
* devDependencies
|
|
438
|
-
* @aigne/test-utils bumped to 0.5.69-beta.13
|
|
439
|
-
|
|
440
|
-
## [0.10.16-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.15...aigne-hub-v0.10.16-beta.16) (2026-01-07)
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
### Dependencies
|
|
444
|
-
|
|
445
|
-
* The following workspace dependencies were updated
|
|
446
|
-
* dependencies
|
|
447
|
-
* @aigne/anthropic bumped to 0.14.16-beta.13
|
|
448
|
-
* @aigne/bedrock bumped to 0.10.21-beta.12
|
|
449
|
-
* @aigne/core bumped to 1.72.0-beta.12
|
|
450
|
-
* @aigne/deepseek bumped to 0.7.62-beta.12
|
|
451
|
-
* @aigne/doubao bumped to 1.3.0-beta.11
|
|
452
|
-
* @aigne/gemini bumped to 0.14.16-beta.13
|
|
453
|
-
* @aigne/ideogram bumped to 0.4.16-beta.12
|
|
454
|
-
* @aigne/ollama bumped to 0.7.62-beta.12
|
|
455
|
-
* @aigne/open-router bumped to 0.7.62-beta.12
|
|
456
|
-
* @aigne/openai bumped to 0.16.16-beta.12
|
|
457
|
-
* @aigne/poe bumped to 1.1.6-beta.12
|
|
458
|
-
* @aigne/transport bumped to 0.15.25-beta.14
|
|
459
|
-
* @aigne/xai bumped to 0.7.62-beta.12
|
|
460
|
-
* devDependencies
|
|
461
|
-
* @aigne/test-utils bumped to 0.5.69-beta.12
|
|
462
|
-
|
|
463
|
-
## [0.10.16-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.14...aigne-hub-v0.10.16-beta.15) (2026-01-06)
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
### Dependencies
|
|
467
|
-
|
|
468
|
-
* The following workspace dependencies were updated
|
|
469
|
-
* dependencies
|
|
470
|
-
* @aigne/anthropic bumped to 0.14.16-beta.12
|
|
471
|
-
* @aigne/bedrock bumped to 0.10.21-beta.11
|
|
472
|
-
* @aigne/core bumped to 1.72.0-beta.11
|
|
473
|
-
* @aigne/deepseek bumped to 0.7.62-beta.11
|
|
474
|
-
* @aigne/doubao bumped to 1.3.0-beta.10
|
|
475
|
-
* @aigne/gemini bumped to 0.14.16-beta.12
|
|
476
|
-
* @aigne/ideogram bumped to 0.4.16-beta.11
|
|
477
|
-
* @aigne/ollama bumped to 0.7.62-beta.11
|
|
478
|
-
* @aigne/open-router bumped to 0.7.62-beta.11
|
|
479
|
-
* @aigne/openai bumped to 0.16.16-beta.11
|
|
480
|
-
* @aigne/poe bumped to 1.1.6-beta.11
|
|
481
|
-
* @aigne/transport bumped to 0.15.25-beta.13
|
|
482
|
-
* @aigne/xai bumped to 0.7.62-beta.11
|
|
483
|
-
* devDependencies
|
|
484
|
-
* @aigne/test-utils bumped to 0.5.69-beta.11
|
|
485
|
-
|
|
486
|
-
## [0.10.16-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.13...aigne-hub-v0.10.16-beta.14) (2026-01-06)
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
### Dependencies
|
|
490
|
-
|
|
491
|
-
* The following workspace dependencies were updated
|
|
492
|
-
* dependencies
|
|
493
|
-
* @aigne/anthropic bumped to 0.14.16-beta.11
|
|
494
|
-
* @aigne/bedrock bumped to 0.10.21-beta.10
|
|
495
|
-
* @aigne/core bumped to 1.72.0-beta.10
|
|
496
|
-
* @aigne/deepseek bumped to 0.7.62-beta.10
|
|
497
|
-
* @aigne/doubao bumped to 1.3.0-beta.9
|
|
498
|
-
* @aigne/gemini bumped to 0.14.16-beta.11
|
|
499
|
-
* @aigne/ideogram bumped to 0.4.16-beta.10
|
|
500
|
-
* @aigne/ollama bumped to 0.7.62-beta.10
|
|
501
|
-
* @aigne/open-router bumped to 0.7.62-beta.10
|
|
502
|
-
* @aigne/openai bumped to 0.16.16-beta.10
|
|
503
|
-
* @aigne/poe bumped to 1.1.6-beta.10
|
|
504
|
-
* @aigne/transport bumped to 0.15.25-beta.12
|
|
505
|
-
* @aigne/xai bumped to 0.7.62-beta.10
|
|
506
|
-
* devDependencies
|
|
507
|
-
* @aigne/test-utils bumped to 0.5.69-beta.10
|
|
508
|
-
|
|
509
|
-
## [0.10.16-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.12...aigne-hub-v0.10.16-beta.13) (2026-01-02)
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
### Dependencies
|
|
513
|
-
|
|
514
|
-
* The following workspace dependencies were updated
|
|
515
|
-
* dependencies
|
|
516
|
-
* @aigne/anthropic bumped to 0.14.16-beta.10
|
|
517
|
-
* @aigne/bedrock bumped to 0.10.21-beta.9
|
|
518
|
-
* @aigne/core bumped to 1.72.0-beta.9
|
|
519
|
-
* @aigne/deepseek bumped to 0.7.62-beta.9
|
|
520
|
-
* @aigne/doubao bumped to 1.3.0-beta.8
|
|
521
|
-
* @aigne/gemini bumped to 0.14.16-beta.10
|
|
522
|
-
* @aigne/ideogram bumped to 0.4.16-beta.9
|
|
523
|
-
* @aigne/ollama bumped to 0.7.62-beta.9
|
|
524
|
-
* @aigne/open-router bumped to 0.7.62-beta.9
|
|
525
|
-
* @aigne/openai bumped to 0.16.16-beta.9
|
|
526
|
-
* @aigne/poe bumped to 1.1.6-beta.9
|
|
527
|
-
* @aigne/transport bumped to 0.15.25-beta.11
|
|
528
|
-
* @aigne/xai bumped to 0.7.62-beta.9
|
|
529
|
-
* devDependencies
|
|
530
|
-
* @aigne/test-utils bumped to 0.5.69-beta.9
|
|
531
|
-
|
|
532
|
-
## [0.10.16-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.11...aigne-hub-v0.10.16-beta.12) (2025-12-31)
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
### Dependencies
|
|
536
|
-
|
|
537
|
-
* The following workspace dependencies were updated
|
|
538
|
-
* dependencies
|
|
539
|
-
* @aigne/anthropic bumped to 0.14.16-beta.9
|
|
540
|
-
* @aigne/bedrock bumped to 0.10.21-beta.8
|
|
541
|
-
* @aigne/core bumped to 1.72.0-beta.8
|
|
542
|
-
* @aigne/deepseek bumped to 0.7.62-beta.8
|
|
543
|
-
* @aigne/doubao bumped to 1.3.0-beta.7
|
|
544
|
-
* @aigne/gemini bumped to 0.14.16-beta.9
|
|
545
|
-
* @aigne/ideogram bumped to 0.4.16-beta.8
|
|
546
|
-
* @aigne/ollama bumped to 0.7.62-beta.8
|
|
547
|
-
* @aigne/open-router bumped to 0.7.62-beta.8
|
|
548
|
-
* @aigne/openai bumped to 0.16.16-beta.8
|
|
549
|
-
* @aigne/poe bumped to 1.1.6-beta.8
|
|
550
|
-
* @aigne/transport bumped to 0.15.25-beta.10
|
|
551
|
-
* @aigne/xai bumped to 0.7.62-beta.8
|
|
552
|
-
* devDependencies
|
|
553
|
-
* @aigne/test-utils bumped to 0.5.69-beta.8
|
|
554
|
-
|
|
555
|
-
## [0.10.16-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.10...aigne-hub-v0.10.16-beta.11) (2025-12-26)
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
### Dependencies
|
|
559
|
-
|
|
560
|
-
* The following workspace dependencies were updated
|
|
561
|
-
* dependencies
|
|
562
|
-
* @aigne/transport bumped to 0.15.25-beta.9
|
|
563
|
-
|
|
564
|
-
## [0.10.16-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.9...aigne-hub-v0.10.16-beta.10) (2025-12-26)
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
### Dependencies
|
|
568
|
-
|
|
569
|
-
* The following workspace dependencies were updated
|
|
570
|
-
* dependencies
|
|
571
|
-
* @aigne/anthropic bumped to 0.14.16-beta.8
|
|
572
|
-
* @aigne/bedrock bumped to 0.10.21-beta.7
|
|
573
|
-
* @aigne/core bumped to 1.72.0-beta.7
|
|
574
|
-
* @aigne/deepseek bumped to 0.7.62-beta.7
|
|
575
|
-
* @aigne/doubao bumped to 1.3.0-beta.6
|
|
576
|
-
* @aigne/gemini bumped to 0.14.16-beta.8
|
|
577
|
-
* @aigne/ideogram bumped to 0.4.16-beta.7
|
|
578
|
-
* @aigne/ollama bumped to 0.7.62-beta.7
|
|
579
|
-
* @aigne/open-router bumped to 0.7.62-beta.7
|
|
580
|
-
* @aigne/openai bumped to 0.16.16-beta.7
|
|
581
|
-
* @aigne/poe bumped to 1.1.6-beta.7
|
|
582
|
-
* @aigne/transport bumped to 0.15.25-beta.8
|
|
583
|
-
* @aigne/xai bumped to 0.7.62-beta.7
|
|
584
|
-
* devDependencies
|
|
585
|
-
* @aigne/test-utils bumped to 0.5.69-beta.7
|
|
586
|
-
|
|
587
|
-
## [0.10.16-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.8...aigne-hub-v0.10.16-beta.9) (2025-12-25)
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
### Dependencies
|
|
591
|
-
|
|
592
|
-
* The following workspace dependencies were updated
|
|
593
|
-
* dependencies
|
|
594
|
-
* @aigne/anthropic bumped to 0.14.16-beta.7
|
|
595
|
-
* @aigne/bedrock bumped to 0.10.21-beta.6
|
|
596
|
-
* @aigne/core bumped to 1.72.0-beta.6
|
|
597
|
-
* @aigne/deepseek bumped to 0.7.62-beta.6
|
|
598
|
-
* @aigne/doubao bumped to 1.3.0-beta.5
|
|
599
|
-
* @aigne/gemini bumped to 0.14.16-beta.7
|
|
600
|
-
* @aigne/ideogram bumped to 0.4.16-beta.6
|
|
601
|
-
* @aigne/ollama bumped to 0.7.62-beta.6
|
|
602
|
-
* @aigne/open-router bumped to 0.7.62-beta.6
|
|
603
|
-
* @aigne/openai bumped to 0.16.16-beta.6
|
|
604
|
-
* @aigne/poe bumped to 1.1.6-beta.6
|
|
605
|
-
* @aigne/transport bumped to 0.15.25-beta.7
|
|
606
|
-
* @aigne/xai bumped to 0.7.62-beta.6
|
|
607
|
-
* devDependencies
|
|
608
|
-
* @aigne/test-utils bumped to 0.5.69-beta.6
|
|
609
|
-
|
|
610
|
-
## [0.10.16-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.7...aigne-hub-v0.10.16-beta.8) (2025-12-25)
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
### Dependencies
|
|
614
|
-
|
|
615
|
-
* The following workspace dependencies were updated
|
|
616
|
-
* dependencies
|
|
617
|
-
* @aigne/anthropic bumped to 0.14.16-beta.6
|
|
618
|
-
|
|
619
|
-
## [0.10.16-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.6...aigne-hub-v0.10.16-beta.7) (2025-12-25)
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
### Dependencies
|
|
623
|
-
|
|
624
|
-
* The following workspace dependencies were updated
|
|
625
|
-
* dependencies
|
|
626
|
-
* @aigne/transport bumped to 0.15.25-beta.6
|
|
627
|
-
|
|
628
|
-
## [0.10.16-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.5...aigne-hub-v0.10.16-beta.6) (2025-12-25)
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
### Dependencies
|
|
632
|
-
|
|
633
|
-
* The following workspace dependencies were updated
|
|
634
|
-
* dependencies
|
|
635
|
-
* @aigne/anthropic bumped to 0.14.16-beta.5
|
|
636
|
-
* @aigne/bedrock bumped to 0.10.21-beta.5
|
|
637
|
-
* @aigne/core bumped to 1.72.0-beta.5
|
|
638
|
-
* @aigne/deepseek bumped to 0.7.62-beta.5
|
|
639
|
-
* @aigne/doubao bumped to 1.3.0-beta.4
|
|
640
|
-
* @aigne/gemini bumped to 0.14.16-beta.6
|
|
641
|
-
* @aigne/ideogram bumped to 0.4.16-beta.5
|
|
642
|
-
* @aigne/ollama bumped to 0.7.62-beta.5
|
|
643
|
-
* @aigne/open-router bumped to 0.7.62-beta.5
|
|
644
|
-
* @aigne/openai bumped to 0.16.16-beta.5
|
|
645
|
-
* @aigne/poe bumped to 1.1.6-beta.5
|
|
646
|
-
* @aigne/transport bumped to 0.15.25-beta.5
|
|
647
|
-
* @aigne/xai bumped to 0.7.62-beta.5
|
|
648
|
-
* devDependencies
|
|
649
|
-
* @aigne/test-utils bumped to 0.5.69-beta.5
|
|
650
|
-
|
|
651
|
-
## [0.10.16-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.4...aigne-hub-v0.10.16-beta.5) (2025-12-24)
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
### Dependencies
|
|
655
|
-
|
|
656
|
-
* The following workspace dependencies were updated
|
|
657
|
-
* dependencies
|
|
658
|
-
* @aigne/anthropic bumped to 0.14.16-beta.4
|
|
659
|
-
* @aigne/bedrock bumped to 0.10.21-beta.4
|
|
660
|
-
* @aigne/core bumped to 1.72.0-beta.4
|
|
661
|
-
* @aigne/deepseek bumped to 0.7.62-beta.4
|
|
662
|
-
* @aigne/doubao bumped to 1.3.0-beta.3
|
|
663
|
-
* @aigne/gemini bumped to 0.14.16-beta.5
|
|
664
|
-
* @aigne/ideogram bumped to 0.4.16-beta.4
|
|
665
|
-
* @aigne/ollama bumped to 0.7.62-beta.4
|
|
666
|
-
* @aigne/open-router bumped to 0.7.62-beta.4
|
|
667
|
-
* @aigne/openai bumped to 0.16.16-beta.4
|
|
668
|
-
* @aigne/poe bumped to 1.1.6-beta.4
|
|
669
|
-
* @aigne/transport bumped to 0.15.25-beta.4
|
|
670
|
-
* @aigne/xai bumped to 0.7.62-beta.4
|
|
671
|
-
* devDependencies
|
|
672
|
-
* @aigne/test-utils bumped to 0.5.69-beta.4
|
|
673
|
-
|
|
674
|
-
## [0.10.16-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.3...aigne-hub-v0.10.16-beta.4) (2025-12-22)
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
### Dependencies
|
|
678
|
-
|
|
679
|
-
* The following workspace dependencies were updated
|
|
680
|
-
* dependencies
|
|
681
|
-
* @aigne/gemini bumped to 0.14.16-beta.4
|
|
682
|
-
|
|
683
|
-
## [0.10.16-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.2...aigne-hub-v0.10.16-beta.3) (2025-12-19)
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
### Dependencies
|
|
687
|
-
|
|
688
|
-
* The following workspace dependencies were updated
|
|
689
|
-
* dependencies
|
|
690
|
-
* @aigne/anthropic bumped to 0.14.16-beta.3
|
|
691
|
-
* @aigne/bedrock bumped to 0.10.21-beta.3
|
|
692
|
-
* @aigne/core bumped to 1.72.0-beta.3
|
|
693
|
-
* @aigne/deepseek bumped to 0.7.62-beta.3
|
|
694
|
-
* @aigne/doubao bumped to 1.3.0-beta.2
|
|
695
|
-
* @aigne/gemini bumped to 0.14.16-beta.3
|
|
696
|
-
* @aigne/ideogram bumped to 0.4.16-beta.3
|
|
697
|
-
* @aigne/ollama bumped to 0.7.62-beta.3
|
|
698
|
-
* @aigne/open-router bumped to 0.7.62-beta.3
|
|
699
|
-
* @aigne/openai bumped to 0.16.16-beta.3
|
|
700
|
-
* @aigne/poe bumped to 1.1.6-beta.3
|
|
701
|
-
* @aigne/transport bumped to 0.15.25-beta.3
|
|
702
|
-
* @aigne/xai bumped to 0.7.62-beta.3
|
|
703
|
-
* devDependencies
|
|
704
|
-
* @aigne/test-utils bumped to 0.5.69-beta.3
|
|
705
|
-
|
|
706
|
-
## [0.10.16-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta.1...aigne-hub-v0.10.16-beta.2) (2025-12-19)
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
### Bug Fixes
|
|
710
|
-
|
|
711
|
-
* **core:** add creditPrefix field to usage tracking ([#837](https://github.com/AIGNE-io/aigne-framework/issues/837)) ([9ef25e0](https://github.com/AIGNE-io/aigne-framework/commit/9ef25e0687b4e7b4ba39a27a35805f377f0979eb))
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
### Dependencies
|
|
715
|
-
|
|
716
|
-
* The following workspace dependencies were updated
|
|
717
|
-
* dependencies
|
|
718
|
-
* @aigne/anthropic bumped to 0.14.16-beta.2
|
|
719
|
-
* @aigne/bedrock bumped to 0.10.21-beta.2
|
|
720
|
-
* @aigne/core bumped to 1.72.0-beta.2
|
|
721
|
-
* @aigne/deepseek bumped to 0.7.62-beta.2
|
|
722
|
-
* @aigne/doubao bumped to 1.2.6-beta.2
|
|
723
|
-
* @aigne/gemini bumped to 0.14.16-beta.2
|
|
724
|
-
* @aigne/ideogram bumped to 0.4.16-beta.2
|
|
725
|
-
* @aigne/ollama bumped to 0.7.62-beta.2
|
|
726
|
-
* @aigne/open-router bumped to 0.7.62-beta.2
|
|
727
|
-
* @aigne/openai bumped to 0.16.16-beta.2
|
|
728
|
-
* @aigne/poe bumped to 1.1.6-beta.2
|
|
729
|
-
* @aigne/transport bumped to 0.15.25-beta.2
|
|
730
|
-
* @aigne/xai bumped to 0.7.62-beta.2
|
|
731
|
-
* devDependencies
|
|
732
|
-
* @aigne/test-utils bumped to 0.5.69-beta.2
|
|
733
|
-
|
|
734
|
-
## [0.10.16-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.16-beta...aigne-hub-v0.10.16-beta.1) (2025-12-17)
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
### Bug Fixes
|
|
738
|
-
|
|
739
|
-
* bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
### Dependencies
|
|
743
|
-
|
|
744
|
-
* The following workspace dependencies were updated
|
|
745
|
-
* dependencies
|
|
746
|
-
* @aigne/anthropic bumped to 0.14.16-beta.1
|
|
747
|
-
* @aigne/bedrock bumped to 0.10.21-beta.1
|
|
748
|
-
* @aigne/core bumped to 1.72.0-beta.1
|
|
749
|
-
* @aigne/deepseek bumped to 0.7.62-beta.1
|
|
750
|
-
* @aigne/doubao bumped to 1.2.6-beta.1
|
|
751
|
-
* @aigne/gemini bumped to 0.14.16-beta.1
|
|
752
|
-
* @aigne/ideogram bumped to 0.4.16-beta.1
|
|
753
|
-
* @aigne/ollama bumped to 0.7.62-beta.1
|
|
754
|
-
* @aigne/open-router bumped to 0.7.62-beta.1
|
|
755
|
-
* @aigne/openai bumped to 0.16.16-beta.1
|
|
756
|
-
* @aigne/platform-helpers bumped to 0.6.7-beta
|
|
757
|
-
* @aigne/poe bumped to 1.1.6-beta.1
|
|
758
|
-
* @aigne/transport bumped to 0.15.25-beta.1
|
|
759
|
-
* @aigne/xai bumped to 0.7.62-beta.1
|
|
760
|
-
* devDependencies
|
|
761
|
-
* @aigne/test-utils bumped to 0.5.69-beta.1
|
|
762
|
-
|
|
763
|
-
## [0.10.16-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15...aigne-hub-v0.10.16-beta) (2025-12-17)
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
### Dependencies
|
|
767
|
-
|
|
768
|
-
* The following workspace dependencies were updated
|
|
769
|
-
* dependencies
|
|
770
|
-
* @aigne/anthropic bumped to 0.14.16-beta
|
|
771
|
-
* @aigne/bedrock bumped to 0.10.21-beta
|
|
772
|
-
* @aigne/core bumped to 1.72.0-beta
|
|
773
|
-
* @aigne/deepseek bumped to 0.7.62-beta
|
|
774
|
-
* @aigne/doubao bumped to 1.2.6-beta
|
|
775
|
-
* @aigne/gemini bumped to 0.14.16-beta
|
|
776
|
-
* @aigne/ideogram bumped to 0.4.16-beta
|
|
777
|
-
* @aigne/ollama bumped to 0.7.62-beta
|
|
778
|
-
* @aigne/open-router bumped to 0.7.62-beta
|
|
779
|
-
* @aigne/openai bumped to 0.16.16-beta
|
|
780
|
-
* @aigne/poe bumped to 1.1.6-beta
|
|
781
|
-
* @aigne/transport bumped to 0.15.25-beta
|
|
782
|
-
* @aigne/xai bumped to 0.7.62-beta
|
|
783
|
-
* devDependencies
|
|
784
|
-
* @aigne/test-utils bumped to 0.5.69-beta
|
|
785
|
-
|
|
786
|
-
## [0.10.15](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta.8...aigne-hub-v0.10.15) (2025-12-12)
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
### Dependencies
|
|
790
|
-
|
|
791
|
-
* The following workspace dependencies were updated
|
|
792
|
-
* dependencies
|
|
793
|
-
* @aigne/anthropic bumped to 0.14.15
|
|
794
|
-
* @aigne/bedrock bumped to 0.10.20
|
|
795
|
-
* @aigne/core bumped to 1.71.0
|
|
796
|
-
* @aigne/deepseek bumped to 0.7.61
|
|
797
|
-
* @aigne/doubao bumped to 1.2.5
|
|
798
|
-
* @aigne/gemini bumped to 0.14.15
|
|
799
|
-
* @aigne/ideogram bumped to 0.4.15
|
|
800
|
-
* @aigne/ollama bumped to 0.7.61
|
|
801
|
-
* @aigne/open-router bumped to 0.7.61
|
|
802
|
-
* @aigne/openai bumped to 0.16.15
|
|
803
|
-
* @aigne/platform-helpers bumped to 0.6.6
|
|
804
|
-
* @aigne/poe bumped to 1.1.5
|
|
805
|
-
* @aigne/transport bumped to 0.15.24
|
|
806
|
-
* @aigne/xai bumped to 0.7.61
|
|
807
|
-
* devDependencies
|
|
808
|
-
* @aigne/test-utils bumped to 0.5.68
|
|
809
|
-
|
|
810
|
-
## [0.10.15-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta.7...aigne-hub-v0.10.15-beta.8) (2025-12-12)
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
### Dependencies
|
|
814
|
-
|
|
815
|
-
* The following workspace dependencies were updated
|
|
816
|
-
* dependencies
|
|
817
|
-
* @aigne/transport bumped to 0.15.24-beta.8
|
|
818
|
-
|
|
819
|
-
## [0.10.15-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta.6...aigne-hub-v0.10.15-beta.7) (2025-12-11)
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
### Dependencies
|
|
823
|
-
|
|
824
|
-
* The following workspace dependencies were updated
|
|
825
|
-
* dependencies
|
|
826
|
-
* @aigne/anthropic bumped to 0.14.15-beta.6
|
|
827
|
-
* @aigne/bedrock bumped to 0.10.20-beta.6
|
|
828
|
-
* @aigne/core bumped to 1.71.0-beta.6
|
|
829
|
-
* @aigne/deepseek bumped to 0.7.61-beta.6
|
|
830
|
-
* @aigne/doubao bumped to 1.2.5-beta.6
|
|
831
|
-
* @aigne/gemini bumped to 0.14.15-beta.6
|
|
832
|
-
* @aigne/ideogram bumped to 0.4.15-beta.6
|
|
833
|
-
* @aigne/ollama bumped to 0.7.61-beta.6
|
|
834
|
-
* @aigne/open-router bumped to 0.7.61-beta.6
|
|
835
|
-
* @aigne/openai bumped to 0.16.15-beta.6
|
|
836
|
-
* @aigne/poe bumped to 1.1.5-beta.6
|
|
837
|
-
* @aigne/transport bumped to 0.15.24-beta.7
|
|
838
|
-
* @aigne/xai bumped to 0.7.61-beta.6
|
|
839
|
-
* devDependencies
|
|
840
|
-
* @aigne/test-utils bumped to 0.5.68-beta.6
|
|
841
|
-
|
|
842
|
-
## [0.10.15-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta.5...aigne-hub-v0.10.15-beta.6) (2025-12-11)
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
### Dependencies
|
|
846
|
-
|
|
847
|
-
* The following workspace dependencies were updated
|
|
848
|
-
* dependencies
|
|
849
|
-
* @aigne/anthropic bumped to 0.14.15-beta.5
|
|
850
|
-
* @aigne/bedrock bumped to 0.10.20-beta.5
|
|
851
|
-
* @aigne/core bumped to 1.71.0-beta.5
|
|
852
|
-
* @aigne/deepseek bumped to 0.7.61-beta.5
|
|
853
|
-
* @aigne/doubao bumped to 1.2.5-beta.5
|
|
854
|
-
* @aigne/gemini bumped to 0.14.15-beta.5
|
|
855
|
-
* @aigne/ideogram bumped to 0.4.15-beta.5
|
|
856
|
-
* @aigne/ollama bumped to 0.7.61-beta.5
|
|
857
|
-
* @aigne/open-router bumped to 0.7.61-beta.5
|
|
858
|
-
* @aigne/openai bumped to 0.16.15-beta.5
|
|
859
|
-
* @aigne/poe bumped to 1.1.5-beta.5
|
|
860
|
-
* @aigne/transport bumped to 0.15.24-beta.6
|
|
861
|
-
* @aigne/xai bumped to 0.7.61-beta.5
|
|
862
|
-
* devDependencies
|
|
863
|
-
* @aigne/test-utils bumped to 0.5.68-beta.5
|
|
864
|
-
|
|
865
|
-
## [0.10.15-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta.4...aigne-hub-v0.10.15-beta.5) (2025-12-10)
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
### Bug Fixes
|
|
869
|
-
|
|
870
|
-
* bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
### Dependencies
|
|
874
|
-
|
|
875
|
-
* The following workspace dependencies were updated
|
|
876
|
-
* dependencies
|
|
877
|
-
* @aigne/anthropic bumped to 0.14.15-beta.4
|
|
878
|
-
* @aigne/bedrock bumped to 0.10.20-beta.4
|
|
879
|
-
* @aigne/core bumped to 1.71.0-beta.4
|
|
880
|
-
* @aigne/deepseek bumped to 0.7.61-beta.4
|
|
881
|
-
* @aigne/doubao bumped to 1.2.5-beta.4
|
|
882
|
-
* @aigne/gemini bumped to 0.14.15-beta.4
|
|
883
|
-
* @aigne/ideogram bumped to 0.4.15-beta.4
|
|
884
|
-
* @aigne/ollama bumped to 0.7.61-beta.4
|
|
885
|
-
* @aigne/open-router bumped to 0.7.61-beta.4
|
|
886
|
-
* @aigne/openai bumped to 0.16.15-beta.4
|
|
887
|
-
* @aigne/platform-helpers bumped to 0.6.6-beta
|
|
888
|
-
* @aigne/poe bumped to 1.1.5-beta.4
|
|
889
|
-
* @aigne/transport bumped to 0.15.24-beta.5
|
|
890
|
-
* @aigne/xai bumped to 0.7.61-beta.4
|
|
891
|
-
* devDependencies
|
|
892
|
-
* @aigne/test-utils bumped to 0.5.68-beta.4
|
|
893
|
-
|
|
894
|
-
## [0.10.15-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta.3...aigne-hub-v0.10.15-beta.4) (2025-12-10)
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
### Dependencies
|
|
898
|
-
|
|
899
|
-
* The following workspace dependencies were updated
|
|
900
|
-
* dependencies
|
|
901
|
-
* @aigne/anthropic bumped to 0.14.15-beta.3
|
|
902
|
-
* @aigne/bedrock bumped to 0.10.20-beta.3
|
|
903
|
-
* @aigne/core bumped to 1.71.0-beta.3
|
|
904
|
-
* @aigne/deepseek bumped to 0.7.61-beta.3
|
|
905
|
-
* @aigne/doubao bumped to 1.2.5-beta.3
|
|
906
|
-
* @aigne/gemini bumped to 0.14.15-beta.3
|
|
907
|
-
* @aigne/ideogram bumped to 0.4.15-beta.3
|
|
908
|
-
* @aigne/ollama bumped to 0.7.61-beta.3
|
|
909
|
-
* @aigne/open-router bumped to 0.7.61-beta.3
|
|
910
|
-
* @aigne/openai bumped to 0.16.15-beta.3
|
|
911
|
-
* @aigne/poe bumped to 1.1.5-beta.3
|
|
912
|
-
* @aigne/transport bumped to 0.15.24-beta.4
|
|
913
|
-
* @aigne/xai bumped to 0.7.61-beta.3
|
|
914
|
-
* devDependencies
|
|
915
|
-
* @aigne/test-utils bumped to 0.5.68-beta.3
|
|
916
|
-
|
|
917
|
-
## [0.10.15-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta.2...aigne-hub-v0.10.15-beta.3) (2025-12-09)
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
### Dependencies
|
|
921
|
-
|
|
922
|
-
* The following workspace dependencies were updated
|
|
923
|
-
* dependencies
|
|
924
|
-
* @aigne/anthropic bumped to 0.14.15-beta.2
|
|
925
|
-
* @aigne/bedrock bumped to 0.10.20-beta.2
|
|
926
|
-
* @aigne/core bumped to 1.71.0-beta.2
|
|
927
|
-
* @aigne/deepseek bumped to 0.7.61-beta.2
|
|
928
|
-
* @aigne/doubao bumped to 1.2.5-beta.2
|
|
929
|
-
* @aigne/gemini bumped to 0.14.15-beta.2
|
|
930
|
-
* @aigne/ideogram bumped to 0.4.15-beta.2
|
|
931
|
-
* @aigne/ollama bumped to 0.7.61-beta.2
|
|
932
|
-
* @aigne/open-router bumped to 0.7.61-beta.2
|
|
933
|
-
* @aigne/openai bumped to 0.16.15-beta.2
|
|
934
|
-
* @aigne/poe bumped to 1.1.5-beta.2
|
|
935
|
-
* @aigne/transport bumped to 0.15.24-beta.3
|
|
936
|
-
* @aigne/xai bumped to 0.7.61-beta.2
|
|
937
|
-
* devDependencies
|
|
938
|
-
* @aigne/test-utils bumped to 0.5.68-beta.2
|
|
939
|
-
|
|
940
|
-
## [0.10.15-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta.1...aigne-hub-v0.10.15-beta.2) (2025-12-08)
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
### Dependencies
|
|
944
|
-
|
|
945
|
-
* The following workspace dependencies were updated
|
|
946
|
-
* dependencies
|
|
947
|
-
* @aigne/transport bumped to 0.15.24-beta.2
|
|
948
|
-
|
|
949
|
-
## [0.10.15-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.15-beta...aigne-hub-v0.10.15-beta.1) (2025-12-08)
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
### Dependencies
|
|
953
|
-
|
|
954
|
-
* The following workspace dependencies were updated
|
|
955
|
-
* dependencies
|
|
956
|
-
* @aigne/anthropic bumped to 0.14.15-beta.1
|
|
957
|
-
* @aigne/bedrock bumped to 0.10.20-beta.1
|
|
958
|
-
* @aigne/core bumped to 1.71.0-beta.1
|
|
959
|
-
* @aigne/deepseek bumped to 0.7.61-beta.1
|
|
960
|
-
* @aigne/doubao bumped to 1.2.5-beta.1
|
|
961
|
-
* @aigne/gemini bumped to 0.14.15-beta.1
|
|
962
|
-
* @aigne/ideogram bumped to 0.4.15-beta.1
|
|
963
|
-
* @aigne/ollama bumped to 0.7.61-beta.1
|
|
964
|
-
* @aigne/open-router bumped to 0.7.61-beta.1
|
|
965
|
-
* @aigne/openai bumped to 0.16.15-beta.1
|
|
966
|
-
* @aigne/poe bumped to 1.1.5-beta.1
|
|
967
|
-
* @aigne/transport bumped to 0.15.24-beta.1
|
|
968
|
-
* @aigne/xai bumped to 0.7.61-beta.1
|
|
969
|
-
* devDependencies
|
|
970
|
-
* @aigne/test-utils bumped to 0.5.68-beta.1
|
|
971
|
-
|
|
972
|
-
## [0.10.15-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.14...aigne-hub-v0.10.15-beta) (2025-12-07)
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
### Features
|
|
976
|
-
|
|
977
|
-
* 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))
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
### Dependencies
|
|
981
|
-
|
|
982
|
-
* The following workspace dependencies were updated
|
|
983
|
-
* dependencies
|
|
984
|
-
* @aigne/anthropic bumped to 0.14.15-beta
|
|
985
|
-
* @aigne/bedrock bumped to 0.10.20-beta
|
|
986
|
-
* @aigne/core bumped to 1.71.0-beta
|
|
987
|
-
* @aigne/deepseek bumped to 0.7.61-beta
|
|
988
|
-
* @aigne/doubao bumped to 1.2.5-beta
|
|
989
|
-
* @aigne/gemini bumped to 0.14.15-beta
|
|
990
|
-
* @aigne/ideogram bumped to 0.4.15-beta
|
|
991
|
-
* @aigne/ollama bumped to 0.7.61-beta
|
|
992
|
-
* @aigne/open-router bumped to 0.7.61-beta
|
|
993
|
-
* @aigne/openai bumped to 0.16.15-beta
|
|
994
|
-
* @aigne/poe bumped to 1.1.5-beta
|
|
995
|
-
* @aigne/transport bumped to 0.15.24-beta
|
|
996
|
-
* @aigne/xai bumped to 0.7.61-beta
|
|
997
|
-
* devDependencies
|
|
998
|
-
* @aigne/test-utils bumped to 0.5.68-beta
|
|
999
|
-
|
|
1000
|
-
## [0.10.14](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.14-beta...aigne-hub-v0.10.14) (2025-12-06)
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
### Dependencies
|
|
1004
|
-
|
|
1005
|
-
* The following workspace dependencies were updated
|
|
1006
|
-
* dependencies
|
|
1007
|
-
* @aigne/anthropic bumped to 0.14.14
|
|
1008
|
-
* @aigne/bedrock bumped to 0.10.19
|
|
1009
|
-
* @aigne/core bumped to 1.70.1
|
|
1010
|
-
* @aigne/deepseek bumped to 0.7.60
|
|
1011
|
-
* @aigne/doubao bumped to 1.2.4
|
|
1012
|
-
* @aigne/gemini bumped to 0.14.14
|
|
1013
|
-
* @aigne/ideogram bumped to 0.4.14
|
|
1014
|
-
* @aigne/ollama bumped to 0.7.60
|
|
1015
|
-
* @aigne/open-router bumped to 0.7.60
|
|
1016
|
-
* @aigne/openai bumped to 0.16.14
|
|
1017
|
-
* @aigne/poe bumped to 1.1.4
|
|
1018
|
-
* @aigne/transport bumped to 0.15.23
|
|
1019
|
-
* @aigne/xai bumped to 0.7.60
|
|
1020
|
-
* devDependencies
|
|
1021
|
-
* @aigne/test-utils bumped to 0.5.67
|
|
1022
|
-
|
|
1023
|
-
## [0.10.14-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.13...aigne-hub-v0.10.14-beta) (2025-12-06)
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
### Dependencies
|
|
1027
|
-
|
|
1028
|
-
* The following workspace dependencies were updated
|
|
1029
|
-
* dependencies
|
|
1030
|
-
* @aigne/anthropic bumped to 0.14.14-beta
|
|
1031
|
-
* @aigne/bedrock bumped to 0.10.19-beta
|
|
1032
|
-
* @aigne/core bumped to 1.70.1-beta
|
|
1033
|
-
* @aigne/deepseek bumped to 0.7.60-beta
|
|
1034
|
-
* @aigne/doubao bumped to 1.2.4-beta
|
|
1035
|
-
* @aigne/gemini bumped to 0.14.14-beta
|
|
1036
|
-
* @aigne/ideogram bumped to 0.4.14-beta
|
|
1037
|
-
* @aigne/ollama bumped to 0.7.60-beta
|
|
1038
|
-
* @aigne/open-router bumped to 0.7.60-beta
|
|
1039
|
-
* @aigne/openai bumped to 0.16.14-beta
|
|
1040
|
-
* @aigne/poe bumped to 1.1.4-beta
|
|
1041
|
-
* @aigne/transport bumped to 0.15.23-beta
|
|
1042
|
-
* @aigne/xai bumped to 0.7.60-beta
|
|
1043
|
-
* devDependencies
|
|
1044
|
-
* @aigne/test-utils bumped to 0.5.67-beta
|
|
1045
|
-
|
|
1046
|
-
## [0.10.13](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.13-beta.1...aigne-hub-v0.10.13) (2025-12-05)
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
### Dependencies
|
|
1050
|
-
|
|
1051
|
-
* The following workspace dependencies were updated
|
|
1052
|
-
* dependencies
|
|
1053
|
-
* @aigne/anthropic bumped to 0.14.13
|
|
1054
|
-
* @aigne/bedrock bumped to 0.10.18
|
|
1055
|
-
* @aigne/core bumped to 1.70.0
|
|
1056
|
-
* @aigne/deepseek bumped to 0.7.59
|
|
1057
|
-
* @aigne/doubao bumped to 1.2.3
|
|
1058
|
-
* @aigne/gemini bumped to 0.14.13
|
|
1059
|
-
* @aigne/ideogram bumped to 0.4.13
|
|
1060
|
-
* @aigne/ollama bumped to 0.7.59
|
|
1061
|
-
* @aigne/open-router bumped to 0.7.59
|
|
1062
|
-
* @aigne/openai bumped to 0.16.13
|
|
1063
|
-
* @aigne/poe bumped to 1.1.3
|
|
1064
|
-
* @aigne/transport bumped to 0.15.22
|
|
1065
|
-
* @aigne/xai bumped to 0.7.59
|
|
1066
|
-
* devDependencies
|
|
1067
|
-
* @aigne/test-utils bumped to 0.5.66
|
|
1068
|
-
|
|
1069
|
-
## [0.10.13-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.13-beta...aigne-hub-v0.10.13-beta.1) (2025-12-05)
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
### Dependencies
|
|
1073
|
-
|
|
1074
|
-
* The following workspace dependencies were updated
|
|
1075
|
-
* dependencies
|
|
1076
|
-
* @aigne/anthropic bumped to 0.14.13-beta.1
|
|
1077
|
-
* @aigne/bedrock bumped to 0.10.18-beta.1
|
|
1078
|
-
* @aigne/core bumped to 1.70.0-beta.1
|
|
1079
|
-
* @aigne/deepseek bumped to 0.7.59-beta.1
|
|
1080
|
-
* @aigne/doubao bumped to 1.2.3-beta.1
|
|
1081
|
-
* @aigne/gemini bumped to 0.14.13-beta.1
|
|
1082
|
-
* @aigne/ideogram bumped to 0.4.13-beta.1
|
|
1083
|
-
* @aigne/ollama bumped to 0.7.59-beta.1
|
|
1084
|
-
* @aigne/open-router bumped to 0.7.59-beta.1
|
|
1085
|
-
* @aigne/openai bumped to 0.16.13-beta.1
|
|
1086
|
-
* @aigne/poe bumped to 1.1.3-beta.1
|
|
1087
|
-
* @aigne/transport bumped to 0.15.22-beta.1
|
|
1088
|
-
* @aigne/xai bumped to 0.7.59-beta.1
|
|
1089
|
-
* devDependencies
|
|
1090
|
-
* @aigne/test-utils bumped to 0.5.66-beta.1
|
|
1091
|
-
|
|
1092
|
-
## [0.10.13-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.12...aigne-hub-v0.10.13-beta) (2025-12-02)
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
### Features
|
|
1096
|
-
|
|
1097
|
-
* **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))
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
### Dependencies
|
|
1101
|
-
|
|
1102
|
-
* The following workspace dependencies were updated
|
|
1103
|
-
* dependencies
|
|
1104
|
-
* @aigne/anthropic bumped to 0.14.13-beta
|
|
1105
|
-
* @aigne/bedrock bumped to 0.10.18-beta
|
|
1106
|
-
* @aigne/core bumped to 1.70.0-beta
|
|
1107
|
-
* @aigne/deepseek bumped to 0.7.59-beta
|
|
1108
|
-
* @aigne/doubao bumped to 1.2.3-beta
|
|
1109
|
-
* @aigne/gemini bumped to 0.14.13-beta
|
|
1110
|
-
* @aigne/ideogram bumped to 0.4.13-beta
|
|
1111
|
-
* @aigne/ollama bumped to 0.7.59-beta
|
|
1112
|
-
* @aigne/open-router bumped to 0.7.59-beta
|
|
1113
|
-
* @aigne/openai bumped to 0.16.13-beta
|
|
1114
|
-
* @aigne/poe bumped to 1.1.3-beta
|
|
1115
|
-
* @aigne/transport bumped to 0.15.22-beta
|
|
1116
|
-
* @aigne/xai bumped to 0.7.59-beta
|
|
1117
|
-
* devDependencies
|
|
1118
|
-
* @aigne/test-utils bumped to 0.5.66-beta
|
|
1119
|
-
|
|
1120
|
-
## [0.10.12](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.12-beta.1...aigne-hub-v0.10.12) (2025-11-28)
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
### Dependencies
|
|
1124
|
-
|
|
1125
|
-
* The following workspace dependencies were updated
|
|
1126
|
-
* dependencies
|
|
1127
|
-
* @aigne/anthropic bumped to 0.14.12
|
|
1128
|
-
* @aigne/bedrock bumped to 0.10.17
|
|
1129
|
-
* @aigne/core bumped to 1.69.2
|
|
1130
|
-
* @aigne/deepseek bumped to 0.7.58
|
|
1131
|
-
* @aigne/doubao bumped to 1.2.2
|
|
1132
|
-
* @aigne/gemini bumped to 0.14.12
|
|
1133
|
-
* @aigne/ideogram bumped to 0.4.12
|
|
1134
|
-
* @aigne/ollama bumped to 0.7.58
|
|
1135
|
-
* @aigne/open-router bumped to 0.7.58
|
|
1136
|
-
* @aigne/openai bumped to 0.16.12
|
|
1137
|
-
* @aigne/platform-helpers bumped to 0.6.5
|
|
1138
|
-
* @aigne/poe bumped to 1.1.2
|
|
1139
|
-
* @aigne/transport bumped to 0.15.21
|
|
1140
|
-
* @aigne/xai bumped to 0.7.58
|
|
1141
|
-
* devDependencies
|
|
1142
|
-
* @aigne/test-utils bumped to 0.5.65
|
|
1143
|
-
|
|
1144
|
-
## [0.10.12-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.12-beta...aigne-hub-v0.10.12-beta.1) (2025-11-28)
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
### Dependencies
|
|
1148
|
-
|
|
1149
|
-
* The following workspace dependencies were updated
|
|
1150
|
-
* dependencies
|
|
1151
|
-
* @aigne/anthropic bumped to 0.14.12-beta.1
|
|
1152
|
-
* @aigne/bedrock bumped to 0.10.17-beta.1
|
|
1153
|
-
* @aigne/core bumped to 1.69.2-beta.1
|
|
1154
|
-
* @aigne/deepseek bumped to 0.7.58-beta.1
|
|
1155
|
-
* @aigne/doubao bumped to 1.2.2-beta.1
|
|
1156
|
-
* @aigne/gemini bumped to 0.14.12-beta.1
|
|
1157
|
-
* @aigne/ideogram bumped to 0.4.12-beta.1
|
|
1158
|
-
* @aigne/ollama bumped to 0.7.58-beta.1
|
|
1159
|
-
* @aigne/open-router bumped to 0.7.58-beta.1
|
|
1160
|
-
* @aigne/openai bumped to 0.16.12-beta.1
|
|
1161
|
-
* @aigne/poe bumped to 1.1.2-beta.1
|
|
1162
|
-
* @aigne/transport bumped to 0.15.21-beta.1
|
|
1163
|
-
* @aigne/xai bumped to 0.7.58-beta.1
|
|
1164
|
-
* devDependencies
|
|
1165
|
-
* @aigne/test-utils bumped to 0.5.65-beta.1
|
|
1166
|
-
|
|
1167
|
-
## [0.10.12-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.11...aigne-hub-v0.10.12-beta) (2025-11-28)
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
### Bug Fixes
|
|
1171
|
-
|
|
1172
|
-
* bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
### Dependencies
|
|
1176
|
-
|
|
1177
|
-
* The following workspace dependencies were updated
|
|
1178
|
-
* dependencies
|
|
1179
|
-
* @aigne/anthropic bumped to 0.14.12-beta
|
|
1180
|
-
* @aigne/bedrock bumped to 0.10.17-beta
|
|
1181
|
-
* @aigne/core bumped to 1.69.2-beta
|
|
1182
|
-
* @aigne/deepseek bumped to 0.7.58-beta
|
|
1183
|
-
* @aigne/doubao bumped to 1.2.2-beta
|
|
1184
|
-
* @aigne/gemini bumped to 0.14.12-beta
|
|
1185
|
-
* @aigne/ideogram bumped to 0.4.12-beta
|
|
1186
|
-
* @aigne/ollama bumped to 0.7.58-beta
|
|
1187
|
-
* @aigne/open-router bumped to 0.7.58-beta
|
|
1188
|
-
* @aigne/openai bumped to 0.16.12-beta
|
|
1189
|
-
* @aigne/platform-helpers bumped to 0.6.5-beta
|
|
1190
|
-
* @aigne/poe bumped to 1.1.2-beta
|
|
1191
|
-
* @aigne/transport bumped to 0.15.21-beta
|
|
1192
|
-
* @aigne/xai bumped to 0.7.58-beta
|
|
1193
|
-
* devDependencies
|
|
1194
|
-
* @aigne/test-utils bumped to 0.5.65-beta
|
|
1195
|
-
|
|
1196
|
-
## [0.10.11](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.11-beta.1...aigne-hub-v0.10.11) (2025-11-28)
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
### Dependencies
|
|
1200
|
-
|
|
1201
|
-
* The following workspace dependencies were updated
|
|
1202
|
-
* dependencies
|
|
1203
|
-
* @aigne/anthropic bumped to 0.14.11
|
|
1204
|
-
* @aigne/bedrock bumped to 0.10.16
|
|
1205
|
-
* @aigne/core bumped to 1.69.1
|
|
1206
|
-
* @aigne/deepseek bumped to 0.7.57
|
|
1207
|
-
* @aigne/doubao bumped to 1.2.1
|
|
1208
|
-
* @aigne/gemini bumped to 0.14.11
|
|
1209
|
-
* @aigne/ideogram bumped to 0.4.11
|
|
1210
|
-
* @aigne/ollama bumped to 0.7.57
|
|
1211
|
-
* @aigne/open-router bumped to 0.7.57
|
|
1212
|
-
* @aigne/openai bumped to 0.16.11
|
|
1213
|
-
* @aigne/poe bumped to 1.1.1
|
|
1214
|
-
* @aigne/transport bumped to 0.15.20
|
|
1215
|
-
* @aigne/xai bumped to 0.7.57
|
|
1216
|
-
* devDependencies
|
|
1217
|
-
* @aigne/test-utils bumped to 0.5.64
|
|
1218
|
-
|
|
1219
|
-
## [0.10.11-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.11-beta...aigne-hub-v0.10.11-beta.1) (2025-11-26)
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
### Dependencies
|
|
1223
|
-
|
|
1224
|
-
* The following workspace dependencies were updated
|
|
1225
|
-
* dependencies
|
|
1226
|
-
* @aigne/gemini bumped to 0.14.11-beta.1
|
|
1227
|
-
|
|
1228
|
-
## [0.10.11-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.10...aigne-hub-v0.10.11-beta) (2025-11-24)
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
### Dependencies
|
|
1232
|
-
|
|
1233
|
-
* The following workspace dependencies were updated
|
|
1234
|
-
* dependencies
|
|
1235
|
-
* @aigne/anthropic bumped to 0.14.11-beta
|
|
1236
|
-
* @aigne/bedrock bumped to 0.10.16-beta
|
|
1237
|
-
* @aigne/core bumped to 1.69.1-beta
|
|
1238
|
-
* @aigne/deepseek bumped to 0.7.57-beta
|
|
1239
|
-
* @aigne/doubao bumped to 1.2.1-beta
|
|
1240
|
-
* @aigne/gemini bumped to 0.14.11-beta
|
|
1241
|
-
* @aigne/ideogram bumped to 0.4.11-beta
|
|
1242
|
-
* @aigne/ollama bumped to 0.7.57-beta
|
|
1243
|
-
* @aigne/open-router bumped to 0.7.57-beta
|
|
1244
|
-
* @aigne/openai bumped to 0.16.11-beta
|
|
1245
|
-
* @aigne/poe bumped to 1.1.1-beta
|
|
1246
|
-
* @aigne/transport bumped to 0.15.20-beta
|
|
1247
|
-
* @aigne/xai bumped to 0.7.57-beta
|
|
1248
|
-
* devDependencies
|
|
1249
|
-
* @aigne/test-utils bumped to 0.5.64-beta
|
|
1250
|
-
|
|
1251
|
-
## [0.10.10](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.10-beta.5...aigne-hub-v0.10.10) (2025-11-21)
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
### Dependencies
|
|
1255
|
-
|
|
1256
|
-
* The following workspace dependencies were updated
|
|
1257
|
-
* dependencies
|
|
1258
|
-
* @aigne/anthropic bumped to 0.14.10
|
|
1259
|
-
* @aigne/bedrock bumped to 0.10.15
|
|
1260
|
-
* @aigne/core bumped to 1.69.0
|
|
1261
|
-
* @aigne/deepseek bumped to 0.7.56
|
|
1262
|
-
* @aigne/doubao bumped to 1.2.0
|
|
1263
|
-
* @aigne/gemini bumped to 0.14.10
|
|
1264
|
-
* @aigne/ideogram bumped to 0.4.10
|
|
1265
|
-
* @aigne/ollama bumped to 0.7.56
|
|
1266
|
-
* @aigne/open-router bumped to 0.7.56
|
|
1267
|
-
* @aigne/openai bumped to 0.16.10
|
|
1268
|
-
* @aigne/poe bumped to 1.1.0
|
|
1269
|
-
* @aigne/transport bumped to 0.15.19
|
|
1270
|
-
* @aigne/xai bumped to 0.7.56
|
|
1271
|
-
* devDependencies
|
|
1272
|
-
* @aigne/test-utils bumped to 0.5.63
|
|
1273
|
-
|
|
1274
|
-
## [0.10.10-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.10-beta.4...aigne-hub-v0.10.10-beta.5) (2025-11-21)
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
### Dependencies
|
|
1278
|
-
|
|
1279
|
-
* The following workspace dependencies were updated
|
|
1280
|
-
* dependencies
|
|
1281
|
-
* @aigne/gemini bumped to 0.14.10-beta.4
|
|
1282
|
-
|
|
1283
|
-
## [0.10.10-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.10-beta.3...aigne-hub-v0.10.10-beta.4) (2025-11-20)
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
### Dependencies
|
|
1287
|
-
|
|
1288
|
-
* The following workspace dependencies were updated
|
|
1289
|
-
* dependencies
|
|
1290
|
-
* @aigne/doubao bumped to 1.2.0-beta.3
|
|
1291
|
-
* @aigne/ideogram bumped to 0.4.10-beta.4
|
|
1292
|
-
|
|
1293
|
-
## [0.10.10-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.10-beta.2...aigne-hub-v0.10.10-beta.3) (2025-11-19)
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
### Bug Fixes
|
|
1297
|
-
|
|
1298
|
-
* **models:** add provider inference for model params ([#759](https://github.com/AIGNE-io/aigne-framework/issues/759)) ([0b050ae](https://github.com/AIGNE-io/aigne-framework/commit/0b050ae5132c7fbdd80091a81b7e0d00b21a0da5))
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
### Dependencies
|
|
1302
|
-
|
|
1303
|
-
* The following workspace dependencies were updated
|
|
1304
|
-
* dependencies
|
|
1305
|
-
* @aigne/anthropic bumped to 0.14.10-beta.3
|
|
1306
|
-
* @aigne/bedrock bumped to 0.10.15-beta.3
|
|
1307
|
-
* @aigne/core bumped to 1.69.0-beta.2
|
|
1308
|
-
* @aigne/deepseek bumped to 0.7.56-beta.3
|
|
1309
|
-
* @aigne/doubao bumped to 1.2.0-beta.2
|
|
1310
|
-
* @aigne/gemini bumped to 0.14.10-beta.3
|
|
1311
|
-
* @aigne/ideogram bumped to 0.4.10-beta.3
|
|
1312
|
-
* @aigne/ollama bumped to 0.7.56-beta.3
|
|
1313
|
-
* @aigne/open-router bumped to 0.7.56-beta.3
|
|
1314
|
-
* @aigne/openai bumped to 0.16.10-beta.3
|
|
1315
|
-
* @aigne/poe bumped to 1.1.0-beta.2
|
|
1316
|
-
* @aigne/transport bumped to 0.15.19-beta.3
|
|
1317
|
-
* @aigne/xai bumped to 0.7.56-beta.3
|
|
1318
|
-
* devDependencies
|
|
1319
|
-
* @aigne/test-utils bumped to 0.5.63-beta.3
|
|
1320
|
-
|
|
1321
|
-
## [0.10.10-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.10-beta.1...aigne-hub-v0.10.10-beta.2) (2025-11-18)
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
### Features
|
|
1325
|
-
|
|
1326
|
-
* 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))
|
|
1327
|
-
* add models method to get available models for aigne hub model ([#532](https://github.com/AIGNE-io/aigne-framework/issues/532)) ([3248646](https://github.com/AIGNE-io/aigne-framework/commit/3248646d248aef5419273adc556bb1f13a7b2a02))
|
|
1328
|
-
* 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))
|
|
1329
|
-
* **cli:** support aigne hub commond ([#352](https://github.com/AIGNE-io/aigne-framework/issues/352)) ([0341f19](https://github.com/AIGNE-io/aigne-framework/commit/0341f190229b42c5d2ab8a8616597359f35543a7))
|
|
1330
|
-
* **cli:** support aigne hub connect and model use ([#267](https://github.com/AIGNE-io/aigne-framework/issues/267)) ([8e5a32a](https://github.com/AIGNE-io/aigne-framework/commit/8e5a32afc64593137153d7407bde13837312ac70))
|
|
1331
|
-
* 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))
|
|
1332
|
-
* **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))
|
|
1333
|
-
* **model:** add poe chat model support ([#365](https://github.com/AIGNE-io/aigne-framework/issues/365)) ([b2cce67](https://github.com/AIGNE-io/aigne-framework/commit/b2cce67bdab1c6dec273929bcdd79e1d15410119))
|
|
1334
|
-
* **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))
|
|
1335
|
-
* **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))
|
|
1336
|
-
* **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))
|
|
1337
|
-
* **model:** support aigne-hub model adapter ([#253](https://github.com/AIGNE-io/aigne-framework/issues/253)) ([4b33f8d](https://github.com/AIGNE-io/aigne-framework/commit/4b33f8d1a819f52357db81d502c56b55eaa0669f))
|
|
1338
|
-
* **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
|
|
1339
|
-
* support aigne connect command and add test ([#283](https://github.com/AIGNE-io/aigne-framework/issues/283)) ([387d22d](https://github.com/AIGNE-io/aigne-framework/commit/387d22d5cacf20abe02a13deaca1f36987d48ba5))
|
|
1340
|
-
* 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))
|
|
1341
|
-
* support google model and skip check mode when connected to Hub ([#300](https://github.com/AIGNE-io/aigne-framework/issues/300)) ([e992c0f](https://github.com/AIGNE-io/aigne-framework/commit/e992c0f3335a7c512fa807d5b8ad10c9c3bf2351))
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
### Bug Fixes
|
|
1345
|
-
|
|
1346
|
-
* add configurable timeout for fetch requests and set 3min timeout for hub video model ([4eb7f3d](https://github.com/AIGNE-io/aigne-framework/commit/4eb7f3df590992742706197bcb48b4db35ccc948))
|
|
1347
|
-
* add fetch utility with timeout and enhanced error handling ([#694](https://github.com/AIGNE-io/aigne-framework/issues/694)) ([c2d4076](https://github.com/AIGNE-io/aigne-framework/commit/c2d4076ec590150d2751591a4f723721f78381e9))
|
|
1348
|
-
* add missing dependencies ([#280](https://github.com/AIGNE-io/aigne-framework/issues/280)) ([5da315e](https://github.com/AIGNE-io/aigne-framework/commit/5da315e29dc02818293e74ad159294f137e2c7f7))
|
|
1349
|
-
* add model for image mode input params ([#450](https://github.com/AIGNE-io/aigne-framework/issues/450)) ([3500a5a](https://github.com/AIGNE-io/aigne-framework/commit/3500a5ae5d420c7e735f2fa57729a9fe524320e8))
|
|
1350
|
-
* 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))
|
|
1351
|
-
* **blocklet:** tune observability detail list ux ([#618](https://github.com/AIGNE-io/aigne-framework/issues/618)) ([3ad83b6](https://github.com/AIGNE-io/aigne-framework/commit/3ad83b6be347831125806be7bee19294aa85ed58))
|
|
1352
|
-
* bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
|
|
1353
|
-
* **cli:** display only the origin URL when linking to hub ([#369](https://github.com/AIGNE-io/aigne-framework/issues/369)) ([b3baf3f](https://github.com/AIGNE-io/aigne-framework/commit/b3baf3f2c98f965d5279dd0dfb282be9f5ffb6c2))
|
|
1354
|
-
* **cli:** log only once in loadAIGNE ([#357](https://github.com/AIGNE-io/aigne-framework/issues/357)) ([6e6d968](https://github.com/AIGNE-io/aigne-framework/commit/6e6d96814fbc87f210522ae16daf94c1f84f311a))
|
|
1355
|
-
* **cli:** optimize app startup by restructuring CLI application loading ([#698](https://github.com/AIGNE-io/aigne-framework/issues/698)) ([20c5059](https://github.com/AIGNE-io/aigne-framework/commit/20c50591bbd9a958b29409eca3ede5e341db2b7d))
|
|
1356
|
-
* **core:** added support for URL file type handling, expanding the range of supported file formats ([#671](https://github.com/AIGNE-io/aigne-framework/issues/671)) ([fea4519](https://github.com/AIGNE-io/aigne-framework/commit/fea45197e87cf7b19499c48b41626062824d1355))
|
|
1357
|
-
* **core:** examples cases that failed when using aigne-hub ([#337](https://github.com/AIGNE-io/aigne-framework/issues/337)) ([0d4a31c](https://github.com/AIGNE-io/aigne-framework/commit/0d4a31c24d9e7d26f00d1accb80719d9ad79a4c6))
|
|
1358
|
-
* **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))
|
|
1359
|
-
* **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))
|
|
1360
|
-
* ensure log prints only once ([#354](https://github.com/AIGNE-io/aigne-framework/issues/354)) ([b5a64f7](https://github.com/AIGNE-io/aigne-framework/commit/b5a64f74ac67854fc6d576aacd1aa8b91a256765))
|
|
1361
|
-
* improve model name parsing to handle complex model identifiers ([#654](https://github.com/AIGNE-io/aigne-framework/issues/654)) ([4b7faea](https://github.com/AIGNE-io/aigne-framework/commit/4b7faea97f33db34a51c49dde3d6c1cf2679f0cd))
|
|
1362
|
-
* **model:** add x-aigne-hub-client-did header for hub model requests ([#371](https://github.com/AIGNE-io/aigne-framework/issues/371)) ([8c29f37](https://github.com/AIGNE-io/aigne-framework/commit/8c29f377d6ef3833723c8ec721a252171026d84d))
|
|
1363
|
-
* **model:** ensure Chat Model client is initialized before use ([#367](https://github.com/AIGNE-io/aigne-framework/issues/367)) ([7543ccb](https://github.com/AIGNE-io/aigne-framework/commit/7543ccb7e1cf5395c4f4e1f51659982b58f5daa1))
|
|
1364
|
-
* **model:** normalize model names to support flexible provider/model format ([#712](https://github.com/AIGNE-io/aigne-framework/issues/712)) ([9f23755](https://github.com/AIGNE-io/aigne-framework/commit/9f23755406e1890e4523c778e71fd3d04c9f3e57))
|
|
1365
|
-
* **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))
|
|
1366
|
-
* **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))
|
|
1367
|
-
* **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))
|
|
1368
|
-
* **models:** aigne-hub adapter not working in node.js v21 ([#320](https://github.com/AIGNE-io/aigne-framework/issues/320)) ([2884d00](https://github.com/AIGNE-io/aigne-framework/commit/2884d00b83e153ae7465ef1369fcd22d7c6d43e0))
|
|
1369
|
-
* **models:** apply dynamic model options resolution and use url output type ([#710](https://github.com/AIGNE-io/aigne-framework/issues/710)) ([1026034](https://github.com/AIGNE-io/aigne-framework/commit/102603402d8fa3ccd52e06f378a73f66ab7464ed))
|
|
1370
|
-
* **models:** convert local image to base64 for image model ([#517](https://github.com/AIGNE-io/aigne-framework/issues/517)) ([c0bc971](https://github.com/AIGNE-io/aigne-framework/commit/c0bc971087ef6e1caa641a699aed391a24feb40d))
|
|
1371
|
-
* **models:** convert local image to base64 for image model ([#517](https://github.com/AIGNE-io/aigne-framework/issues/517)) ([c0bc971](https://github.com/AIGNE-io/aigne-framework/commit/c0bc971087ef6e1caa641a699aed391a24feb40d))
|
|
1372
|
-
* **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))
|
|
1373
|
-
* **models:** improve aigne-model chat logic and fix incorrect input in blocklet usage ([#329](https://github.com/AIGNE-io/aigne-framework/issues/329)) ([f50a9b8](https://github.com/AIGNE-io/aigne-framework/commit/f50a9b84e12f129396006784e810be25a3fa15fc))
|
|
1374
|
-
* **models:** support custom clientId for aigne-hub adapter ([#373](https://github.com/AIGNE-io/aigne-framework/issues/373)) ([0e46568](https://github.com/AIGNE-io/aigne-framework/commit/0e465683f4b34fb7456e313fa45f0cda50bb08dc))
|
|
1375
|
-
* **observability:** add image/video model cost calculation and improve trace detail UX ([#683](https://github.com/AIGNE-io/aigne-framework/issues/683)) ([07964e4](https://github.com/AIGNE-io/aigne-framework/commit/07964e47d84636b49a291bfe5c1cc1c4dd31f722))
|
|
1376
|
-
* **observability:** uniq index on insert and perf on trace query ([#268](https://github.com/AIGNE-io/aigne-framework/issues/268)) ([bd02d2e](https://github.com/AIGNE-io/aigne-framework/commit/bd02d2ef4dadc3df7e4806746fede2faa5cc50bb))
|
|
1377
|
-
* resolve circular dependency in aigne-hub ([#355](https://github.com/AIGNE-io/aigne-framework/issues/355)) ([202c1f3](https://github.com/AIGNE-io/aigne-framework/commit/202c1f3acc199f4512580b3c1f73c1dee13e40a5))
|
|
1378
|
-
* 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))
|
|
1379
|
-
* 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))
|
|
1380
|
-
* standardize URL parameter naming from url to baseURL ([#593](https://github.com/AIGNE-io/aigne-framework/issues/593)) ([47efd4a](https://github.com/AIGNE-io/aigne-framework/commit/47efd4aad7130356a0c0bdf905acd8bc50453d26))
|
|
1381
|
-
* **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))
|
|
1382
|
-
* update aigne hub params ([#607](https://github.com/AIGNE-io/aigne-framework/issues/607)) ([9ea9e0b](https://github.com/AIGNE-io/aigne-framework/commit/9ea9e0bce7119abe496a463ecb779b120d48f4bc))
|
|
1383
|
-
* update blocklet key name ([#279](https://github.com/AIGNE-io/aigne-framework/issues/279)) ([210ef61](https://github.com/AIGNE-io/aigne-framework/commit/210ef612f9d1dcbbb9cbe10635b056114bfd10b7))
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
### Dependencies
|
|
1387
|
-
|
|
1388
|
-
* The following workspace dependencies were updated
|
|
1389
|
-
* dependencies
|
|
1390
|
-
* @aigne/anthropic bumped to 0.14.10-beta.2
|
|
1391
|
-
* @aigne/bedrock bumped to 0.10.15-beta.2
|
|
1392
|
-
* @aigne/core bumped to 1.69.0-beta.1
|
|
1393
|
-
* @aigne/deepseek bumped to 0.7.56-beta.2
|
|
1394
|
-
* @aigne/doubao bumped to 1.2.0-beta.1
|
|
1395
|
-
* @aigne/gemini bumped to 0.14.10-beta.2
|
|
1396
|
-
* @aigne/ideogram bumped to 0.4.10-beta.2
|
|
1397
|
-
* @aigne/ollama bumped to 0.7.56-beta.2
|
|
1398
|
-
* @aigne/open-router bumped to 0.7.56-beta.2
|
|
1399
|
-
* @aigne/openai bumped to 0.16.10-beta.2
|
|
1400
|
-
* @aigne/poe bumped to 1.1.0-beta.1
|
|
1401
|
-
* @aigne/transport bumped to 0.15.19-beta.2
|
|
1402
|
-
* @aigne/xai bumped to 0.7.56-beta.2
|
|
1403
|
-
* devDependencies
|
|
1404
|
-
* @aigne/test-utils bumped to 0.5.63-beta.2
|
|
1405
|
-
|
|
1406
|
-
## [0.10.10-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.10-beta...aigne-hub-v0.10.10-beta.1) (2025-11-18)
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
### Dependencies
|
|
1410
|
-
|
|
1411
|
-
* The following workspace dependencies were updated
|
|
1412
|
-
* dependencies
|
|
1413
|
-
* @aigne/anthropic bumped to 0.14.10-beta.1
|
|
1414
|
-
* @aigne/bedrock bumped to 0.10.15-beta.1
|
|
1415
|
-
* @aigne/core bumped to 1.68.3-beta.1
|
|
1416
|
-
* @aigne/deepseek bumped to 0.7.56-beta.1
|
|
1417
|
-
* @aigne/doubao bumped to 1.1.10-beta.1
|
|
1418
|
-
* @aigne/gemini bumped to 0.14.10-beta.1
|
|
1419
|
-
* @aigne/ideogram bumped to 0.4.10-beta.1
|
|
1420
|
-
* @aigne/ollama bumped to 0.7.56-beta.1
|
|
1421
|
-
* @aigne/open-router bumped to 0.7.56-beta.1
|
|
1422
|
-
* @aigne/openai bumped to 0.16.10-beta.1
|
|
1423
|
-
* @aigne/poe bumped to 1.0.36-beta.1
|
|
1424
|
-
* @aigne/transport bumped to 0.15.19-beta.1
|
|
1425
|
-
* @aigne/xai bumped to 0.7.56-beta.1
|
|
1426
|
-
* devDependencies
|
|
1427
|
-
* @aigne/test-utils bumped to 0.5.63-beta.1
|
|
1428
|
-
|
|
1429
|
-
## [0.10.10-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.9...aigne-hub-v0.10.10-beta) (2025-11-17)
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
### Dependencies
|
|
1433
|
-
|
|
1434
|
-
* The following workspace dependencies were updated
|
|
1435
|
-
* dependencies
|
|
1436
|
-
* @aigne/anthropic bumped to 0.14.10-beta
|
|
1437
|
-
* @aigne/bedrock bumped to 0.10.15-beta
|
|
1438
|
-
* @aigne/core bumped to 1.68.3-beta
|
|
1439
|
-
* @aigne/deepseek bumped to 0.7.56-beta
|
|
1440
|
-
* @aigne/doubao bumped to 1.1.10-beta
|
|
1441
|
-
* @aigne/gemini bumped to 0.14.10-beta
|
|
1442
|
-
* @aigne/ideogram bumped to 0.4.10-beta
|
|
1443
|
-
* @aigne/ollama bumped to 0.7.56-beta
|
|
1444
|
-
* @aigne/open-router bumped to 0.7.56-beta
|
|
1445
|
-
* @aigne/openai bumped to 0.16.10-beta
|
|
1446
|
-
* @aigne/poe bumped to 1.0.36-beta
|
|
1447
|
-
* @aigne/transport bumped to 0.15.19-beta
|
|
1448
|
-
* @aigne/xai bumped to 0.7.56-beta
|
|
1449
|
-
* devDependencies
|
|
1450
|
-
* @aigne/test-utils bumped to 0.5.63-beta
|
|
1451
|
-
|
|
1452
|
-
## [0.10.9](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.9-beta...aigne-hub-v0.10.9) (2025-11-15)
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
### Dependencies
|
|
1456
|
-
|
|
1457
|
-
* The following workspace dependencies were updated
|
|
1458
|
-
* dependencies
|
|
1459
|
-
* @aigne/anthropic bumped to 0.14.9
|
|
1460
|
-
* @aigne/bedrock bumped to 0.10.14
|
|
1461
|
-
* @aigne/core bumped to 1.68.2
|
|
1462
|
-
* @aigne/deepseek bumped to 0.7.55
|
|
1463
|
-
* @aigne/doubao bumped to 1.1.9
|
|
1464
|
-
* @aigne/gemini bumped to 0.14.9
|
|
1465
|
-
* @aigne/ideogram bumped to 0.4.9
|
|
1466
|
-
* @aigne/ollama bumped to 0.7.55
|
|
1467
|
-
* @aigne/open-router bumped to 0.7.55
|
|
1468
|
-
* @aigne/openai bumped to 0.16.9
|
|
1469
|
-
* @aigne/poe bumped to 1.0.35
|
|
1470
|
-
* @aigne/transport bumped to 0.15.18
|
|
1471
|
-
* @aigne/xai bumped to 0.7.55
|
|
1472
|
-
* devDependencies
|
|
1473
|
-
* @aigne/test-utils bumped to 0.5.62
|
|
1474
|
-
|
|
1475
|
-
## [0.10.9-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.8...aigne-hub-v0.10.9-beta) (2025-11-15)
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
### Dependencies
|
|
1479
|
-
|
|
1480
|
-
* The following workspace dependencies were updated
|
|
1481
|
-
* dependencies
|
|
1482
|
-
* @aigne/anthropic bumped to 0.14.9-beta
|
|
1483
|
-
* @aigne/bedrock bumped to 0.10.14-beta
|
|
1484
|
-
* @aigne/core bumped to 1.68.2-beta
|
|
1485
|
-
* @aigne/deepseek bumped to 0.7.55-beta
|
|
1486
|
-
* @aigne/doubao bumped to 1.1.9-beta
|
|
1487
|
-
* @aigne/gemini bumped to 0.14.9-beta
|
|
1488
|
-
* @aigne/ideogram bumped to 0.4.9-beta
|
|
1489
|
-
* @aigne/ollama bumped to 0.7.55-beta
|
|
1490
|
-
* @aigne/open-router bumped to 0.7.55-beta
|
|
1491
|
-
* @aigne/openai bumped to 0.16.9-beta
|
|
1492
|
-
* @aigne/poe bumped to 1.0.35-beta
|
|
1493
|
-
* @aigne/transport bumped to 0.15.18-beta
|
|
1494
|
-
* @aigne/xai bumped to 0.7.55-beta
|
|
1495
|
-
* devDependencies
|
|
1496
|
-
* @aigne/test-utils bumped to 0.5.62-beta
|
|
1497
|
-
|
|
1498
|
-
## [0.10.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.8-beta...aigne-hub-v0.10.8) (2025-11-15)
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
### Dependencies
|
|
1502
|
-
|
|
1503
|
-
* The following workspace dependencies were updated
|
|
1504
|
-
* dependencies
|
|
1505
|
-
* @aigne/anthropic bumped to 0.14.8
|
|
1506
|
-
* @aigne/bedrock bumped to 0.10.13
|
|
1507
|
-
* @aigne/core bumped to 1.68.1
|
|
1508
|
-
* @aigne/deepseek bumped to 0.7.54
|
|
1509
|
-
* @aigne/doubao bumped to 1.1.8
|
|
1510
|
-
* @aigne/gemini bumped to 0.14.8
|
|
1511
|
-
* @aigne/ideogram bumped to 0.4.8
|
|
1512
|
-
* @aigne/ollama bumped to 0.7.54
|
|
1513
|
-
* @aigne/open-router bumped to 0.7.54
|
|
1514
|
-
* @aigne/openai bumped to 0.16.8
|
|
1515
|
-
* @aigne/platform-helpers bumped to 0.6.4
|
|
1516
|
-
* @aigne/poe bumped to 1.0.34
|
|
1517
|
-
* @aigne/transport bumped to 0.15.17
|
|
1518
|
-
* @aigne/xai bumped to 0.7.54
|
|
1519
|
-
* devDependencies
|
|
1520
|
-
* @aigne/test-utils bumped to 0.5.61
|
|
1521
|
-
|
|
1522
|
-
## [0.10.8-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.7...aigne-hub-v0.10.8-beta) (2025-11-15)
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
### Bug Fixes
|
|
1526
|
-
|
|
1527
|
-
* bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
### Dependencies
|
|
1531
|
-
|
|
1532
|
-
* The following workspace dependencies were updated
|
|
1533
|
-
* dependencies
|
|
1534
|
-
* @aigne/anthropic bumped to 0.14.8-beta
|
|
1535
|
-
* @aigne/bedrock bumped to 0.10.13-beta
|
|
1536
|
-
* @aigne/core bumped to 1.68.1-beta
|
|
1537
|
-
* @aigne/deepseek bumped to 0.7.54-beta
|
|
1538
|
-
* @aigne/doubao bumped to 1.1.8-beta
|
|
1539
|
-
* @aigne/gemini bumped to 0.14.8-beta
|
|
1540
|
-
* @aigne/ideogram bumped to 0.4.8-beta
|
|
1541
|
-
* @aigne/ollama bumped to 0.7.54-beta
|
|
1542
|
-
* @aigne/open-router bumped to 0.7.54-beta
|
|
1543
|
-
* @aigne/openai bumped to 0.16.8-beta
|
|
1544
|
-
* @aigne/platform-helpers bumped to 0.6.4-beta
|
|
1545
|
-
* @aigne/poe bumped to 1.0.34-beta
|
|
1546
|
-
* @aigne/transport bumped to 0.15.17-beta
|
|
1547
|
-
* @aigne/xai bumped to 0.7.54-beta
|
|
1548
|
-
* devDependencies
|
|
1549
|
-
* @aigne/test-utils bumped to 0.5.61-beta
|
|
1550
|
-
|
|
1551
|
-
## [0.10.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.7-beta...aigne-hub-v0.10.7) (2025-11-14)
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
### Dependencies
|
|
1555
|
-
|
|
1556
|
-
* The following workspace dependencies were updated
|
|
1557
|
-
* dependencies
|
|
1558
|
-
* @aigne/anthropic bumped to 0.14.7
|
|
1559
|
-
* @aigne/bedrock bumped to 0.10.12
|
|
1560
|
-
* @aigne/core bumped to 1.68.0
|
|
1561
|
-
* @aigne/deepseek bumped to 0.7.53
|
|
1562
|
-
* @aigne/doubao bumped to 1.1.7
|
|
1563
|
-
* @aigne/gemini bumped to 0.14.7
|
|
1564
|
-
* @aigne/ideogram bumped to 0.4.7
|
|
1565
|
-
* @aigne/ollama bumped to 0.7.53
|
|
1566
|
-
* @aigne/open-router bumped to 0.7.53
|
|
1567
|
-
* @aigne/openai bumped to 0.16.7
|
|
1568
|
-
* @aigne/poe bumped to 1.0.33
|
|
1569
|
-
* @aigne/transport bumped to 0.15.16
|
|
1570
|
-
* @aigne/xai bumped to 0.7.53
|
|
1571
|
-
* devDependencies
|
|
1572
|
-
* @aigne/test-utils bumped to 0.5.60
|
|
1573
|
-
|
|
1574
|
-
## [0.10.7-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.6...aigne-hub-v0.10.7-beta) (2025-11-14)
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
### Dependencies
|
|
1578
|
-
|
|
1579
|
-
* The following workspace dependencies were updated
|
|
1580
|
-
* dependencies
|
|
1581
|
-
* @aigne/anthropic bumped to 0.14.7-beta
|
|
1582
|
-
* @aigne/bedrock bumped to 0.10.12-beta
|
|
1583
|
-
* @aigne/core bumped to 1.68.0-beta
|
|
1584
|
-
* @aigne/deepseek bumped to 0.7.53-beta
|
|
1585
|
-
* @aigne/doubao bumped to 1.1.7-beta
|
|
1586
|
-
* @aigne/gemini bumped to 0.14.7-beta
|
|
1587
|
-
* @aigne/ideogram bumped to 0.4.7-beta
|
|
1588
|
-
* @aigne/ollama bumped to 0.7.53-beta
|
|
1589
|
-
* @aigne/open-router bumped to 0.7.53-beta
|
|
1590
|
-
* @aigne/openai bumped to 0.16.7-beta
|
|
1591
|
-
* @aigne/poe bumped to 1.0.33-beta
|
|
1592
|
-
* @aigne/transport bumped to 0.15.16-beta
|
|
1593
|
-
* @aigne/xai bumped to 0.7.53-beta
|
|
1594
|
-
* devDependencies
|
|
1595
|
-
* @aigne/test-utils bumped to 0.5.60-beta
|
|
1596
|
-
|
|
1597
|
-
## [0.10.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.6-beta.4...aigne-hub-v0.10.6) (2025-11-12)
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
### Dependencies
|
|
1601
|
-
|
|
1602
|
-
* The following workspace dependencies were updated
|
|
1603
|
-
* dependencies
|
|
1604
|
-
* @aigne/anthropic bumped to 0.14.6
|
|
1605
|
-
* @aigne/bedrock bumped to 0.10.11
|
|
1606
|
-
* @aigne/core bumped to 1.67.0
|
|
1607
|
-
* @aigne/deepseek bumped to 0.7.52
|
|
1608
|
-
* @aigne/doubao bumped to 1.1.6
|
|
1609
|
-
* @aigne/gemini bumped to 0.14.6
|
|
1610
|
-
* @aigne/ideogram bumped to 0.4.6
|
|
1611
|
-
* @aigne/ollama bumped to 0.7.52
|
|
1612
|
-
* @aigne/open-router bumped to 0.7.52
|
|
1613
|
-
* @aigne/openai bumped to 0.16.6
|
|
1614
|
-
* @aigne/poe bumped to 1.0.32
|
|
1615
|
-
* @aigne/transport bumped to 0.15.15
|
|
1616
|
-
* @aigne/xai bumped to 0.7.52
|
|
1617
|
-
* devDependencies
|
|
1618
|
-
* @aigne/test-utils bumped to 0.5.59
|
|
1619
|
-
|
|
1620
|
-
## [0.10.6-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.6-beta.3...aigne-hub-v0.10.6-beta.4) (2025-11-12)
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
### Dependencies
|
|
1624
|
-
|
|
1625
|
-
* The following workspace dependencies were updated
|
|
1626
|
-
* dependencies
|
|
1627
|
-
* @aigne/anthropic bumped to 0.14.6-beta.4
|
|
1628
|
-
* @aigne/bedrock bumped to 0.10.11-beta.4
|
|
1629
|
-
* @aigne/core bumped to 1.67.0-beta.4
|
|
1630
|
-
* @aigne/deepseek bumped to 0.7.52-beta.4
|
|
1631
|
-
* @aigne/doubao bumped to 1.1.6-beta.4
|
|
1632
|
-
* @aigne/gemini bumped to 0.14.6-beta.4
|
|
1633
|
-
* @aigne/ideogram bumped to 0.4.6-beta.4
|
|
1634
|
-
* @aigne/ollama bumped to 0.7.52-beta.4
|
|
1635
|
-
* @aigne/open-router bumped to 0.7.52-beta.4
|
|
1636
|
-
* @aigne/openai bumped to 0.16.6-beta.4
|
|
1637
|
-
* @aigne/poe bumped to 1.0.32-beta.4
|
|
1638
|
-
* @aigne/transport bumped to 0.15.15-beta.4
|
|
1639
|
-
* @aigne/xai bumped to 0.7.52-beta.4
|
|
1640
|
-
* devDependencies
|
|
1641
|
-
* @aigne/test-utils bumped to 0.5.59-beta.4
|
|
1642
|
-
|
|
1643
|
-
## [0.10.6-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.6-beta.2...aigne-hub-v0.10.6-beta.3) (2025-11-12)
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
### Dependencies
|
|
1647
|
-
|
|
1648
|
-
* The following workspace dependencies were updated
|
|
1649
|
-
* dependencies
|
|
1650
|
-
* @aigne/anthropic bumped to 0.14.6-beta.3
|
|
1651
|
-
* @aigne/bedrock bumped to 0.10.11-beta.3
|
|
1652
|
-
* @aigne/core bumped to 1.67.0-beta.3
|
|
1653
|
-
* @aigne/deepseek bumped to 0.7.52-beta.3
|
|
1654
|
-
* @aigne/doubao bumped to 1.1.6-beta.3
|
|
1655
|
-
* @aigne/gemini bumped to 0.14.6-beta.3
|
|
1656
|
-
* @aigne/ideogram bumped to 0.4.6-beta.3
|
|
1657
|
-
* @aigne/ollama bumped to 0.7.52-beta.3
|
|
1658
|
-
* @aigne/open-router bumped to 0.7.52-beta.3
|
|
1659
|
-
* @aigne/openai bumped to 0.16.6-beta.3
|
|
1660
|
-
* @aigne/poe bumped to 1.0.32-beta.3
|
|
1661
|
-
* @aigne/transport bumped to 0.15.15-beta.3
|
|
1662
|
-
* @aigne/xai bumped to 0.7.52-beta.3
|
|
1663
|
-
* devDependencies
|
|
1664
|
-
* @aigne/test-utils bumped to 0.5.59-beta.3
|
|
1665
|
-
|
|
1666
|
-
## [0.10.6-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.6-beta.1...aigne-hub-v0.10.6-beta.2) (2025-11-12)
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
### Dependencies
|
|
1670
|
-
|
|
1671
|
-
* The following workspace dependencies were updated
|
|
1672
|
-
* dependencies
|
|
1673
|
-
* @aigne/anthropic bumped to 0.14.6-beta.2
|
|
1674
|
-
* @aigne/bedrock bumped to 0.10.11-beta.2
|
|
1675
|
-
* @aigne/core bumped to 1.67.0-beta.2
|
|
1676
|
-
* @aigne/deepseek bumped to 0.7.52-beta.2
|
|
1677
|
-
* @aigne/doubao bumped to 1.1.6-beta.2
|
|
1678
|
-
* @aigne/gemini bumped to 0.14.6-beta.2
|
|
1679
|
-
* @aigne/ideogram bumped to 0.4.6-beta.2
|
|
1680
|
-
* @aigne/ollama bumped to 0.7.52-beta.2
|
|
1681
|
-
* @aigne/open-router bumped to 0.7.52-beta.2
|
|
1682
|
-
* @aigne/openai bumped to 0.16.6-beta.2
|
|
1683
|
-
* @aigne/poe bumped to 1.0.32-beta.2
|
|
1684
|
-
* @aigne/transport bumped to 0.15.15-beta.2
|
|
1685
|
-
* @aigne/xai bumped to 0.7.52-beta.2
|
|
1686
|
-
* devDependencies
|
|
1687
|
-
* @aigne/test-utils bumped to 0.5.59-beta.2
|
|
1688
|
-
|
|
1689
|
-
## [0.10.6-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.6-beta...aigne-hub-v0.10.6-beta.1) (2025-11-12)
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
### Dependencies
|
|
1693
|
-
|
|
1694
|
-
* The following workspace dependencies were updated
|
|
1695
|
-
* dependencies
|
|
1696
|
-
* @aigne/anthropic bumped to 0.14.6-beta.1
|
|
1697
|
-
* @aigne/bedrock bumped to 0.10.11-beta.1
|
|
1698
|
-
* @aigne/core bumped to 1.67.0-beta.1
|
|
1699
|
-
* @aigne/deepseek bumped to 0.7.52-beta.1
|
|
1700
|
-
* @aigne/doubao bumped to 1.1.6-beta.1
|
|
1701
|
-
* @aigne/gemini bumped to 0.14.6-beta.1
|
|
1702
|
-
* @aigne/ideogram bumped to 0.4.6-beta.1
|
|
1703
|
-
* @aigne/ollama bumped to 0.7.52-beta.1
|
|
1704
|
-
* @aigne/open-router bumped to 0.7.52-beta.1
|
|
1705
|
-
* @aigne/openai bumped to 0.16.6-beta.1
|
|
1706
|
-
* @aigne/poe bumped to 1.0.32-beta.1
|
|
1707
|
-
* @aigne/transport bumped to 0.15.15-beta.1
|
|
1708
|
-
* @aigne/xai bumped to 0.7.52-beta.1
|
|
1709
|
-
* devDependencies
|
|
1710
|
-
* @aigne/test-utils bumped to 0.5.59-beta.1
|
|
1711
|
-
|
|
1712
|
-
## [0.10.6-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.5...aigne-hub-v0.10.6-beta) (2025-11-11)
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
### Bug Fixes
|
|
1716
|
-
|
|
1717
|
-
* **model:** normalize model names to support flexible provider/model format ([#712](https://github.com/AIGNE-io/aigne-framework/issues/712)) ([9f23755](https://github.com/AIGNE-io/aigne-framework/commit/9f23755406e1890e4523c778e71fd3d04c9f3e57))
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
### Dependencies
|
|
1721
|
-
|
|
1722
|
-
* The following workspace dependencies were updated
|
|
1723
|
-
* dependencies
|
|
1724
|
-
* @aigne/anthropic bumped to 0.14.6-beta
|
|
1725
|
-
* @aigne/bedrock bumped to 0.10.11-beta
|
|
1726
|
-
* @aigne/core bumped to 1.67.0-beta
|
|
1727
|
-
* @aigne/deepseek bumped to 0.7.52-beta
|
|
1728
|
-
* @aigne/doubao bumped to 1.1.6-beta
|
|
1729
|
-
* @aigne/gemini bumped to 0.14.6-beta
|
|
1730
|
-
* @aigne/ideogram bumped to 0.4.6-beta
|
|
1731
|
-
* @aigne/ollama bumped to 0.7.52-beta
|
|
1732
|
-
* @aigne/open-router bumped to 0.7.52-beta
|
|
1733
|
-
* @aigne/openai bumped to 0.16.6-beta
|
|
1734
|
-
* @aigne/poe bumped to 1.0.32-beta
|
|
1735
|
-
* @aigne/transport bumped to 0.15.15-beta
|
|
1736
|
-
* @aigne/xai bumped to 0.7.52-beta
|
|
1737
|
-
* devDependencies
|
|
1738
|
-
* @aigne/test-utils bumped to 0.5.59-beta
|
|
1739
|
-
|
|
1740
|
-
## [0.10.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.5-beta.6...aigne-hub-v0.10.5) (2025-11-07)
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
### Dependencies
|
|
1744
|
-
|
|
1745
|
-
* The following workspace dependencies were updated
|
|
1746
|
-
* dependencies
|
|
1747
|
-
* @aigne/anthropic bumped to 0.14.5
|
|
1748
|
-
* @aigne/bedrock bumped to 0.10.10
|
|
1749
|
-
* @aigne/core bumped to 1.66.0
|
|
1750
|
-
* @aigne/deepseek bumped to 0.7.51
|
|
1751
|
-
* @aigne/doubao bumped to 1.1.5
|
|
1752
|
-
* @aigne/gemini bumped to 0.14.5
|
|
1753
|
-
* @aigne/ideogram bumped to 0.4.5
|
|
1754
|
-
* @aigne/ollama bumped to 0.7.51
|
|
1755
|
-
* @aigne/open-router bumped to 0.7.51
|
|
1756
|
-
* @aigne/openai bumped to 0.16.5
|
|
1757
|
-
* @aigne/poe bumped to 1.0.31
|
|
1758
|
-
* @aigne/transport bumped to 0.15.14
|
|
1759
|
-
* @aigne/xai bumped to 0.7.51
|
|
1760
|
-
* devDependencies
|
|
1761
|
-
* @aigne/test-utils bumped to 0.5.58
|
|
1762
|
-
|
|
1763
|
-
## [0.10.5-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.5-beta.5...aigne-hub-v0.10.5-beta.6) (2025-11-07)
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
### Dependencies
|
|
1767
|
-
|
|
1768
|
-
* The following workspace dependencies were updated
|
|
1769
|
-
* dependencies
|
|
1770
|
-
* @aigne/anthropic bumped to 0.14.5-beta.6
|
|
1771
|
-
* @aigne/bedrock bumped to 0.10.10-beta.6
|
|
1772
|
-
* @aigne/core bumped to 1.66.0-beta.5
|
|
1773
|
-
* @aigne/deepseek bumped to 0.7.51-beta.6
|
|
1774
|
-
* @aigne/doubao bumped to 1.1.5-beta.6
|
|
1775
|
-
* @aigne/gemini bumped to 0.14.5-beta.6
|
|
1776
|
-
* @aigne/ideogram bumped to 0.4.5-beta.6
|
|
1777
|
-
* @aigne/ollama bumped to 0.7.51-beta.6
|
|
1778
|
-
* @aigne/open-router bumped to 0.7.51-beta.6
|
|
1779
|
-
* @aigne/openai bumped to 0.16.5-beta.6
|
|
1780
|
-
* @aigne/poe bumped to 1.0.31-beta.6
|
|
1781
|
-
* @aigne/transport bumped to 0.15.14-beta.6
|
|
1782
|
-
* @aigne/xai bumped to 0.7.51-beta.6
|
|
1783
|
-
* devDependencies
|
|
1784
|
-
* @aigne/test-utils bumped to 0.5.58-beta.6
|
|
1785
|
-
|
|
1786
|
-
## [0.10.5-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.5-beta.4...aigne-hub-v0.10.5-beta.5) (2025-11-06)
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
### Bug Fixes
|
|
1790
|
-
|
|
1791
|
-
* **models:** apply dynamic model options resolution and use url output type ([#710](https://github.com/AIGNE-io/aigne-framework/issues/710)) ([1026034](https://github.com/AIGNE-io/aigne-framework/commit/102603402d8fa3ccd52e06f378a73f66ab7464ed))
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
### Dependencies
|
|
1795
|
-
|
|
1796
|
-
* The following workspace dependencies were updated
|
|
1797
|
-
* dependencies
|
|
1798
|
-
* @aigne/anthropic bumped to 0.14.5-beta.5
|
|
1799
|
-
* @aigne/bedrock bumped to 0.10.10-beta.5
|
|
1800
|
-
* @aigne/core bumped to 1.66.0-beta.4
|
|
1801
|
-
* @aigne/deepseek bumped to 0.7.51-beta.5
|
|
1802
|
-
* @aigne/doubao bumped to 1.1.5-beta.5
|
|
1803
|
-
* @aigne/gemini bumped to 0.14.5-beta.5
|
|
1804
|
-
* @aigne/ideogram bumped to 0.4.5-beta.5
|
|
1805
|
-
* @aigne/ollama bumped to 0.7.51-beta.5
|
|
1806
|
-
* @aigne/open-router bumped to 0.7.51-beta.5
|
|
1807
|
-
* @aigne/openai bumped to 0.16.5-beta.5
|
|
1808
|
-
* @aigne/poe bumped to 1.0.31-beta.5
|
|
1809
|
-
* @aigne/transport bumped to 0.15.14-beta.5
|
|
1810
|
-
* @aigne/xai bumped to 0.7.51-beta.5
|
|
1811
|
-
* devDependencies
|
|
1812
|
-
* @aigne/test-utils bumped to 0.5.58-beta.5
|
|
1813
|
-
|
|
1814
|
-
## [0.10.5-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.5-beta.3...aigne-hub-v0.10.5-beta.4) (2025-11-06)
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
### Features
|
|
1818
|
-
|
|
1819
|
-
* 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))
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
### Bug Fixes
|
|
1823
|
-
|
|
1824
|
-
* add configurable timeout for fetch requests and set 3min timeout for hub video model ([4eb7f3d](https://github.com/AIGNE-io/aigne-framework/commit/4eb7f3df590992742706197bcb48b4db35ccc948))
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
### Dependencies
|
|
1828
|
-
|
|
1829
|
-
* The following workspace dependencies were updated
|
|
1830
|
-
* dependencies
|
|
1831
|
-
* @aigne/anthropic bumped to 0.14.5-beta.4
|
|
1832
|
-
* @aigne/bedrock bumped to 0.10.10-beta.4
|
|
1833
|
-
* @aigne/core bumped to 1.66.0-beta.3
|
|
1834
|
-
* @aigne/deepseek bumped to 0.7.51-beta.4
|
|
1835
|
-
* @aigne/doubao bumped to 1.1.5-beta.4
|
|
1836
|
-
* @aigne/gemini bumped to 0.14.5-beta.4
|
|
1837
|
-
* @aigne/ideogram bumped to 0.4.5-beta.4
|
|
1838
|
-
* @aigne/ollama bumped to 0.7.51-beta.4
|
|
1839
|
-
* @aigne/open-router bumped to 0.7.51-beta.4
|
|
1840
|
-
* @aigne/openai bumped to 0.16.5-beta.4
|
|
1841
|
-
* @aigne/poe bumped to 1.0.31-beta.4
|
|
1842
|
-
* @aigne/transport bumped to 0.15.14-beta.4
|
|
1843
|
-
* @aigne/xai bumped to 0.7.51-beta.4
|
|
1844
|
-
* devDependencies
|
|
1845
|
-
* @aigne/test-utils bumped to 0.5.58-beta.4
|
|
1846
|
-
|
|
1847
|
-
## [0.10.5-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.5-beta.2...aigne-hub-v0.10.5-beta.3) (2025-11-05)
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
### Dependencies
|
|
1851
|
-
|
|
1852
|
-
* The following workspace dependencies were updated
|
|
1853
|
-
* dependencies
|
|
1854
|
-
* @aigne/anthropic bumped to 0.14.5-beta.3
|
|
1855
|
-
* @aigne/bedrock bumped to 0.10.10-beta.3
|
|
1856
|
-
* @aigne/core bumped to 1.65.1-beta.3
|
|
1857
|
-
* @aigne/deepseek bumped to 0.7.51-beta.3
|
|
1858
|
-
* @aigne/doubao bumped to 1.1.5-beta.3
|
|
1859
|
-
* @aigne/gemini bumped to 0.14.5-beta.3
|
|
1860
|
-
* @aigne/ideogram bumped to 0.4.5-beta.3
|
|
1861
|
-
* @aigne/ollama bumped to 0.7.51-beta.3
|
|
1862
|
-
* @aigne/open-router bumped to 0.7.51-beta.3
|
|
1863
|
-
* @aigne/openai bumped to 0.16.5-beta.3
|
|
1864
|
-
* @aigne/poe bumped to 1.0.31-beta.3
|
|
1865
|
-
* @aigne/transport bumped to 0.15.14-beta.3
|
|
1866
|
-
* @aigne/xai bumped to 0.7.51-beta.3
|
|
1867
|
-
* devDependencies
|
|
1868
|
-
* @aigne/test-utils bumped to 0.5.58-beta.3
|
|
1869
|
-
|
|
1870
|
-
## [0.10.5-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.5-beta.1...aigne-hub-v0.10.5-beta.2) (2025-11-04)
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
### Bug Fixes
|
|
1874
|
-
|
|
1875
|
-
* **cli:** optimize app startup by restructuring CLI application loading ([#698](https://github.com/AIGNE-io/aigne-framework/issues/698)) ([20c5059](https://github.com/AIGNE-io/aigne-framework/commit/20c50591bbd9a958b29409eca3ede5e341db2b7d))
|
|
1876
|
-
* **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))
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
### Dependencies
|
|
1880
|
-
|
|
1881
|
-
* The following workspace dependencies were updated
|
|
1882
|
-
* dependencies
|
|
1883
|
-
* @aigne/anthropic bumped to 0.14.5-beta.2
|
|
1884
|
-
* @aigne/bedrock bumped to 0.10.10-beta.2
|
|
1885
|
-
* @aigne/core bumped to 1.65.1-beta.2
|
|
1886
|
-
* @aigne/deepseek bumped to 0.7.51-beta.2
|
|
1887
|
-
* @aigne/doubao bumped to 1.1.5-beta.2
|
|
1888
|
-
* @aigne/gemini bumped to 0.14.5-beta.2
|
|
1889
|
-
* @aigne/ideogram bumped to 0.4.5-beta.2
|
|
1890
|
-
* @aigne/ollama bumped to 0.7.51-beta.2
|
|
1891
|
-
* @aigne/open-router bumped to 0.7.51-beta.2
|
|
1892
|
-
* @aigne/openai bumped to 0.16.5-beta.2
|
|
1893
|
-
* @aigne/poe bumped to 1.0.31-beta.2
|
|
1894
|
-
* @aigne/transport bumped to 0.15.14-beta.2
|
|
1895
|
-
* @aigne/xai bumped to 0.7.51-beta.2
|
|
1896
|
-
* devDependencies
|
|
1897
|
-
* @aigne/test-utils bumped to 0.5.58-beta.2
|
|
1898
|
-
|
|
1899
|
-
## [0.10.5-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.5-beta...aigne-hub-v0.10.5-beta.1) (2025-11-04)
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
### Bug Fixes
|
|
1903
|
-
|
|
1904
|
-
* add fetch utility with timeout and enhanced error handling ([#694](https://github.com/AIGNE-io/aigne-framework/issues/694)) ([c2d4076](https://github.com/AIGNE-io/aigne-framework/commit/c2d4076ec590150d2751591a4f723721f78381e9))
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
### Dependencies
|
|
1908
|
-
|
|
1909
|
-
* The following workspace dependencies were updated
|
|
1910
|
-
* dependencies
|
|
1911
|
-
* @aigne/anthropic bumped to 0.14.5-beta.1
|
|
1912
|
-
* @aigne/bedrock bumped to 0.10.10-beta.1
|
|
1913
|
-
* @aigne/core bumped to 1.65.1-beta.1
|
|
1914
|
-
* @aigne/deepseek bumped to 0.7.51-beta.1
|
|
1915
|
-
* @aigne/doubao bumped to 1.1.5-beta.1
|
|
1916
|
-
* @aigne/gemini bumped to 0.14.5-beta.1
|
|
1917
|
-
* @aigne/ideogram bumped to 0.4.5-beta.1
|
|
1918
|
-
* @aigne/ollama bumped to 0.7.51-beta.1
|
|
1919
|
-
* @aigne/open-router bumped to 0.7.51-beta.1
|
|
1920
|
-
* @aigne/openai bumped to 0.16.5-beta.1
|
|
1921
|
-
* @aigne/poe bumped to 1.0.31-beta.1
|
|
1922
|
-
* @aigne/transport bumped to 0.15.14-beta.1
|
|
1923
|
-
* @aigne/xai bumped to 0.7.51-beta.1
|
|
1924
|
-
* devDependencies
|
|
1925
|
-
* @aigne/test-utils bumped to 0.5.58-beta.1
|
|
1926
|
-
|
|
1927
|
-
## [0.10.5-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4...aigne-hub-v0.10.5-beta) (2025-11-03)
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
### Dependencies
|
|
1931
|
-
|
|
1932
|
-
* The following workspace dependencies were updated
|
|
1933
|
-
* dependencies
|
|
1934
|
-
* @aigne/anthropic bumped to 0.14.5-beta
|
|
1935
|
-
* @aigne/bedrock bumped to 0.10.10-beta
|
|
1936
|
-
* @aigne/core bumped to 1.65.1-beta
|
|
1937
|
-
* @aigne/deepseek bumped to 0.7.51-beta
|
|
1938
|
-
* @aigne/doubao bumped to 1.1.5-beta
|
|
1939
|
-
* @aigne/gemini bumped to 0.14.5-beta
|
|
1940
|
-
* @aigne/ideogram bumped to 0.4.5-beta
|
|
1941
|
-
* @aigne/ollama bumped to 0.7.51-beta
|
|
1942
|
-
* @aigne/open-router bumped to 0.7.51-beta
|
|
1943
|
-
* @aigne/openai bumped to 0.16.5-beta
|
|
1944
|
-
* @aigne/poe bumped to 1.0.31-beta
|
|
1945
|
-
* @aigne/transport bumped to 0.15.14-beta
|
|
1946
|
-
* @aigne/xai bumped to 0.7.51-beta
|
|
1947
|
-
* devDependencies
|
|
1948
|
-
* @aigne/test-utils bumped to 0.5.58-beta
|
|
1949
|
-
|
|
1950
|
-
## [0.10.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4-beta.8...aigne-hub-v0.10.4) (2025-10-31)
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
### Dependencies
|
|
1954
|
-
|
|
1955
|
-
* The following workspace dependencies were updated
|
|
1956
|
-
* dependencies
|
|
1957
|
-
* @aigne/anthropic bumped to 0.14.4
|
|
1958
|
-
* @aigne/bedrock bumped to 0.10.9
|
|
1959
|
-
* @aigne/core bumped to 1.65.0
|
|
1960
|
-
* @aigne/deepseek bumped to 0.7.50
|
|
1961
|
-
* @aigne/doubao bumped to 1.1.4
|
|
1962
|
-
* @aigne/gemini bumped to 0.14.4
|
|
1963
|
-
* @aigne/ideogram bumped to 0.4.4
|
|
1964
|
-
* @aigne/ollama bumped to 0.7.50
|
|
1965
|
-
* @aigne/open-router bumped to 0.7.50
|
|
1966
|
-
* @aigne/openai bumped to 0.16.4
|
|
1967
|
-
* @aigne/poe bumped to 1.0.30
|
|
1968
|
-
* @aigne/transport bumped to 0.15.13
|
|
1969
|
-
* @aigne/xai bumped to 0.7.50
|
|
1970
|
-
* devDependencies
|
|
1971
|
-
* @aigne/test-utils bumped to 0.5.57
|
|
1972
|
-
|
|
1973
|
-
## [0.10.4-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4-beta.7...aigne-hub-v0.10.4-beta.8) (2025-10-31)
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
### Bug Fixes
|
|
1977
|
-
|
|
1978
|
-
* **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))
|
|
1979
|
-
* **observability:** add image/video model cost calculation and improve trace detail UX ([#683](https://github.com/AIGNE-io/aigne-framework/issues/683)) ([07964e4](https://github.com/AIGNE-io/aigne-framework/commit/07964e47d84636b49a291bfe5c1cc1c4dd31f722))
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
### Dependencies
|
|
1983
|
-
|
|
1984
|
-
* The following workspace dependencies were updated
|
|
1985
|
-
* dependencies
|
|
1986
|
-
* @aigne/anthropic bumped to 0.14.4-beta.6
|
|
1987
|
-
* @aigne/bedrock bumped to 0.10.9-beta.6
|
|
1988
|
-
* @aigne/core bumped to 1.65.0-beta.5
|
|
1989
|
-
* @aigne/deepseek bumped to 0.7.50-beta.6
|
|
1990
|
-
* @aigne/doubao bumped to 1.1.4-beta.6
|
|
1991
|
-
* @aigne/gemini bumped to 0.14.4-beta.8
|
|
1992
|
-
* @aigne/ideogram bumped to 0.4.4-beta.6
|
|
1993
|
-
* @aigne/ollama bumped to 0.7.50-beta.6
|
|
1994
|
-
* @aigne/open-router bumped to 0.7.50-beta.6
|
|
1995
|
-
* @aigne/openai bumped to 0.16.4-beta.6
|
|
1996
|
-
* @aigne/poe bumped to 1.0.30-beta.6
|
|
1997
|
-
* @aigne/transport bumped to 0.15.13-beta.6
|
|
1998
|
-
* @aigne/xai bumped to 0.7.50-beta.6
|
|
1999
|
-
* devDependencies
|
|
2000
|
-
* @aigne/test-utils bumped to 0.5.57-beta.6
|
|
2001
|
-
|
|
2002
|
-
## [0.10.4-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4-beta.6...aigne-hub-v0.10.4-beta.7) (2025-10-29)
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
### Features
|
|
2006
|
-
|
|
2007
|
-
* 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))
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
### Dependencies
|
|
2011
|
-
|
|
2012
|
-
* The following workspace dependencies were updated
|
|
2013
|
-
* dependencies
|
|
2014
|
-
* @aigne/anthropic bumped to 0.14.4-beta.5
|
|
2015
|
-
* @aigne/bedrock bumped to 0.10.9-beta.5
|
|
2016
|
-
* @aigne/core bumped to 1.65.0-beta.4
|
|
2017
|
-
* @aigne/deepseek bumped to 0.7.50-beta.5
|
|
2018
|
-
* @aigne/doubao bumped to 1.1.4-beta.5
|
|
2019
|
-
* @aigne/gemini bumped to 0.14.4-beta.7
|
|
2020
|
-
* @aigne/ideogram bumped to 0.4.4-beta.5
|
|
2021
|
-
* @aigne/ollama bumped to 0.7.50-beta.5
|
|
2022
|
-
* @aigne/open-router bumped to 0.7.50-beta.5
|
|
2023
|
-
* @aigne/openai bumped to 0.16.4-beta.5
|
|
2024
|
-
* @aigne/poe bumped to 1.0.30-beta.5
|
|
2025
|
-
* @aigne/transport bumped to 0.15.13-beta.5
|
|
2026
|
-
* @aigne/xai bumped to 0.7.50-beta.5
|
|
2027
|
-
* devDependencies
|
|
2028
|
-
* @aigne/test-utils bumped to 0.5.57-beta.5
|
|
2029
|
-
|
|
2030
|
-
## [0.10.4-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4-beta.5...aigne-hub-v0.10.4-beta.6) (2025-10-28)
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
### Dependencies
|
|
2034
|
-
|
|
2035
|
-
* The following workspace dependencies were updated
|
|
2036
|
-
* dependencies
|
|
2037
|
-
* @aigne/anthropic bumped to 0.14.4-beta.4
|
|
2038
|
-
* @aigne/bedrock bumped to 0.10.9-beta.4
|
|
2039
|
-
* @aigne/core bumped to 1.65.0-beta.3
|
|
2040
|
-
* @aigne/deepseek bumped to 0.7.50-beta.4
|
|
2041
|
-
* @aigne/doubao bumped to 1.1.4-beta.4
|
|
2042
|
-
* @aigne/gemini bumped to 0.14.4-beta.6
|
|
2043
|
-
* @aigne/ideogram bumped to 0.4.4-beta.4
|
|
2044
|
-
* @aigne/ollama bumped to 0.7.50-beta.4
|
|
2045
|
-
* @aigne/open-router bumped to 0.7.50-beta.4
|
|
2046
|
-
* @aigne/openai bumped to 0.16.4-beta.4
|
|
2047
|
-
* @aigne/poe bumped to 1.0.30-beta.4
|
|
2048
|
-
* @aigne/transport bumped to 0.15.13-beta.4
|
|
2049
|
-
* @aigne/xai bumped to 0.7.50-beta.4
|
|
2050
|
-
* devDependencies
|
|
2051
|
-
* @aigne/test-utils bumped to 0.5.57-beta.4
|
|
2052
|
-
|
|
2053
|
-
## [0.10.4-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4-beta.4...aigne-hub-v0.10.4-beta.5) (2025-10-28)
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
### Bug Fixes
|
|
2057
|
-
|
|
2058
|
-
* **core:** added support for URL file type handling, expanding the range of supported file formats ([#671](https://github.com/AIGNE-io/aigne-framework/issues/671)) ([fea4519](https://github.com/AIGNE-io/aigne-framework/commit/fea45197e87cf7b19499c48b41626062824d1355))
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
### Dependencies
|
|
2062
|
-
|
|
2063
|
-
* The following workspace dependencies were updated
|
|
2064
|
-
* dependencies
|
|
2065
|
-
* @aigne/anthropic bumped to 0.14.4-beta.3
|
|
2066
|
-
* @aigne/bedrock bumped to 0.10.9-beta.3
|
|
2067
|
-
* @aigne/core bumped to 1.65.0-beta.2
|
|
2068
|
-
* @aigne/deepseek bumped to 0.7.50-beta.3
|
|
2069
|
-
* @aigne/doubao bumped to 1.1.4-beta.3
|
|
2070
|
-
* @aigne/gemini bumped to 0.14.4-beta.5
|
|
2071
|
-
* @aigne/ideogram bumped to 0.4.4-beta.3
|
|
2072
|
-
* @aigne/ollama bumped to 0.7.50-beta.3
|
|
2073
|
-
* @aigne/open-router bumped to 0.7.50-beta.3
|
|
2074
|
-
* @aigne/openai bumped to 0.16.4-beta.3
|
|
2075
|
-
* @aigne/poe bumped to 1.0.30-beta.3
|
|
2076
|
-
* @aigne/transport bumped to 0.15.13-beta.3
|
|
2077
|
-
* @aigne/xai bumped to 0.7.50-beta.3
|
|
2078
|
-
* devDependencies
|
|
2079
|
-
* @aigne/test-utils bumped to 0.5.57-beta.3
|
|
2080
|
-
|
|
2081
|
-
## [0.10.4-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4-beta.3...aigne-hub-v0.10.4-beta.4) (2025-10-27)
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
### Dependencies
|
|
2085
|
-
|
|
2086
|
-
* The following workspace dependencies were updated
|
|
2087
|
-
* dependencies
|
|
2088
|
-
* @aigne/gemini bumped to 0.14.4-beta.4
|
|
2089
|
-
|
|
2090
|
-
## [0.10.4-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4-beta.2...aigne-hub-v0.10.4-beta.3) (2025-10-26)
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
### Bug Fixes
|
|
2094
|
-
|
|
2095
|
-
* **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))
|
|
2096
|
-
* **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))
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
### Dependencies
|
|
2100
|
-
|
|
2101
|
-
* The following workspace dependencies were updated
|
|
2102
|
-
* dependencies
|
|
2103
|
-
* @aigne/anthropic bumped to 0.14.4-beta.2
|
|
2104
|
-
* @aigne/bedrock bumped to 0.10.9-beta.2
|
|
2105
|
-
* @aigne/core bumped to 1.65.0-beta.1
|
|
2106
|
-
* @aigne/deepseek bumped to 0.7.50-beta.2
|
|
2107
|
-
* @aigne/doubao bumped to 1.1.4-beta.2
|
|
2108
|
-
* @aigne/gemini bumped to 0.14.4-beta.3
|
|
2109
|
-
* @aigne/ideogram bumped to 0.4.4-beta.2
|
|
2110
|
-
* @aigne/ollama bumped to 0.7.50-beta.2
|
|
2111
|
-
* @aigne/open-router bumped to 0.7.50-beta.2
|
|
2112
|
-
* @aigne/openai bumped to 0.16.4-beta.2
|
|
2113
|
-
* @aigne/poe bumped to 1.0.30-beta.2
|
|
2114
|
-
* @aigne/transport bumped to 0.15.13-beta.2
|
|
2115
|
-
* @aigne/xai bumped to 0.7.50-beta.2
|
|
2116
|
-
* devDependencies
|
|
2117
|
-
* @aigne/test-utils bumped to 0.5.57-beta.2
|
|
2118
|
-
|
|
2119
|
-
## [0.10.4-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4-beta.1...aigne-hub-v0.10.4-beta.2) (2025-10-24)
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
### Features
|
|
2123
|
-
|
|
2124
|
-
* **model:** support video model ([#647](https://github.com/AIGNE-io/aigne-framework/issues/647)) ([de81742](https://github.com/AIGNE-io/aigne-framework/commit/de817421ef1dd3246d0d8c51ff12f0a855658f9f))
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
### Dependencies
|
|
2128
|
-
|
|
2129
|
-
* The following workspace dependencies were updated
|
|
2130
|
-
* dependencies
|
|
2131
|
-
* @aigne/anthropic bumped to 0.14.4-beta.1
|
|
2132
|
-
* @aigne/bedrock bumped to 0.10.9-beta.1
|
|
2133
|
-
* @aigne/core bumped to 1.65.0-beta
|
|
2134
|
-
* @aigne/deepseek bumped to 0.7.50-beta.1
|
|
2135
|
-
* @aigne/doubao bumped to 1.1.4-beta.1
|
|
2136
|
-
* @aigne/gemini bumped to 0.14.4-beta.2
|
|
2137
|
-
* @aigne/ideogram bumped to 0.4.4-beta.1
|
|
2138
|
-
* @aigne/ollama bumped to 0.7.50-beta.1
|
|
2139
|
-
* @aigne/open-router bumped to 0.7.50-beta.1
|
|
2140
|
-
* @aigne/openai bumped to 0.16.4-beta.1
|
|
2141
|
-
* @aigne/poe bumped to 1.0.30-beta.1
|
|
2142
|
-
* @aigne/transport bumped to 0.15.13-beta.1
|
|
2143
|
-
* @aigne/xai bumped to 0.7.50-beta.1
|
|
2144
|
-
* devDependencies
|
|
2145
|
-
* @aigne/test-utils bumped to 0.5.57-beta.1
|
|
2146
|
-
|
|
2147
|
-
## [0.10.4-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.4-beta...aigne-hub-v0.10.4-beta.1) (2025-10-24)
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
### Dependencies
|
|
2151
|
-
|
|
2152
|
-
* The following workspace dependencies were updated
|
|
2153
|
-
* dependencies
|
|
2154
|
-
* @aigne/gemini bumped to 0.14.4-beta.1
|
|
2155
|
-
|
|
2156
|
-
## [0.10.4-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.3...aigne-hub-v0.10.4-beta) (2025-10-23)
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
### Dependencies
|
|
2160
|
-
|
|
2161
|
-
* The following workspace dependencies were updated
|
|
2162
|
-
* dependencies
|
|
2163
|
-
* @aigne/anthropic bumped to 0.14.4-beta
|
|
2164
|
-
* @aigne/bedrock bumped to 0.10.9-beta
|
|
2165
|
-
* @aigne/core bumped to 1.64.1-beta
|
|
2166
|
-
* @aigne/deepseek bumped to 0.7.50-beta
|
|
2167
|
-
* @aigne/doubao bumped to 1.1.4-beta
|
|
2168
|
-
* @aigne/gemini bumped to 0.14.4-beta
|
|
2169
|
-
* @aigne/ideogram bumped to 0.4.4-beta
|
|
2170
|
-
* @aigne/ollama bumped to 0.7.50-beta
|
|
2171
|
-
* @aigne/open-router bumped to 0.7.50-beta
|
|
2172
|
-
* @aigne/openai bumped to 0.16.4-beta
|
|
2173
|
-
* @aigne/poe bumped to 1.0.30-beta
|
|
2174
|
-
* @aigne/transport bumped to 0.15.13-beta
|
|
2175
|
-
* @aigne/xai bumped to 0.7.50-beta
|
|
2176
|
-
* devDependencies
|
|
2177
|
-
* @aigne/test-utils bumped to 0.5.57-beta
|
|
2178
|
-
|
|
2179
|
-
## [0.10.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.3-beta.1...aigne-hub-v0.10.3) (2025-10-22)
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
### Dependencies
|
|
2183
|
-
|
|
2184
|
-
* The following workspace dependencies were updated
|
|
2185
|
-
* dependencies
|
|
2186
|
-
* @aigne/anthropic bumped to 0.14.3
|
|
2187
|
-
* @aigne/bedrock bumped to 0.10.8
|
|
2188
|
-
* @aigne/core bumped to 1.64.0
|
|
2189
|
-
* @aigne/deepseek bumped to 0.7.49
|
|
2190
|
-
* @aigne/doubao bumped to 1.1.3
|
|
2191
|
-
* @aigne/gemini bumped to 0.14.3
|
|
2192
|
-
* @aigne/ideogram bumped to 0.4.3
|
|
2193
|
-
* @aigne/ollama bumped to 0.7.49
|
|
2194
|
-
* @aigne/open-router bumped to 0.7.49
|
|
2195
|
-
* @aigne/openai bumped to 0.16.3
|
|
2196
|
-
* @aigne/poe bumped to 1.0.29
|
|
2197
|
-
* @aigne/transport bumped to 0.15.12
|
|
2198
|
-
* @aigne/xai bumped to 0.7.49
|
|
2199
|
-
* devDependencies
|
|
2200
|
-
* @aigne/test-utils bumped to 0.5.56
|
|
2201
|
-
|
|
2202
|
-
## [0.10.3-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.3-beta...aigne-hub-v0.10.3-beta.1) (2025-10-22)
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
### Bug Fixes
|
|
2206
|
-
|
|
2207
|
-
* improve model name parsing to handle complex model identifiers ([#654](https://github.com/AIGNE-io/aigne-framework/issues/654)) ([4b7faea](https://github.com/AIGNE-io/aigne-framework/commit/4b7faea97f33db34a51c49dde3d6c1cf2679f0cd))
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
### Dependencies
|
|
2211
|
-
|
|
2212
|
-
* The following workspace dependencies were updated
|
|
2213
|
-
* dependencies
|
|
2214
|
-
* @aigne/anthropic bumped to 0.14.3-beta.1
|
|
2215
|
-
* @aigne/bedrock bumped to 0.10.8-beta.1
|
|
2216
|
-
* @aigne/core bumped to 1.64.0-beta.1
|
|
2217
|
-
* @aigne/deepseek bumped to 0.7.49-beta.1
|
|
2218
|
-
* @aigne/doubao bumped to 1.1.3-beta.1
|
|
2219
|
-
* @aigne/gemini bumped to 0.14.3-beta.1
|
|
2220
|
-
* @aigne/ideogram bumped to 0.4.3-beta.1
|
|
2221
|
-
* @aigne/ollama bumped to 0.7.49-beta.1
|
|
2222
|
-
* @aigne/open-router bumped to 0.7.49-beta.1
|
|
2223
|
-
* @aigne/openai bumped to 0.16.3-beta.1
|
|
2224
|
-
* @aigne/poe bumped to 1.0.29-beta.1
|
|
2225
|
-
* @aigne/transport bumped to 0.15.12-beta.1
|
|
2226
|
-
* @aigne/xai bumped to 0.7.49-beta.1
|
|
2227
|
-
* devDependencies
|
|
2228
|
-
* @aigne/test-utils bumped to 0.5.56-beta.1
|
|
2229
|
-
|
|
2230
|
-
## [0.10.3-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2...aigne-hub-v0.10.3-beta) (2025-10-21)
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
### Dependencies
|
|
2234
|
-
|
|
2235
|
-
* The following workspace dependencies were updated
|
|
2236
|
-
* dependencies
|
|
2237
|
-
* @aigne/anthropic bumped to 0.14.3-beta
|
|
2238
|
-
* @aigne/bedrock bumped to 0.10.8-beta
|
|
2239
|
-
* @aigne/core bumped to 1.64.0-beta
|
|
2240
|
-
* @aigne/deepseek bumped to 0.7.49-beta
|
|
2241
|
-
* @aigne/doubao bumped to 1.1.3-beta
|
|
2242
|
-
* @aigne/gemini bumped to 0.14.3-beta
|
|
2243
|
-
* @aigne/ideogram bumped to 0.4.3-beta
|
|
2244
|
-
* @aigne/ollama bumped to 0.7.49-beta
|
|
2245
|
-
* @aigne/open-router bumped to 0.7.49-beta
|
|
2246
|
-
* @aigne/openai bumped to 0.16.3-beta
|
|
2247
|
-
* @aigne/poe bumped to 1.0.29-beta
|
|
2248
|
-
* @aigne/transport bumped to 0.15.12-beta
|
|
2249
|
-
* @aigne/xai bumped to 0.7.49-beta
|
|
2250
|
-
* devDependencies
|
|
2251
|
-
* @aigne/test-utils bumped to 0.5.56-beta
|
|
2252
|
-
|
|
2253
|
-
## [0.10.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.12...aigne-hub-v0.10.2) (2025-10-19)
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
### Dependencies
|
|
2257
|
-
|
|
2258
|
-
* The following workspace dependencies were updated
|
|
2259
|
-
* dependencies
|
|
2260
|
-
* @aigne/anthropic bumped to 0.14.2
|
|
2261
|
-
* @aigne/bedrock bumped to 0.10.7
|
|
2262
|
-
* @aigne/core bumped to 1.63.0
|
|
2263
|
-
* @aigne/deepseek bumped to 0.7.48
|
|
2264
|
-
* @aigne/doubao bumped to 1.1.2
|
|
2265
|
-
* @aigne/gemini bumped to 0.14.2
|
|
2266
|
-
* @aigne/ideogram bumped to 0.4.2
|
|
2267
|
-
* @aigne/ollama bumped to 0.7.48
|
|
2268
|
-
* @aigne/open-router bumped to 0.7.48
|
|
2269
|
-
* @aigne/openai bumped to 0.16.2
|
|
2270
|
-
* @aigne/poe bumped to 1.0.28
|
|
2271
|
-
* @aigne/transport bumped to 0.15.11
|
|
2272
|
-
* @aigne/xai bumped to 0.7.48
|
|
2273
|
-
* devDependencies
|
|
2274
|
-
* @aigne/test-utils bumped to 0.5.55
|
|
2275
|
-
|
|
2276
|
-
## [0.10.2-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.11...aigne-hub-v0.10.2-beta.12) (2025-10-17)
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
### Dependencies
|
|
2280
|
-
|
|
2281
|
-
* The following workspace dependencies were updated
|
|
2282
|
-
* dependencies
|
|
2283
|
-
* @aigne/anthropic bumped to 0.14.2-beta.12
|
|
2284
|
-
* @aigne/bedrock bumped to 0.10.7-beta.12
|
|
2285
|
-
* @aigne/core bumped to 1.63.0-beta.12
|
|
2286
|
-
* @aigne/deepseek bumped to 0.7.48-beta.12
|
|
2287
|
-
* @aigne/doubao bumped to 1.1.2-beta.12
|
|
2288
|
-
* @aigne/gemini bumped to 0.14.2-beta.12
|
|
2289
|
-
* @aigne/ideogram bumped to 0.4.2-beta.12
|
|
2290
|
-
* @aigne/ollama bumped to 0.7.48-beta.12
|
|
2291
|
-
* @aigne/open-router bumped to 0.7.48-beta.12
|
|
2292
|
-
* @aigne/openai bumped to 0.16.2-beta.12
|
|
2293
|
-
* @aigne/poe bumped to 1.0.28-beta.12
|
|
2294
|
-
* @aigne/transport bumped to 0.15.11-beta.12
|
|
2295
|
-
* @aigne/xai bumped to 0.7.48-beta.12
|
|
2296
|
-
* devDependencies
|
|
2297
|
-
* @aigne/test-utils bumped to 0.5.55-beta.12
|
|
2298
|
-
|
|
2299
|
-
## [0.10.2-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.10...aigne-hub-v0.10.2-beta.11) (2025-10-17)
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
### Dependencies
|
|
2303
|
-
|
|
2304
|
-
* The following workspace dependencies were updated
|
|
2305
|
-
* dependencies
|
|
2306
|
-
* @aigne/anthropic bumped to 0.14.2-beta.11
|
|
2307
|
-
* @aigne/bedrock bumped to 0.10.7-beta.11
|
|
2308
|
-
* @aigne/core bumped to 1.63.0-beta.11
|
|
2309
|
-
* @aigne/deepseek bumped to 0.7.48-beta.11
|
|
2310
|
-
* @aigne/doubao bumped to 1.1.2-beta.11
|
|
2311
|
-
* @aigne/gemini bumped to 0.14.2-beta.11
|
|
2312
|
-
* @aigne/ideogram bumped to 0.4.2-beta.11
|
|
2313
|
-
* @aigne/ollama bumped to 0.7.48-beta.11
|
|
2314
|
-
* @aigne/open-router bumped to 0.7.48-beta.11
|
|
2315
|
-
* @aigne/openai bumped to 0.16.2-beta.11
|
|
2316
|
-
* @aigne/poe bumped to 1.0.28-beta.11
|
|
2317
|
-
* @aigne/transport bumped to 0.15.11-beta.11
|
|
2318
|
-
* @aigne/xai bumped to 0.7.48-beta.11
|
|
2319
|
-
* devDependencies
|
|
2320
|
-
* @aigne/test-utils bumped to 0.5.55-beta.11
|
|
2321
|
-
|
|
2322
|
-
## [0.10.2-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.9...aigne-hub-v0.10.2-beta.10) (2025-10-16)
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
### Dependencies
|
|
2326
|
-
|
|
2327
|
-
* The following workspace dependencies were updated
|
|
2328
|
-
* dependencies
|
|
2329
|
-
* @aigne/anthropic bumped to 0.14.2-beta.10
|
|
2330
|
-
* @aigne/bedrock bumped to 0.10.7-beta.10
|
|
2331
|
-
* @aigne/core bumped to 1.63.0-beta.10
|
|
2332
|
-
* @aigne/deepseek bumped to 0.7.48-beta.10
|
|
2333
|
-
* @aigne/doubao bumped to 1.1.2-beta.10
|
|
2334
|
-
* @aigne/gemini bumped to 0.14.2-beta.10
|
|
2335
|
-
* @aigne/ideogram bumped to 0.4.2-beta.10
|
|
2336
|
-
* @aigne/ollama bumped to 0.7.48-beta.10
|
|
2337
|
-
* @aigne/open-router bumped to 0.7.48-beta.10
|
|
2338
|
-
* @aigne/openai bumped to 0.16.2-beta.10
|
|
2339
|
-
* @aigne/poe bumped to 1.0.28-beta.10
|
|
2340
|
-
* @aigne/transport bumped to 0.15.11-beta.10
|
|
2341
|
-
* @aigne/xai bumped to 0.7.48-beta.10
|
|
2342
|
-
* devDependencies
|
|
2343
|
-
* @aigne/test-utils bumped to 0.5.55-beta.10
|
|
2344
|
-
|
|
2345
|
-
## [0.10.2-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.8...aigne-hub-v0.10.2-beta.9) (2025-10-16)
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
### Bug Fixes
|
|
2349
|
-
|
|
2350
|
-
* **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))
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
### Dependencies
|
|
2354
|
-
|
|
2355
|
-
* The following workspace dependencies were updated
|
|
2356
|
-
* dependencies
|
|
2357
|
-
* @aigne/anthropic bumped to 0.14.2-beta.9
|
|
2358
|
-
* @aigne/bedrock bumped to 0.10.7-beta.9
|
|
2359
|
-
* @aigne/core bumped to 1.63.0-beta.9
|
|
2360
|
-
* @aigne/deepseek bumped to 0.7.48-beta.9
|
|
2361
|
-
* @aigne/doubao bumped to 1.1.2-beta.9
|
|
2362
|
-
* @aigne/gemini bumped to 0.14.2-beta.9
|
|
2363
|
-
* @aigne/ideogram bumped to 0.4.2-beta.9
|
|
2364
|
-
* @aigne/ollama bumped to 0.7.48-beta.9
|
|
2365
|
-
* @aigne/open-router bumped to 0.7.48-beta.9
|
|
2366
|
-
* @aigne/openai bumped to 0.16.2-beta.9
|
|
2367
|
-
* @aigne/poe bumped to 1.0.28-beta.9
|
|
2368
|
-
* @aigne/transport bumped to 0.15.11-beta.9
|
|
2369
|
-
* @aigne/xai bumped to 0.7.48-beta.9
|
|
2370
|
-
* devDependencies
|
|
2371
|
-
* @aigne/test-utils bumped to 0.5.55-beta.9
|
|
2372
|
-
|
|
2373
|
-
## [0.10.2-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.7...aigne-hub-v0.10.2-beta.8) (2025-10-16)
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
### Dependencies
|
|
2377
|
-
|
|
2378
|
-
* The following workspace dependencies were updated
|
|
2379
|
-
* dependencies
|
|
2380
|
-
* @aigne/anthropic bumped to 0.14.2-beta.8
|
|
2381
|
-
* @aigne/bedrock bumped to 0.10.7-beta.8
|
|
2382
|
-
* @aigne/core bumped to 1.63.0-beta.8
|
|
2383
|
-
* @aigne/deepseek bumped to 0.7.48-beta.8
|
|
2384
|
-
* @aigne/doubao bumped to 1.1.2-beta.8
|
|
2385
|
-
* @aigne/gemini bumped to 0.14.2-beta.8
|
|
2386
|
-
* @aigne/ideogram bumped to 0.4.2-beta.8
|
|
2387
|
-
* @aigne/ollama bumped to 0.7.48-beta.8
|
|
2388
|
-
* @aigne/open-router bumped to 0.7.48-beta.8
|
|
2389
|
-
* @aigne/openai bumped to 0.16.2-beta.8
|
|
2390
|
-
* @aigne/poe bumped to 1.0.28-beta.8
|
|
2391
|
-
* @aigne/transport bumped to 0.15.11-beta.8
|
|
2392
|
-
* @aigne/xai bumped to 0.7.48-beta.8
|
|
2393
|
-
* devDependencies
|
|
2394
|
-
* @aigne/test-utils bumped to 0.5.55-beta.8
|
|
2395
|
-
|
|
2396
|
-
## [0.10.2-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.6...aigne-hub-v0.10.2-beta.7) (2025-10-15)
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
### Dependencies
|
|
2400
|
-
|
|
2401
|
-
* The following workspace dependencies were updated
|
|
2402
|
-
* dependencies
|
|
2403
|
-
* @aigne/anthropic bumped to 0.14.2-beta.7
|
|
2404
|
-
* @aigne/bedrock bumped to 0.10.7-beta.7
|
|
2405
|
-
* @aigne/core bumped to 1.63.0-beta.7
|
|
2406
|
-
* @aigne/deepseek bumped to 0.7.48-beta.7
|
|
2407
|
-
* @aigne/doubao bumped to 1.1.2-beta.7
|
|
2408
|
-
* @aigne/gemini bumped to 0.14.2-beta.7
|
|
2409
|
-
* @aigne/ideogram bumped to 0.4.2-beta.7
|
|
2410
|
-
* @aigne/ollama bumped to 0.7.48-beta.7
|
|
2411
|
-
* @aigne/open-router bumped to 0.7.48-beta.7
|
|
2412
|
-
* @aigne/openai bumped to 0.16.2-beta.7
|
|
2413
|
-
* @aigne/poe bumped to 1.0.28-beta.7
|
|
2414
|
-
* @aigne/transport bumped to 0.15.11-beta.7
|
|
2415
|
-
* @aigne/xai bumped to 0.7.48-beta.7
|
|
2416
|
-
* devDependencies
|
|
2417
|
-
* @aigne/test-utils bumped to 0.5.55-beta.7
|
|
2418
|
-
|
|
2419
|
-
## [0.10.2-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.5...aigne-hub-v0.10.2-beta.6) (2025-10-15)
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
### Bug Fixes
|
|
2423
|
-
|
|
2424
|
-
* **blocklet:** tune observability detail list ux ([#618](https://github.com/AIGNE-io/aigne-framework/issues/618)) ([3ad83b6](https://github.com/AIGNE-io/aigne-framework/commit/3ad83b6be347831125806be7bee19294aa85ed58))
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
### Dependencies
|
|
2428
|
-
|
|
2429
|
-
* The following workspace dependencies were updated
|
|
2430
|
-
* dependencies
|
|
2431
|
-
* @aigne/anthropic bumped to 0.14.2-beta.6
|
|
2432
|
-
* @aigne/bedrock bumped to 0.10.7-beta.6
|
|
2433
|
-
* @aigne/core bumped to 1.63.0-beta.6
|
|
2434
|
-
* @aigne/deepseek bumped to 0.7.48-beta.6
|
|
2435
|
-
* @aigne/doubao bumped to 1.1.2-beta.6
|
|
2436
|
-
* @aigne/gemini bumped to 0.14.2-beta.6
|
|
2437
|
-
* @aigne/ideogram bumped to 0.4.2-beta.6
|
|
2438
|
-
* @aigne/ollama bumped to 0.7.48-beta.6
|
|
2439
|
-
* @aigne/open-router bumped to 0.7.48-beta.6
|
|
2440
|
-
* @aigne/openai bumped to 0.16.2-beta.6
|
|
2441
|
-
* @aigne/poe bumped to 1.0.28-beta.6
|
|
2442
|
-
* @aigne/transport bumped to 0.15.11-beta.6
|
|
2443
|
-
* @aigne/xai bumped to 0.7.48-beta.6
|
|
2444
|
-
* devDependencies
|
|
2445
|
-
* @aigne/test-utils bumped to 0.5.55-beta.6
|
|
2446
|
-
|
|
2447
|
-
## [0.10.2-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.4...aigne-hub-v0.10.2-beta.5) (2025-10-13)
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
### Dependencies
|
|
2451
|
-
|
|
2452
|
-
* The following workspace dependencies were updated
|
|
2453
|
-
* dependencies
|
|
2454
|
-
* @aigne/anthropic bumped to 0.14.2-beta.5
|
|
2455
|
-
* @aigne/bedrock bumped to 0.10.7-beta.5
|
|
2456
|
-
* @aigne/core bumped to 1.63.0-beta.5
|
|
2457
|
-
* @aigne/deepseek bumped to 0.7.48-beta.5
|
|
2458
|
-
* @aigne/doubao bumped to 1.1.2-beta.5
|
|
2459
|
-
* @aigne/gemini bumped to 0.14.2-beta.5
|
|
2460
|
-
* @aigne/ideogram bumped to 0.4.2-beta.5
|
|
2461
|
-
* @aigne/ollama bumped to 0.7.48-beta.5
|
|
2462
|
-
* @aigne/open-router bumped to 0.7.48-beta.5
|
|
2463
|
-
* @aigne/openai bumped to 0.16.2-beta.5
|
|
2464
|
-
* @aigne/poe bumped to 1.0.28-beta.5
|
|
2465
|
-
* @aigne/transport bumped to 0.15.11-beta.5
|
|
2466
|
-
* @aigne/xai bumped to 0.7.48-beta.5
|
|
2467
|
-
* devDependencies
|
|
2468
|
-
* @aigne/test-utils bumped to 0.5.55-beta.5
|
|
2469
|
-
|
|
2470
|
-
## [0.10.2-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.3...aigne-hub-v0.10.2-beta.4) (2025-10-12)
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
### Dependencies
|
|
2474
|
-
|
|
2475
|
-
* The following workspace dependencies were updated
|
|
2476
|
-
* dependencies
|
|
2477
|
-
* @aigne/anthropic bumped to 0.14.2-beta.4
|
|
2478
|
-
* @aigne/bedrock bumped to 0.10.7-beta.4
|
|
2479
|
-
* @aigne/core bumped to 1.63.0-beta.4
|
|
2480
|
-
* @aigne/deepseek bumped to 0.7.48-beta.4
|
|
2481
|
-
* @aigne/doubao bumped to 1.1.2-beta.4
|
|
2482
|
-
* @aigne/gemini bumped to 0.14.2-beta.4
|
|
2483
|
-
* @aigne/ideogram bumped to 0.4.2-beta.4
|
|
2484
|
-
* @aigne/ollama bumped to 0.7.48-beta.4
|
|
2485
|
-
* @aigne/open-router bumped to 0.7.48-beta.4
|
|
2486
|
-
* @aigne/openai bumped to 0.16.2-beta.4
|
|
2487
|
-
* @aigne/poe bumped to 1.0.28-beta.4
|
|
2488
|
-
* @aigne/transport bumped to 0.15.11-beta.4
|
|
2489
|
-
* @aigne/xai bumped to 0.7.48-beta.4
|
|
2490
|
-
* devDependencies
|
|
2491
|
-
* @aigne/test-utils bumped to 0.5.55-beta.4
|
|
2492
|
-
|
|
2493
|
-
## [0.10.2-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.2...aigne-hub-v0.10.2-beta.3) (2025-10-11)
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
### Bug Fixes
|
|
2497
|
-
|
|
2498
|
-
* update aigne hub params ([#607](https://github.com/AIGNE-io/aigne-framework/issues/607)) ([9ea9e0b](https://github.com/AIGNE-io/aigne-framework/commit/9ea9e0bce7119abe496a463ecb779b120d48f4bc))
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
### Dependencies
|
|
2502
|
-
|
|
2503
|
-
* The following workspace dependencies were updated
|
|
2504
|
-
* dependencies
|
|
2505
|
-
* @aigne/anthropic bumped to 0.14.2-beta.3
|
|
2506
|
-
* @aigne/bedrock bumped to 0.10.7-beta.3
|
|
2507
|
-
* @aigne/core bumped to 1.63.0-beta.3
|
|
2508
|
-
* @aigne/deepseek bumped to 0.7.48-beta.3
|
|
2509
|
-
* @aigne/doubao bumped to 1.1.2-beta.3
|
|
2510
|
-
* @aigne/gemini bumped to 0.14.2-beta.3
|
|
2511
|
-
* @aigne/ideogram bumped to 0.4.2-beta.3
|
|
2512
|
-
* @aigne/ollama bumped to 0.7.48-beta.3
|
|
2513
|
-
* @aigne/open-router bumped to 0.7.48-beta.3
|
|
2514
|
-
* @aigne/openai bumped to 0.16.2-beta.3
|
|
2515
|
-
* @aigne/poe bumped to 1.0.28-beta.3
|
|
2516
|
-
* @aigne/transport bumped to 0.15.11-beta.3
|
|
2517
|
-
* @aigne/xai bumped to 0.7.48-beta.3
|
|
2518
|
-
* devDependencies
|
|
2519
|
-
* @aigne/test-utils bumped to 0.5.55-beta.3
|
|
2520
|
-
|
|
2521
|
-
## [0.10.2-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta.1...aigne-hub-v0.10.2-beta.2) (2025-10-09)
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
### Dependencies
|
|
2525
|
-
|
|
2526
|
-
* The following workspace dependencies were updated
|
|
2527
|
-
* dependencies
|
|
2528
|
-
* @aigne/anthropic bumped to 0.14.2-beta.2
|
|
2529
|
-
* @aigne/bedrock bumped to 0.10.7-beta.2
|
|
2530
|
-
* @aigne/core bumped to 1.63.0-beta.2
|
|
2531
|
-
* @aigne/deepseek bumped to 0.7.48-beta.2
|
|
2532
|
-
* @aigne/doubao bumped to 1.1.2-beta.2
|
|
2533
|
-
* @aigne/gemini bumped to 0.14.2-beta.2
|
|
2534
|
-
* @aigne/ideogram bumped to 0.4.2-beta.2
|
|
2535
|
-
* @aigne/ollama bumped to 0.7.48-beta.2
|
|
2536
|
-
* @aigne/open-router bumped to 0.7.48-beta.2
|
|
2537
|
-
* @aigne/openai bumped to 0.16.2-beta.2
|
|
2538
|
-
* @aigne/poe bumped to 1.0.28-beta.2
|
|
2539
|
-
* @aigne/transport bumped to 0.15.11-beta.2
|
|
2540
|
-
* @aigne/xai bumped to 0.7.48-beta.2
|
|
2541
|
-
* devDependencies
|
|
2542
|
-
* @aigne/test-utils bumped to 0.5.55-beta.2
|
|
2543
|
-
|
|
2544
|
-
## [0.10.2-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.2-beta...aigne-hub-v0.10.2-beta.1) (2025-10-09)
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
### Dependencies
|
|
2548
|
-
|
|
2549
|
-
* The following workspace dependencies were updated
|
|
2550
|
-
* dependencies
|
|
2551
|
-
* @aigne/anthropic bumped to 0.14.2-beta.1
|
|
2552
|
-
* @aigne/bedrock bumped to 0.10.7-beta.1
|
|
2553
|
-
* @aigne/core bumped to 1.63.0-beta.1
|
|
2554
|
-
* @aigne/deepseek bumped to 0.7.48-beta.1
|
|
2555
|
-
* @aigne/doubao bumped to 1.1.2-beta.1
|
|
2556
|
-
* @aigne/gemini bumped to 0.14.2-beta.1
|
|
2557
|
-
* @aigne/ideogram bumped to 0.4.2-beta.1
|
|
2558
|
-
* @aigne/ollama bumped to 0.7.48-beta.1
|
|
2559
|
-
* @aigne/open-router bumped to 0.7.48-beta.1
|
|
2560
|
-
* @aigne/openai bumped to 0.16.2-beta.1
|
|
2561
|
-
* @aigne/poe bumped to 1.0.28-beta.1
|
|
2562
|
-
* @aigne/transport bumped to 0.15.11-beta.1
|
|
2563
|
-
* @aigne/xai bumped to 0.7.48-beta.1
|
|
2564
|
-
* devDependencies
|
|
2565
|
-
* @aigne/test-utils bumped to 0.5.55-beta.1
|
|
2566
|
-
|
|
2567
|
-
## [0.10.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.1...aigne-hub-v0.10.2-beta) (2025-10-07)
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
### Bug Fixes
|
|
2571
|
-
|
|
2572
|
-
* standardize URL parameter naming from url to baseURL ([#593](https://github.com/AIGNE-io/aigne-framework/issues/593)) ([47efd4a](https://github.com/AIGNE-io/aigne-framework/commit/47efd4aad7130356a0c0bdf905acd8bc50453d26))
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
### Dependencies
|
|
2576
|
-
|
|
2577
|
-
* The following workspace dependencies were updated
|
|
2578
|
-
* dependencies
|
|
2579
|
-
* @aigne/anthropic bumped to 0.14.2-beta
|
|
2580
|
-
* @aigne/bedrock bumped to 0.10.7-beta
|
|
2581
|
-
* @aigne/core bumped to 1.63.0-beta
|
|
2582
|
-
* @aigne/deepseek bumped to 0.7.48-beta
|
|
2583
|
-
* @aigne/doubao bumped to 1.1.2-beta
|
|
2584
|
-
* @aigne/gemini bumped to 0.14.2-beta
|
|
2585
|
-
* @aigne/ideogram bumped to 0.4.2-beta
|
|
2586
|
-
* @aigne/ollama bumped to 0.7.48-beta
|
|
2587
|
-
* @aigne/open-router bumped to 0.7.48-beta
|
|
2588
|
-
* @aigne/openai bumped to 0.16.2-beta
|
|
2589
|
-
* @aigne/poe bumped to 1.0.28-beta
|
|
2590
|
-
* @aigne/transport bumped to 0.15.11-beta
|
|
2591
|
-
* @aigne/xai bumped to 0.7.48-beta
|
|
2592
|
-
* devDependencies
|
|
2593
|
-
* @aigne/test-utils bumped to 0.5.55-beta
|
|
2594
|
-
|
|
2595
|
-
## [0.10.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.1-beta.7...aigne-hub-v0.10.1) (2025-10-04)
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
### Dependencies
|
|
2599
|
-
|
|
2600
|
-
* The following workspace dependencies were updated
|
|
2601
|
-
* dependencies
|
|
2602
|
-
* @aigne/anthropic bumped to 0.14.1
|
|
2603
|
-
* @aigne/bedrock bumped to 0.10.6
|
|
2604
|
-
* @aigne/core bumped to 1.62.0
|
|
2605
|
-
* @aigne/deepseek bumped to 0.7.47
|
|
2606
|
-
* @aigne/doubao bumped to 1.1.1
|
|
2607
|
-
* @aigne/gemini bumped to 0.14.1
|
|
2608
|
-
* @aigne/ideogram bumped to 0.4.1
|
|
2609
|
-
* @aigne/ollama bumped to 0.7.47
|
|
2610
|
-
* @aigne/open-router bumped to 0.7.47
|
|
2611
|
-
* @aigne/openai bumped to 0.16.1
|
|
2612
|
-
* @aigne/poe bumped to 1.0.27
|
|
2613
|
-
* @aigne/transport bumped to 0.15.10
|
|
2614
|
-
* @aigne/xai bumped to 0.7.47
|
|
2615
|
-
* devDependencies
|
|
2616
|
-
* @aigne/test-utils bumped to 0.5.54
|
|
2617
|
-
|
|
2618
|
-
## [0.10.1-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.1-beta.6...aigne-hub-v0.10.1-beta.7) (2025-10-03)
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
### Dependencies
|
|
2622
|
-
|
|
2623
|
-
* The following workspace dependencies were updated
|
|
2624
|
-
* dependencies
|
|
2625
|
-
* @aigne/anthropic bumped to 0.14.1-beta.7
|
|
2626
|
-
* @aigne/bedrock bumped to 0.10.6-beta.7
|
|
2627
|
-
* @aigne/core bumped to 1.62.0-beta.6
|
|
2628
|
-
* @aigne/deepseek bumped to 0.7.47-beta.7
|
|
2629
|
-
* @aigne/doubao bumped to 1.1.1-beta.7
|
|
2630
|
-
* @aigne/gemini bumped to 0.14.1-beta.7
|
|
2631
|
-
* @aigne/ideogram bumped to 0.4.1-beta.7
|
|
2632
|
-
* @aigne/ollama bumped to 0.7.47-beta.7
|
|
2633
|
-
* @aigne/open-router bumped to 0.7.47-beta.7
|
|
2634
|
-
* @aigne/openai bumped to 0.16.1-beta.7
|
|
2635
|
-
* @aigne/poe bumped to 1.0.27-beta.7
|
|
2636
|
-
* @aigne/transport bumped to 0.15.10-beta.7
|
|
2637
|
-
* @aigne/xai bumped to 0.7.47-beta.7
|
|
2638
|
-
* devDependencies
|
|
2639
|
-
* @aigne/test-utils bumped to 0.5.54-beta.7
|
|
2640
|
-
|
|
2641
|
-
## [0.10.1-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.1-beta.5...aigne-hub-v0.10.1-beta.6) (2025-10-02)
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
### Dependencies
|
|
2645
|
-
|
|
2646
|
-
* The following workspace dependencies were updated
|
|
2647
|
-
* dependencies
|
|
2648
|
-
* @aigne/anthropic bumped to 0.14.1-beta.6
|
|
2649
|
-
* @aigne/bedrock bumped to 0.10.6-beta.6
|
|
2650
|
-
* @aigne/core bumped to 1.62.0-beta.5
|
|
2651
|
-
* @aigne/deepseek bumped to 0.7.47-beta.6
|
|
2652
|
-
* @aigne/doubao bumped to 1.1.1-beta.6
|
|
2653
|
-
* @aigne/gemini bumped to 0.14.1-beta.6
|
|
2654
|
-
* @aigne/ideogram bumped to 0.4.1-beta.6
|
|
2655
|
-
* @aigne/ollama bumped to 0.7.47-beta.6
|
|
2656
|
-
* @aigne/open-router bumped to 0.7.47-beta.6
|
|
2657
|
-
* @aigne/openai bumped to 0.16.1-beta.6
|
|
2658
|
-
* @aigne/poe bumped to 1.0.27-beta.6
|
|
2659
|
-
* @aigne/transport bumped to 0.15.10-beta.6
|
|
2660
|
-
* @aigne/xai bumped to 0.7.47-beta.6
|
|
2661
|
-
* devDependencies
|
|
2662
|
-
* @aigne/test-utils bumped to 0.5.54-beta.6
|
|
2663
|
-
|
|
2664
|
-
## [0.10.1-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.1-beta.4...aigne-hub-v0.10.1-beta.5) (2025-10-01)
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
### Dependencies
|
|
2668
|
-
|
|
2669
|
-
* The following workspace dependencies were updated
|
|
2670
|
-
* dependencies
|
|
2671
|
-
* @aigne/anthropic bumped to 0.14.1-beta.5
|
|
2672
|
-
* @aigne/bedrock bumped to 0.10.6-beta.5
|
|
2673
|
-
* @aigne/core bumped to 1.62.0-beta.4
|
|
2674
|
-
* @aigne/deepseek bumped to 0.7.47-beta.5
|
|
2675
|
-
* @aigne/doubao bumped to 1.1.1-beta.5
|
|
2676
|
-
* @aigne/gemini bumped to 0.14.1-beta.5
|
|
2677
|
-
* @aigne/ideogram bumped to 0.4.1-beta.5
|
|
2678
|
-
* @aigne/ollama bumped to 0.7.47-beta.5
|
|
2679
|
-
* @aigne/open-router bumped to 0.7.47-beta.5
|
|
2680
|
-
* @aigne/openai bumped to 0.16.1-beta.5
|
|
2681
|
-
* @aigne/poe bumped to 1.0.27-beta.5
|
|
2682
|
-
* @aigne/transport bumped to 0.15.10-beta.5
|
|
2683
|
-
* @aigne/xai bumped to 0.7.47-beta.5
|
|
2684
|
-
* devDependencies
|
|
2685
|
-
* @aigne/test-utils bumped to 0.5.54-beta.5
|
|
2686
|
-
|
|
2687
|
-
## [0.10.1-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.1-beta.3...aigne-hub-v0.10.1-beta.4) (2025-10-01)
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
### Dependencies
|
|
2691
|
-
|
|
2692
|
-
* The following workspace dependencies were updated
|
|
2693
|
-
* dependencies
|
|
2694
|
-
* @aigne/anthropic bumped to 0.14.1-beta.4
|
|
2695
|
-
* @aigne/bedrock bumped to 0.10.6-beta.4
|
|
2696
|
-
* @aigne/core bumped to 1.62.0-beta.3
|
|
2697
|
-
* @aigne/deepseek bumped to 0.7.47-beta.4
|
|
2698
|
-
* @aigne/doubao bumped to 1.1.1-beta.4
|
|
2699
|
-
* @aigne/gemini bumped to 0.14.1-beta.4
|
|
2700
|
-
* @aigne/ideogram bumped to 0.4.1-beta.4
|
|
2701
|
-
* @aigne/ollama bumped to 0.7.47-beta.4
|
|
2702
|
-
* @aigne/open-router bumped to 0.7.47-beta.4
|
|
2703
|
-
* @aigne/openai bumped to 0.16.1-beta.4
|
|
2704
|
-
* @aigne/poe bumped to 1.0.27-beta.4
|
|
2705
|
-
* @aigne/transport bumped to 0.15.10-beta.4
|
|
2706
|
-
* @aigne/xai bumped to 0.7.47-beta.4
|
|
2707
|
-
* devDependencies
|
|
2708
|
-
* @aigne/test-utils bumped to 0.5.54-beta.4
|
|
2709
|
-
|
|
2710
|
-
## [0.10.1-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.1-beta.2...aigne-hub-v0.10.1-beta.3) (2025-10-01)
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
### Dependencies
|
|
2714
|
-
|
|
2715
|
-
* The following workspace dependencies were updated
|
|
2716
|
-
* dependencies
|
|
2717
|
-
* @aigne/anthropic bumped to 0.14.1-beta.3
|
|
2718
|
-
* @aigne/bedrock bumped to 0.10.6-beta.3
|
|
2719
|
-
* @aigne/core bumped to 1.62.0-beta.2
|
|
2720
|
-
* @aigne/deepseek bumped to 0.7.47-beta.3
|
|
2721
|
-
* @aigne/doubao bumped to 1.1.1-beta.3
|
|
2722
|
-
* @aigne/gemini bumped to 0.14.1-beta.3
|
|
2723
|
-
* @aigne/ideogram bumped to 0.4.1-beta.3
|
|
2724
|
-
* @aigne/ollama bumped to 0.7.47-beta.3
|
|
2725
|
-
* @aigne/open-router bumped to 0.7.47-beta.3
|
|
2726
|
-
* @aigne/openai bumped to 0.16.1-beta.3
|
|
2727
|
-
* @aigne/poe bumped to 1.0.27-beta.3
|
|
2728
|
-
* @aigne/transport bumped to 0.15.10-beta.3
|
|
2729
|
-
* @aigne/xai bumped to 0.7.47-beta.3
|
|
2730
|
-
* devDependencies
|
|
2731
|
-
* @aigne/test-utils bumped to 0.5.54-beta.3
|
|
2732
|
-
|
|
2733
|
-
## [0.10.1-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.1-beta.1...aigne-hub-v0.10.1-beta.2) (2025-10-01)
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
### Dependencies
|
|
2737
|
-
|
|
2738
|
-
* The following workspace dependencies were updated
|
|
2739
|
-
* dependencies
|
|
2740
|
-
* @aigne/anthropic bumped to 0.14.1-beta.2
|
|
2741
|
-
* @aigne/bedrock bumped to 0.10.6-beta.2
|
|
2742
|
-
* @aigne/core bumped to 1.62.0-beta.1
|
|
2743
|
-
* @aigne/deepseek bumped to 0.7.47-beta.2
|
|
2744
|
-
* @aigne/doubao bumped to 1.1.1-beta.2
|
|
2745
|
-
* @aigne/gemini bumped to 0.14.1-beta.2
|
|
2746
|
-
* @aigne/ideogram bumped to 0.4.1-beta.2
|
|
2747
|
-
* @aigne/ollama bumped to 0.7.47-beta.2
|
|
2748
|
-
* @aigne/open-router bumped to 0.7.47-beta.2
|
|
2749
|
-
* @aigne/openai bumped to 0.16.1-beta.2
|
|
2750
|
-
* @aigne/poe bumped to 1.0.27-beta.2
|
|
2751
|
-
* @aigne/transport bumped to 0.15.10-beta.2
|
|
2752
|
-
* @aigne/xai bumped to 0.7.47-beta.2
|
|
2753
|
-
* devDependencies
|
|
2754
|
-
* @aigne/test-utils bumped to 0.5.54-beta.2
|
|
2755
|
-
|
|
2756
|
-
## [0.10.1-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.1-beta...aigne-hub-v0.10.1-beta.1) (2025-09-30)
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
### Dependencies
|
|
2760
|
-
|
|
2761
|
-
* The following workspace dependencies were updated
|
|
2762
|
-
* dependencies
|
|
2763
|
-
* @aigne/anthropic bumped to 0.14.1-beta.1
|
|
2764
|
-
* @aigne/bedrock bumped to 0.10.6-beta.1
|
|
2765
|
-
* @aigne/core bumped to 1.62.0-beta
|
|
2766
|
-
* @aigne/deepseek bumped to 0.7.47-beta.1
|
|
2767
|
-
* @aigne/doubao bumped to 1.1.1-beta.1
|
|
2768
|
-
* @aigne/gemini bumped to 0.14.1-beta.1
|
|
2769
|
-
* @aigne/ideogram bumped to 0.4.1-beta.1
|
|
2770
|
-
* @aigne/ollama bumped to 0.7.47-beta.1
|
|
2771
|
-
* @aigne/open-router bumped to 0.7.47-beta.1
|
|
2772
|
-
* @aigne/openai bumped to 0.16.1-beta.1
|
|
2773
|
-
* @aigne/poe bumped to 1.0.27-beta.1
|
|
2774
|
-
* @aigne/transport bumped to 0.15.10-beta.1
|
|
2775
|
-
* @aigne/xai bumped to 0.7.47-beta.1
|
|
2776
|
-
* devDependencies
|
|
2777
|
-
* @aigne/test-utils bumped to 0.5.54-beta.1
|
|
2778
|
-
|
|
2779
|
-
## [0.10.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0...aigne-hub-v0.10.1-beta) (2025-09-29)
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
### Dependencies
|
|
2783
|
-
|
|
2784
|
-
* The following workspace dependencies were updated
|
|
2785
|
-
* dependencies
|
|
2786
|
-
* @aigne/anthropic bumped to 0.14.1-beta
|
|
2787
|
-
* @aigne/bedrock bumped to 0.10.6-beta
|
|
2788
|
-
* @aigne/core bumped to 1.61.1-beta
|
|
2789
|
-
* @aigne/deepseek bumped to 0.7.47-beta
|
|
2790
|
-
* @aigne/doubao bumped to 1.1.1-beta
|
|
2791
|
-
* @aigne/gemini bumped to 0.14.1-beta
|
|
2792
|
-
* @aigne/ideogram bumped to 0.4.1-beta
|
|
2793
|
-
* @aigne/ollama bumped to 0.7.47-beta
|
|
2794
|
-
* @aigne/open-router bumped to 0.7.47-beta
|
|
2795
|
-
* @aigne/openai bumped to 0.16.1-beta
|
|
2796
|
-
* @aigne/poe bumped to 1.0.27-beta
|
|
2797
|
-
* @aigne/transport bumped to 0.15.10-beta
|
|
2798
|
-
* @aigne/xai bumped to 0.7.47-beta
|
|
2799
|
-
* devDependencies
|
|
2800
|
-
* @aigne/test-utils bumped to 0.5.54-beta
|
|
2801
|
-
|
|
2802
|
-
## [0.10.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.9...aigne-hub-v0.10.0) (2025-09-27)
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
### Dependencies
|
|
2806
|
-
|
|
2807
|
-
* The following workspace dependencies were updated
|
|
2808
|
-
* dependencies
|
|
2809
|
-
* @aigne/anthropic bumped to 0.14.0
|
|
2810
|
-
* @aigne/bedrock bumped to 0.10.5
|
|
2811
|
-
* @aigne/core bumped to 1.61.0
|
|
2812
|
-
* @aigne/deepseek bumped to 0.7.46
|
|
2813
|
-
* @aigne/doubao bumped to 1.1.0
|
|
2814
|
-
* @aigne/gemini bumped to 0.14.0
|
|
2815
|
-
* @aigne/ideogram bumped to 0.4.0
|
|
2816
|
-
* @aigne/ollama bumped to 0.7.46
|
|
2817
|
-
* @aigne/open-router bumped to 0.7.46
|
|
2818
|
-
* @aigne/openai bumped to 0.16.0
|
|
2819
|
-
* @aigne/platform-helpers bumped to 0.6.3
|
|
2820
|
-
* @aigne/poe bumped to 1.0.26
|
|
2821
|
-
* @aigne/transport bumped to 0.15.9
|
|
2822
|
-
* @aigne/xai bumped to 0.7.46
|
|
2823
|
-
* devDependencies
|
|
2824
|
-
* @aigne/test-utils bumped to 0.5.53
|
|
2825
|
-
|
|
2826
|
-
## [0.10.0-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.8...aigne-hub-v0.10.0-beta.9) (2025-09-26)
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
### Dependencies
|
|
2830
|
-
|
|
2831
|
-
* The following workspace dependencies were updated
|
|
2832
|
-
* dependencies
|
|
2833
|
-
* @aigne/anthropic bumped to 0.14.0-beta.7
|
|
2834
|
-
* @aigne/bedrock bumped to 0.10.5-beta.8
|
|
2835
|
-
* @aigne/core bumped to 1.61.0-beta.8
|
|
2836
|
-
* @aigne/deepseek bumped to 0.7.46-beta.9
|
|
2837
|
-
* @aigne/doubao bumped to 1.1.0-beta.9
|
|
2838
|
-
* @aigne/gemini bumped to 0.14.0-beta.9
|
|
2839
|
-
* @aigne/ideogram bumped to 0.4.0-beta.8
|
|
2840
|
-
* @aigne/ollama bumped to 0.7.46-beta.9
|
|
2841
|
-
* @aigne/open-router bumped to 0.7.46-beta.9
|
|
2842
|
-
* @aigne/openai bumped to 0.16.0-beta.9
|
|
2843
|
-
* @aigne/poe bumped to 1.0.26-beta.9
|
|
2844
|
-
* @aigne/transport bumped to 0.15.9-beta.9
|
|
2845
|
-
* @aigne/xai bumped to 0.7.46-beta.9
|
|
2846
|
-
* devDependencies
|
|
2847
|
-
* @aigne/test-utils bumped to 0.5.53-beta.8
|
|
2848
|
-
|
|
2849
|
-
## [0.10.0-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.7...aigne-hub-v0.10.0-beta.8) (2025-09-26)
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
### Dependencies
|
|
2853
|
-
|
|
2854
|
-
* The following workspace dependencies were updated
|
|
2855
|
-
* dependencies
|
|
2856
|
-
* @aigne/anthropic bumped to 0.14.0-beta.6
|
|
2857
|
-
* @aigne/bedrock bumped to 0.10.5-beta.7
|
|
2858
|
-
* @aigne/core bumped to 1.61.0-beta.7
|
|
2859
|
-
* @aigne/deepseek bumped to 0.7.46-beta.8
|
|
2860
|
-
* @aigne/doubao bumped to 1.1.0-beta.8
|
|
2861
|
-
* @aigne/gemini bumped to 0.14.0-beta.8
|
|
2862
|
-
* @aigne/ideogram bumped to 0.4.0-beta.7
|
|
2863
|
-
* @aigne/ollama bumped to 0.7.46-beta.8
|
|
2864
|
-
* @aigne/open-router bumped to 0.7.46-beta.8
|
|
2865
|
-
* @aigne/openai bumped to 0.16.0-beta.8
|
|
2866
|
-
* @aigne/poe bumped to 1.0.26-beta.8
|
|
2867
|
-
* @aigne/transport bumped to 0.15.9-beta.8
|
|
2868
|
-
* @aigne/xai bumped to 0.7.46-beta.8
|
|
2869
|
-
* devDependencies
|
|
2870
|
-
* @aigne/test-utils bumped to 0.5.53-beta.7
|
|
2871
|
-
|
|
2872
|
-
## [0.10.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.6...aigne-hub-v0.10.0-beta.7) (2025-09-26)
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
### Dependencies
|
|
2876
|
-
|
|
2877
|
-
* The following workspace dependencies were updated
|
|
2878
|
-
* dependencies
|
|
2879
|
-
* @aigne/anthropic bumped to 0.14.0-beta.5
|
|
2880
|
-
* @aigne/bedrock bumped to 0.10.5-beta.6
|
|
2881
|
-
* @aigne/core bumped to 1.61.0-beta.6
|
|
2882
|
-
* @aigne/deepseek bumped to 0.7.46-beta.7
|
|
2883
|
-
* @aigne/doubao bumped to 1.1.0-beta.7
|
|
2884
|
-
* @aigne/gemini bumped to 0.14.0-beta.7
|
|
2885
|
-
* @aigne/ideogram bumped to 0.4.0-beta.6
|
|
2886
|
-
* @aigne/ollama bumped to 0.7.46-beta.7
|
|
2887
|
-
* @aigne/open-router bumped to 0.7.46-beta.7
|
|
2888
|
-
* @aigne/openai bumped to 0.16.0-beta.7
|
|
2889
|
-
* @aigne/poe bumped to 1.0.26-beta.7
|
|
2890
|
-
* @aigne/transport bumped to 0.15.9-beta.7
|
|
2891
|
-
* @aigne/xai bumped to 0.7.46-beta.7
|
|
2892
|
-
* devDependencies
|
|
2893
|
-
* @aigne/test-utils bumped to 0.5.53-beta.6
|
|
2894
|
-
|
|
2895
|
-
## [0.10.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.5...aigne-hub-v0.10.0-beta.6) (2025-09-25)
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
### Dependencies
|
|
2899
|
-
|
|
2900
|
-
* The following workspace dependencies were updated
|
|
2901
|
-
* dependencies
|
|
2902
|
-
* @aigne/anthropic bumped to 0.14.0-beta.4
|
|
2903
|
-
* @aigne/bedrock bumped to 0.10.5-beta.5
|
|
2904
|
-
* @aigne/core bumped to 1.61.0-beta.5
|
|
2905
|
-
* @aigne/deepseek bumped to 0.7.46-beta.6
|
|
2906
|
-
* @aigne/doubao bumped to 1.1.0-beta.6
|
|
2907
|
-
* @aigne/gemini bumped to 0.14.0-beta.6
|
|
2908
|
-
* @aigne/ideogram bumped to 0.4.0-beta.5
|
|
2909
|
-
* @aigne/ollama bumped to 0.7.46-beta.6
|
|
2910
|
-
* @aigne/open-router bumped to 0.7.46-beta.6
|
|
2911
|
-
* @aigne/openai bumped to 0.16.0-beta.6
|
|
2912
|
-
* @aigne/poe bumped to 1.0.26-beta.6
|
|
2913
|
-
* @aigne/transport bumped to 0.15.9-beta.6
|
|
2914
|
-
* @aigne/xai bumped to 0.7.46-beta.6
|
|
2915
|
-
* devDependencies
|
|
2916
|
-
* @aigne/test-utils bumped to 0.5.53-beta.5
|
|
2917
|
-
|
|
2918
|
-
## [0.10.0-beta.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.4...aigne-hub-v0.10.0-beta.5) (2025-09-25)
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
### Dependencies
|
|
2922
|
-
|
|
2923
|
-
* The following workspace dependencies were updated
|
|
2924
|
-
* dependencies
|
|
2925
|
-
* @aigne/anthropic bumped to 0.13.5-beta.4
|
|
2926
|
-
* @aigne/bedrock bumped to 0.10.5-beta.4
|
|
2927
|
-
* @aigne/core bumped to 1.61.0-beta.4
|
|
2928
|
-
* @aigne/deepseek bumped to 0.7.46-beta.5
|
|
2929
|
-
* @aigne/doubao bumped to 1.1.0-beta.5
|
|
2930
|
-
* @aigne/gemini bumped to 0.14.0-beta.5
|
|
2931
|
-
* @aigne/ideogram bumped to 0.4.0-beta.4
|
|
2932
|
-
* @aigne/ollama bumped to 0.7.46-beta.5
|
|
2933
|
-
* @aigne/open-router bumped to 0.7.46-beta.5
|
|
2934
|
-
* @aigne/openai bumped to 0.16.0-beta.5
|
|
2935
|
-
* @aigne/poe bumped to 1.0.26-beta.5
|
|
2936
|
-
* @aigne/transport bumped to 0.15.9-beta.5
|
|
2937
|
-
* @aigne/xai bumped to 0.7.46-beta.5
|
|
2938
|
-
* devDependencies
|
|
2939
|
-
* @aigne/test-utils bumped to 0.5.53-beta.4
|
|
2940
|
-
|
|
2941
|
-
## [0.10.0-beta.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.3...aigne-hub-v0.10.0-beta.4) (2025-09-24)
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
### Dependencies
|
|
2945
|
-
|
|
2946
|
-
* The following workspace dependencies were updated
|
|
2947
|
-
* dependencies
|
|
2948
|
-
* @aigne/anthropic bumped to 0.13.5-beta.3
|
|
2949
|
-
* @aigne/bedrock bumped to 0.10.5-beta.3
|
|
2950
|
-
* @aigne/core bumped to 1.61.0-beta.3
|
|
2951
|
-
* @aigne/deepseek bumped to 0.7.46-beta.4
|
|
2952
|
-
* @aigne/doubao bumped to 1.1.0-beta.4
|
|
2953
|
-
* @aigne/gemini bumped to 0.14.0-beta.4
|
|
2954
|
-
* @aigne/ideogram bumped to 0.4.0-beta.3
|
|
2955
|
-
* @aigne/ollama bumped to 0.7.46-beta.4
|
|
2956
|
-
* @aigne/open-router bumped to 0.7.46-beta.4
|
|
2957
|
-
* @aigne/openai bumped to 0.16.0-beta.4
|
|
2958
|
-
* @aigne/poe bumped to 1.0.26-beta.4
|
|
2959
|
-
* @aigne/transport bumped to 0.15.9-beta.4
|
|
2960
|
-
* @aigne/xai bumped to 0.7.46-beta.4
|
|
2961
|
-
* devDependencies
|
|
2962
|
-
* @aigne/test-utils bumped to 0.5.53-beta.3
|
|
2963
|
-
|
|
2964
|
-
## [0.10.0-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.2...aigne-hub-v0.10.0-beta.3) (2025-09-23)
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
### Bug Fixes
|
|
2968
|
-
|
|
2969
|
-
* 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))
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
### Dependencies
|
|
2973
|
-
|
|
2974
|
-
* The following workspace dependencies were updated
|
|
2975
|
-
* dependencies
|
|
2976
|
-
* @aigne/anthropic bumped to 0.13.5-beta.2
|
|
2977
|
-
* @aigne/bedrock bumped to 0.10.5-beta.2
|
|
2978
|
-
* @aigne/core bumped to 1.61.0-beta.2
|
|
2979
|
-
* @aigne/deepseek bumped to 0.7.46-beta.3
|
|
2980
|
-
* @aigne/doubao bumped to 1.1.0-beta.3
|
|
2981
|
-
* @aigne/gemini bumped to 0.14.0-beta.3
|
|
2982
|
-
* @aigne/ideogram bumped to 0.4.0-beta.2
|
|
2983
|
-
* @aigne/ollama bumped to 0.7.46-beta.3
|
|
2984
|
-
* @aigne/open-router bumped to 0.7.46-beta.3
|
|
2985
|
-
* @aigne/openai bumped to 0.16.0-beta.3
|
|
2986
|
-
* @aigne/poe bumped to 1.0.26-beta.3
|
|
2987
|
-
* @aigne/transport bumped to 0.15.9-beta.3
|
|
2988
|
-
* @aigne/xai bumped to 0.7.46-beta.3
|
|
2989
|
-
* devDependencies
|
|
2990
|
-
* @aigne/test-utils bumped to 0.5.53-beta.2
|
|
2991
|
-
|
|
2992
|
-
## [0.10.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta.1...aigne-hub-v0.10.0-beta.2) (2025-09-23)
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
### Bug Fixes
|
|
2996
|
-
|
|
2997
|
-
* 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))
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
### Dependencies
|
|
3001
|
-
|
|
3002
|
-
* The following workspace dependencies were updated
|
|
3003
|
-
* dependencies
|
|
3004
|
-
* @aigne/anthropic bumped to 0.13.5-beta.1
|
|
3005
|
-
* @aigne/bedrock bumped to 0.10.5-beta.1
|
|
3006
|
-
* @aigne/core bumped to 1.61.0-beta.1
|
|
3007
|
-
* @aigne/deepseek bumped to 0.7.46-beta.2
|
|
3008
|
-
* @aigne/doubao bumped to 1.1.0-beta.2
|
|
3009
|
-
* @aigne/gemini bumped to 0.14.0-beta.2
|
|
3010
|
-
* @aigne/ideogram bumped to 0.4.0-beta.1
|
|
3011
|
-
* @aigne/ollama bumped to 0.7.46-beta.2
|
|
3012
|
-
* @aigne/open-router bumped to 0.7.46-beta.2
|
|
3013
|
-
* @aigne/openai bumped to 0.16.0-beta.2
|
|
3014
|
-
* @aigne/poe bumped to 1.0.26-beta.2
|
|
3015
|
-
* @aigne/transport bumped to 0.15.9-beta.2
|
|
3016
|
-
* @aigne/xai bumped to 0.7.46-beta.2
|
|
3017
|
-
* devDependencies
|
|
3018
|
-
* @aigne/test-utils bumped to 0.5.53-beta.1
|
|
3019
|
-
|
|
3020
|
-
## [0.10.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.10.0-beta...aigne-hub-v0.10.0-beta.1) (2025-09-23)
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
### Features
|
|
3024
|
-
|
|
3025
|
-
* add models method to get available models for aigne hub model ([#532](https://github.com/AIGNE-io/aigne-framework/issues/532)) ([3248646](https://github.com/AIGNE-io/aigne-framework/commit/3248646d248aef5419273adc556bb1f13a7b2a02))
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
### Dependencies
|
|
3029
|
-
|
|
3030
|
-
* The following workspace dependencies were updated
|
|
3031
|
-
* dependencies
|
|
3032
|
-
* @aigne/deepseek bumped to 0.7.46-beta.1
|
|
3033
|
-
* @aigne/doubao bumped to 1.1.0-beta.1
|
|
3034
|
-
* @aigne/gemini bumped to 0.14.0-beta.1
|
|
3035
|
-
* @aigne/ollama bumped to 0.7.46-beta.1
|
|
3036
|
-
* @aigne/open-router bumped to 0.7.46-beta.1
|
|
3037
|
-
* @aigne/openai bumped to 0.16.0-beta.1
|
|
3038
|
-
* @aigne/poe bumped to 1.0.26-beta.1
|
|
3039
|
-
* @aigne/transport bumped to 0.15.9-beta.1
|
|
3040
|
-
* @aigne/xai bumped to 0.7.46-beta.1
|
|
3041
|
-
|
|
3042
|
-
## [0.10.0-beta](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.9.6...aigne-hub-v0.10.0-beta) (2025-09-22)
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
### Features
|
|
3046
|
-
|
|
3047
|
-
* 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))
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
### Dependencies
|
|
3051
|
-
|
|
3052
|
-
* The following workspace dependencies were updated
|
|
3053
|
-
* dependencies
|
|
3054
|
-
* @aigne/anthropic bumped to 0.13.5-beta
|
|
3055
|
-
* @aigne/bedrock bumped to 0.10.5-beta
|
|
3056
|
-
* @aigne/core bumped to 1.61.0-beta
|
|
3057
|
-
* @aigne/deepseek bumped to 0.7.46-beta
|
|
3058
|
-
* @aigne/doubao bumped to 1.1.0-beta
|
|
3059
|
-
* @aigne/gemini bumped to 0.14.0-beta
|
|
3060
|
-
* @aigne/ideogram bumped to 0.4.0-beta
|
|
3061
|
-
* @aigne/ollama bumped to 0.7.46-beta
|
|
3062
|
-
* @aigne/open-router bumped to 0.7.46-beta
|
|
3063
|
-
* @aigne/openai bumped to 0.16.0-beta
|
|
3064
|
-
* @aigne/platform-helpers bumped to 0.6.3-beta
|
|
3065
|
-
* @aigne/poe bumped to 1.0.26-beta
|
|
3066
|
-
* @aigne/transport bumped to 0.15.9-beta
|
|
3067
|
-
* @aigne/xai bumped to 0.7.46-beta
|
|
3068
|
-
* devDependencies
|
|
3069
|
-
* @aigne/test-utils bumped to 0.5.53-beta
|
|
3070
|
-
|
|
3071
|
-
## [0.9.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.9.5...aigne-hub-v0.9.6) (2025-09-18)
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
### Dependencies
|
|
3075
|
-
|
|
3076
|
-
* The following workspace dependencies were updated
|
|
3077
|
-
* dependencies
|
|
3078
|
-
* @aigne/gemini bumped to 0.13.5
|
|
3079
|
-
|
|
3080
|
-
## [0.9.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.9.4...aigne-hub-v0.9.5) (2025-09-18)
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
### Bug Fixes
|
|
3084
|
-
|
|
3085
|
-
* **models:** convert local image to base64 for image model ([#517](https://github.com/AIGNE-io/aigne-framework/issues/517)) ([c0bc971](https://github.com/AIGNE-io/aigne-framework/commit/c0bc971087ef6e1caa641a699aed391a24feb40d))
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
### Dependencies
|
|
3089
|
-
|
|
3090
|
-
* The following workspace dependencies were updated
|
|
3091
|
-
* dependencies
|
|
3092
|
-
* @aigne/anthropic bumped to 0.13.4
|
|
3093
|
-
* @aigne/bedrock bumped to 0.10.4
|
|
3094
|
-
* @aigne/core bumped to 1.60.3
|
|
3095
|
-
* @aigne/deepseek bumped to 0.7.45
|
|
3096
|
-
* @aigne/doubao bumped to 1.0.40
|
|
3097
|
-
* @aigne/gemini bumped to 0.13.4
|
|
3098
|
-
* @aigne/ideogram bumped to 0.3.15
|
|
3099
|
-
* @aigne/ollama bumped to 0.7.45
|
|
3100
|
-
* @aigne/open-router bumped to 0.7.45
|
|
3101
|
-
* @aigne/openai bumped to 0.15.4
|
|
3102
|
-
* @aigne/poe bumped to 1.0.25
|
|
3103
|
-
* @aigne/transport bumped to 0.15.8
|
|
3104
|
-
* @aigne/xai bumped to 0.7.45
|
|
3105
|
-
* devDependencies
|
|
3106
|
-
* @aigne/test-utils bumped to 0.5.52
|
|
3107
|
-
|
|
3108
|
-
## [0.9.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.9.3...aigne-hub-v0.9.4) (2025-09-16)
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
### Dependencies
|
|
3112
|
-
|
|
3113
|
-
* The following workspace dependencies were updated
|
|
3114
|
-
* dependencies
|
|
3115
|
-
* @aigne/doubao bumped to 1.0.39
|
|
3116
|
-
|
|
3117
|
-
## [0.9.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.9.2...aigne-hub-v0.9.3) (2025-09-11)
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
### Dependencies
|
|
3121
|
-
|
|
3122
|
-
* The following workspace dependencies were updated
|
|
3123
|
-
* dependencies
|
|
3124
|
-
* @aigne/anthropic bumped to 0.13.3
|
|
3125
|
-
* @aigne/bedrock bumped to 0.10.3
|
|
3126
|
-
* @aigne/core bumped to 1.60.2
|
|
3127
|
-
* @aigne/deepseek bumped to 0.7.44
|
|
3128
|
-
* @aigne/doubao bumped to 1.0.38
|
|
3129
|
-
* @aigne/gemini bumped to 0.13.3
|
|
3130
|
-
* @aigne/ideogram bumped to 0.3.14
|
|
3131
|
-
* @aigne/ollama bumped to 0.7.44
|
|
3132
|
-
* @aigne/open-router bumped to 0.7.44
|
|
3133
|
-
* @aigne/openai bumped to 0.15.3
|
|
3134
|
-
* @aigne/poe bumped to 1.0.24
|
|
3135
|
-
* @aigne/transport bumped to 0.15.7
|
|
3136
|
-
* @aigne/xai bumped to 0.7.44
|
|
3137
|
-
* devDependencies
|
|
3138
|
-
* @aigne/test-utils bumped to 0.5.51
|
|
3139
|
-
|
|
3140
|
-
## [0.9.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.9.1...aigne-hub-v0.9.2) (2025-09-11)
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
### Dependencies
|
|
3144
|
-
|
|
3145
|
-
* The following workspace dependencies were updated
|
|
3146
|
-
* dependencies
|
|
3147
|
-
* @aigne/anthropic bumped to 0.13.2
|
|
3148
|
-
* @aigne/bedrock bumped to 0.10.2
|
|
3149
|
-
* @aigne/core bumped to 1.60.1
|
|
3150
|
-
* @aigne/deepseek bumped to 0.7.43
|
|
3151
|
-
* @aigne/doubao bumped to 1.0.37
|
|
3152
|
-
* @aigne/gemini bumped to 0.13.2
|
|
3153
|
-
* @aigne/ideogram bumped to 0.3.13
|
|
3154
|
-
* @aigne/ollama bumped to 0.7.43
|
|
3155
|
-
* @aigne/open-router bumped to 0.7.43
|
|
3156
|
-
* @aigne/openai bumped to 0.15.2
|
|
3157
|
-
* @aigne/poe bumped to 1.0.23
|
|
3158
|
-
* @aigne/transport bumped to 0.15.6
|
|
3159
|
-
* @aigne/xai bumped to 0.7.43
|
|
3160
|
-
* devDependencies
|
|
3161
|
-
* @aigne/test-utils bumped to 0.5.50
|
|
3162
|
-
|
|
3163
|
-
## [0.9.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.9.0...aigne-hub-v0.9.1) (2025-09-10)
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
### Dependencies
|
|
3167
|
-
|
|
3168
|
-
* The following workspace dependencies were updated
|
|
3169
|
-
* dependencies
|
|
3170
|
-
* @aigne/anthropic bumped to 0.13.1
|
|
3171
|
-
* @aigne/bedrock bumped to 0.10.1
|
|
3172
|
-
* @aigne/core bumped to 1.60.0
|
|
3173
|
-
* @aigne/deepseek bumped to 0.7.42
|
|
3174
|
-
* @aigne/doubao bumped to 1.0.36
|
|
3175
|
-
* @aigne/gemini bumped to 0.13.1
|
|
3176
|
-
* @aigne/ideogram bumped to 0.3.12
|
|
3177
|
-
* @aigne/ollama bumped to 0.7.42
|
|
3178
|
-
* @aigne/open-router bumped to 0.7.42
|
|
3179
|
-
* @aigne/openai bumped to 0.15.1
|
|
3180
|
-
* @aigne/poe bumped to 1.0.22
|
|
3181
|
-
* @aigne/transport bumped to 0.15.5
|
|
3182
|
-
* @aigne/xai bumped to 0.7.42
|
|
3183
|
-
* devDependencies
|
|
3184
|
-
* @aigne/test-utils bumped to 0.5.49
|
|
3185
|
-
|
|
3186
|
-
## [0.9.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.10...aigne-hub-v0.9.0) (2025-09-09)
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
### Features
|
|
3190
|
-
|
|
3191
|
-
* 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))
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
### Dependencies
|
|
3195
|
-
|
|
3196
|
-
* The following workspace dependencies were updated
|
|
3197
|
-
* dependencies
|
|
3198
|
-
* @aigne/anthropic bumped to 0.13.0
|
|
3199
|
-
* @aigne/bedrock bumped to 0.10.0
|
|
3200
|
-
* @aigne/core bumped to 1.59.0
|
|
3201
|
-
* @aigne/deepseek bumped to 0.7.41
|
|
3202
|
-
* @aigne/doubao bumped to 1.0.35
|
|
3203
|
-
* @aigne/gemini bumped to 0.13.0
|
|
3204
|
-
* @aigne/ideogram bumped to 0.3.11
|
|
3205
|
-
* @aigne/ollama bumped to 0.7.41
|
|
3206
|
-
* @aigne/open-router bumped to 0.7.41
|
|
3207
|
-
* @aigne/openai bumped to 0.15.0
|
|
3208
|
-
* @aigne/poe bumped to 1.0.21
|
|
3209
|
-
* @aigne/transport bumped to 0.15.4
|
|
3210
|
-
* @aigne/xai bumped to 0.7.41
|
|
3211
|
-
* devDependencies
|
|
3212
|
-
* @aigne/test-utils bumped to 0.5.48
|
|
3213
|
-
|
|
3214
|
-
## [0.8.10](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.9...aigne-hub-v0.8.10) (2025-09-08)
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
### Dependencies
|
|
3218
|
-
|
|
3219
|
-
* The following workspace dependencies were updated
|
|
3220
|
-
* dependencies
|
|
3221
|
-
* @aigne/anthropic bumped to 0.12.3
|
|
3222
|
-
* @aigne/bedrock bumped to 0.9.21
|
|
3223
|
-
* @aigne/core bumped to 1.58.3
|
|
3224
|
-
* @aigne/deepseek bumped to 0.7.40
|
|
3225
|
-
* @aigne/doubao bumped to 1.0.34
|
|
3226
|
-
* @aigne/gemini bumped to 0.12.3
|
|
3227
|
-
* @aigne/ideogram bumped to 0.3.10
|
|
3228
|
-
* @aigne/ollama bumped to 0.7.40
|
|
3229
|
-
* @aigne/open-router bumped to 0.7.40
|
|
3230
|
-
* @aigne/openai bumped to 0.14.3
|
|
3231
|
-
* @aigne/poe bumped to 1.0.20
|
|
3232
|
-
* @aigne/transport bumped to 0.15.3
|
|
3233
|
-
* @aigne/xai bumped to 0.7.40
|
|
3234
|
-
* devDependencies
|
|
3235
|
-
* @aigne/test-utils bumped to 0.5.47
|
|
3236
|
-
|
|
3237
|
-
## [0.8.9](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.8...aigne-hub-v0.8.9) (2025-09-05)
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
### Dependencies
|
|
3241
|
-
|
|
3242
|
-
* The following workspace dependencies were updated
|
|
3243
|
-
* dependencies
|
|
3244
|
-
* @aigne/anthropic bumped to 0.12.2
|
|
3245
|
-
* @aigne/bedrock bumped to 0.9.20
|
|
3246
|
-
* @aigne/core bumped to 1.58.2
|
|
3247
|
-
* @aigne/deepseek bumped to 0.7.39
|
|
3248
|
-
* @aigne/doubao bumped to 1.0.33
|
|
3249
|
-
* @aigne/gemini bumped to 0.12.2
|
|
3250
|
-
* @aigne/ideogram bumped to 0.3.9
|
|
3251
|
-
* @aigne/ollama bumped to 0.7.39
|
|
3252
|
-
* @aigne/open-router bumped to 0.7.39
|
|
3253
|
-
* @aigne/openai bumped to 0.14.2
|
|
3254
|
-
* @aigne/poe bumped to 1.0.19
|
|
3255
|
-
* @aigne/transport bumped to 0.15.2
|
|
3256
|
-
* @aigne/xai bumped to 0.7.39
|
|
3257
|
-
* devDependencies
|
|
3258
|
-
* @aigne/test-utils bumped to 0.5.46
|
|
3259
|
-
|
|
3260
|
-
## [0.8.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.7...aigne-hub-v0.8.8) (2025-09-05)
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
### Bug Fixes
|
|
3264
|
-
|
|
3265
|
-
* 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))
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
### Dependencies
|
|
3269
|
-
|
|
3270
|
-
* The following workspace dependencies were updated
|
|
3271
|
-
* dependencies
|
|
3272
|
-
* @aigne/anthropic bumped to 0.12.1
|
|
3273
|
-
* @aigne/bedrock bumped to 0.9.19
|
|
3274
|
-
* @aigne/core bumped to 1.58.1
|
|
3275
|
-
* @aigne/deepseek bumped to 0.7.38
|
|
3276
|
-
* @aigne/doubao bumped to 1.0.32
|
|
3277
|
-
* @aigne/gemini bumped to 0.12.1
|
|
3278
|
-
* @aigne/ideogram bumped to 0.3.8
|
|
3279
|
-
* @aigne/ollama bumped to 0.7.38
|
|
3280
|
-
* @aigne/open-router bumped to 0.7.38
|
|
3281
|
-
* @aigne/openai bumped to 0.14.1
|
|
3282
|
-
* @aigne/poe bumped to 1.0.18
|
|
3283
|
-
* @aigne/transport bumped to 0.15.1
|
|
3284
|
-
* @aigne/xai bumped to 0.7.38
|
|
3285
|
-
* devDependencies
|
|
3286
|
-
* @aigne/test-utils bumped to 0.5.45
|
|
3287
|
-
|
|
3288
|
-
## [0.8.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.6...aigne-hub-v0.8.7) (2025-09-05)
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
### Bug Fixes
|
|
3292
|
-
|
|
3293
|
-
* add model for image mode input params ([#450](https://github.com/AIGNE-io/aigne-framework/issues/450)) ([3500a5a](https://github.com/AIGNE-io/aigne-framework/commit/3500a5ae5d420c7e735f2fa57729a9fe524320e8))
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
### Dependencies
|
|
3297
|
-
|
|
3298
|
-
* The following workspace dependencies were updated
|
|
3299
|
-
* dependencies
|
|
3300
|
-
* @aigne/anthropic bumped to 0.12.0
|
|
3301
|
-
* @aigne/bedrock bumped to 0.9.18
|
|
3302
|
-
* @aigne/core bumped to 1.58.0
|
|
3303
|
-
* @aigne/deepseek bumped to 0.7.37
|
|
3304
|
-
* @aigne/doubao bumped to 1.0.31
|
|
3305
|
-
* @aigne/gemini bumped to 0.12.0
|
|
3306
|
-
* @aigne/ideogram bumped to 0.3.7
|
|
3307
|
-
* @aigne/ollama bumped to 0.7.37
|
|
3308
|
-
* @aigne/open-router bumped to 0.7.37
|
|
3309
|
-
* @aigne/openai bumped to 0.14.0
|
|
3310
|
-
* @aigne/poe bumped to 1.0.17
|
|
3311
|
-
* @aigne/transport bumped to 0.15.0
|
|
3312
|
-
* @aigne/xai bumped to 0.7.37
|
|
3313
|
-
* devDependencies
|
|
3314
|
-
* @aigne/test-utils bumped to 0.5.44
|
|
3315
|
-
|
|
3316
|
-
## [0.8.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.5...aigne-hub-v0.8.6) (2025-09-01)
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
### Bug Fixes
|
|
3320
|
-
|
|
3321
|
-
* **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))
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
### Dependencies
|
|
3325
|
-
|
|
3326
|
-
* The following workspace dependencies were updated
|
|
3327
|
-
* dependencies
|
|
3328
|
-
* @aigne/anthropic bumped to 0.11.17
|
|
3329
|
-
* @aigne/bedrock bumped to 0.9.17
|
|
3330
|
-
* @aigne/core bumped to 1.57.5
|
|
3331
|
-
* @aigne/deepseek bumped to 0.7.36
|
|
3332
|
-
* @aigne/doubao bumped to 1.0.30
|
|
3333
|
-
* @aigne/gemini bumped to 0.11.6
|
|
3334
|
-
* @aigne/ideogram bumped to 0.3.6
|
|
3335
|
-
* @aigne/ollama bumped to 0.7.36
|
|
3336
|
-
* @aigne/open-router bumped to 0.7.36
|
|
3337
|
-
* @aigne/openai bumped to 0.13.7
|
|
3338
|
-
* @aigne/poe bumped to 1.0.16
|
|
3339
|
-
* @aigne/transport bumped to 0.14.16
|
|
3340
|
-
* @aigne/xai bumped to 0.7.36
|
|
3341
|
-
* devDependencies
|
|
3342
|
-
* @aigne/test-utils bumped to 0.5.43
|
|
3343
|
-
|
|
3344
|
-
## [0.8.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.4...aigne-hub-v0.8.5) (2025-08-30)
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
### Dependencies
|
|
3348
|
-
|
|
3349
|
-
* The following workspace dependencies were updated
|
|
3350
|
-
* dependencies
|
|
3351
|
-
* @aigne/anthropic bumped to 0.11.16
|
|
3352
|
-
* @aigne/bedrock bumped to 0.9.16
|
|
3353
|
-
* @aigne/core bumped to 1.57.4
|
|
3354
|
-
* @aigne/deepseek bumped to 0.7.35
|
|
3355
|
-
* @aigne/doubao bumped to 1.0.29
|
|
3356
|
-
* @aigne/gemini bumped to 0.11.5
|
|
3357
|
-
* @aigne/ideogram bumped to 0.3.5
|
|
3358
|
-
* @aigne/ollama bumped to 0.7.35
|
|
3359
|
-
* @aigne/open-router bumped to 0.7.35
|
|
3360
|
-
* @aigne/openai bumped to 0.13.6
|
|
3361
|
-
* @aigne/poe bumped to 1.0.15
|
|
3362
|
-
* @aigne/transport bumped to 0.14.15
|
|
3363
|
-
* @aigne/xai bumped to 0.7.35
|
|
3364
|
-
* devDependencies
|
|
3365
|
-
* @aigne/test-utils bumped to 0.5.42
|
|
3366
|
-
|
|
3367
|
-
## [0.8.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.3...aigne-hub-v0.8.4) (2025-08-30)
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
### Dependencies
|
|
3371
|
-
|
|
3372
|
-
* The following workspace dependencies were updated
|
|
3373
|
-
* dependencies
|
|
3374
|
-
* @aigne/anthropic bumped to 0.11.15
|
|
3375
|
-
* @aigne/bedrock bumped to 0.9.15
|
|
3376
|
-
* @aigne/core bumped to 1.57.3
|
|
3377
|
-
* @aigne/deepseek bumped to 0.7.34
|
|
3378
|
-
* @aigne/doubao bumped to 1.0.28
|
|
3379
|
-
* @aigne/gemini bumped to 0.11.4
|
|
3380
|
-
* @aigne/ideogram bumped to 0.3.4
|
|
3381
|
-
* @aigne/ollama bumped to 0.7.34
|
|
3382
|
-
* @aigne/open-router bumped to 0.7.34
|
|
3383
|
-
* @aigne/openai bumped to 0.13.5
|
|
3384
|
-
* @aigne/poe bumped to 1.0.14
|
|
3385
|
-
* @aigne/transport bumped to 0.14.14
|
|
3386
|
-
* @aigne/xai bumped to 0.7.34
|
|
3387
|
-
* devDependencies
|
|
3388
|
-
* @aigne/test-utils bumped to 0.5.41
|
|
3389
|
-
|
|
3390
|
-
## [0.8.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.2...aigne-hub-v0.8.3) (2025-08-29)
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
### Dependencies
|
|
3394
|
-
|
|
3395
|
-
* The following workspace dependencies were updated
|
|
3396
|
-
* dependencies
|
|
3397
|
-
* @aigne/anthropic bumped to 0.11.14
|
|
3398
|
-
* @aigne/bedrock bumped to 0.9.14
|
|
3399
|
-
* @aigne/core bumped to 1.57.2
|
|
3400
|
-
* @aigne/deepseek bumped to 0.7.33
|
|
3401
|
-
* @aigne/doubao bumped to 1.0.27
|
|
3402
|
-
* @aigne/gemini bumped to 0.11.3
|
|
3403
|
-
* @aigne/ideogram bumped to 0.3.3
|
|
3404
|
-
* @aigne/ollama bumped to 0.7.33
|
|
3405
|
-
* @aigne/open-router bumped to 0.7.33
|
|
3406
|
-
* @aigne/openai bumped to 0.13.4
|
|
3407
|
-
* @aigne/poe bumped to 1.0.13
|
|
3408
|
-
* @aigne/transport bumped to 0.14.13
|
|
3409
|
-
* @aigne/xai bumped to 0.7.33
|
|
3410
|
-
* devDependencies
|
|
3411
|
-
* @aigne/test-utils bumped to 0.5.40
|
|
3412
|
-
|
|
3413
|
-
## [0.8.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.1...aigne-hub-v0.8.2) (2025-08-29)
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
### Dependencies
|
|
3417
|
-
|
|
3418
|
-
* The following workspace dependencies were updated
|
|
3419
|
-
* dependencies
|
|
3420
|
-
* @aigne/anthropic bumped to 0.11.13
|
|
3421
|
-
* @aigne/bedrock bumped to 0.9.13
|
|
3422
|
-
* @aigne/core bumped to 1.57.1
|
|
3423
|
-
* @aigne/deepseek bumped to 0.7.32
|
|
3424
|
-
* @aigne/doubao bumped to 1.0.26
|
|
3425
|
-
* @aigne/gemini bumped to 0.11.2
|
|
3426
|
-
* @aigne/ideogram bumped to 0.3.2
|
|
3427
|
-
* @aigne/ollama bumped to 0.7.32
|
|
3428
|
-
* @aigne/open-router bumped to 0.7.32
|
|
3429
|
-
* @aigne/openai bumped to 0.13.3
|
|
3430
|
-
* @aigne/poe bumped to 1.0.12
|
|
3431
|
-
* @aigne/transport bumped to 0.14.12
|
|
3432
|
-
* @aigne/xai bumped to 0.7.32
|
|
3433
|
-
* devDependencies
|
|
3434
|
-
* @aigne/test-utils bumped to 0.5.39
|
|
3435
|
-
|
|
3436
|
-
## [0.8.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.8.0...aigne-hub-v0.8.1) (2025-08-28)
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
### Dependencies
|
|
3440
|
-
|
|
3441
|
-
* The following workspace dependencies were updated
|
|
3442
|
-
* dependencies
|
|
3443
|
-
* @aigne/anthropic bumped to 0.11.12
|
|
3444
|
-
* @aigne/bedrock bumped to 0.9.12
|
|
3445
|
-
* @aigne/core bumped to 1.57.0
|
|
3446
|
-
* @aigne/deepseek bumped to 0.7.31
|
|
3447
|
-
* @aigne/doubao bumped to 1.0.25
|
|
3448
|
-
* @aigne/gemini bumped to 0.11.1
|
|
3449
|
-
* @aigne/ideogram bumped to 0.3.1
|
|
3450
|
-
* @aigne/ollama bumped to 0.7.31
|
|
3451
|
-
* @aigne/open-router bumped to 0.7.31
|
|
3452
|
-
* @aigne/openai bumped to 0.13.2
|
|
3453
|
-
* @aigne/poe bumped to 1.0.11
|
|
3454
|
-
* @aigne/transport bumped to 0.14.11
|
|
3455
|
-
* @aigne/xai bumped to 0.7.31
|
|
3456
|
-
* devDependencies
|
|
3457
|
-
* @aigne/test-utils bumped to 0.5.38
|
|
3458
|
-
|
|
3459
|
-
## [0.8.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.7.0...aigne-hub-v0.8.0) (2025-08-27)
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
### Features
|
|
3463
|
-
|
|
3464
|
-
* **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))
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
### Dependencies
|
|
3468
|
-
|
|
3469
|
-
* The following workspace dependencies were updated
|
|
3470
|
-
* dependencies
|
|
3471
|
-
* @aigne/anthropic bumped to 0.11.11
|
|
3472
|
-
* @aigne/bedrock bumped to 0.9.11
|
|
3473
|
-
* @aigne/core bumped to 1.56.0
|
|
3474
|
-
* @aigne/deepseek bumped to 0.7.30
|
|
3475
|
-
* @aigne/doubao bumped to 1.0.24
|
|
3476
|
-
* @aigne/gemini bumped to 0.11.0
|
|
3477
|
-
* @aigne/ideogram bumped to 0.3.0
|
|
3478
|
-
* @aigne/ollama bumped to 0.7.30
|
|
3479
|
-
* @aigne/open-router bumped to 0.7.30
|
|
3480
|
-
* @aigne/openai bumped to 0.13.1
|
|
3481
|
-
* @aigne/poe bumped to 1.0.10
|
|
3482
|
-
* @aigne/transport bumped to 0.14.10
|
|
3483
|
-
* @aigne/xai bumped to 0.7.30
|
|
3484
|
-
* devDependencies
|
|
3485
|
-
* @aigne/test-utils bumped to 0.5.37
|
|
3486
|
-
|
|
3487
|
-
## [0.7.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.10...aigne-hub-v0.7.0) (2025-08-27)
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
### Features
|
|
3491
|
-
|
|
3492
|
-
* **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))
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
### Dependencies
|
|
3496
|
-
|
|
3497
|
-
* The following workspace dependencies were updated
|
|
3498
|
-
* dependencies
|
|
3499
|
-
* @aigne/deepseek bumped to 0.7.29
|
|
3500
|
-
* @aigne/doubao bumped to 1.0.23
|
|
3501
|
-
* @aigne/gemini bumped to 0.10.0
|
|
3502
|
-
* @aigne/ideogram bumped to 0.2.0
|
|
3503
|
-
* @aigne/ollama bumped to 0.7.29
|
|
3504
|
-
* @aigne/open-router bumped to 0.7.29
|
|
3505
|
-
* @aigne/openai bumped to 0.13.0
|
|
3506
|
-
* @aigne/poe bumped to 1.0.9
|
|
3507
|
-
* @aigne/transport bumped to 0.14.9
|
|
3508
|
-
* @aigne/xai bumped to 0.7.29
|
|
3509
|
-
* devDependencies
|
|
3510
|
-
* @aigne/openai bumped to 0.13.0
|
|
3511
|
-
|
|
3512
|
-
## [0.6.10](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.9...aigne-hub-v0.6.10) (2025-08-26)
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
### Dependencies
|
|
3516
|
-
|
|
3517
|
-
* The following workspace dependencies were updated
|
|
3518
|
-
* dependencies
|
|
3519
|
-
* @aigne/anthropic bumped to 0.11.10
|
|
3520
|
-
* @aigne/bedrock bumped to 0.9.10
|
|
3521
|
-
* @aigne/core bumped to 1.55.1
|
|
3522
|
-
* @aigne/deepseek bumped to 0.7.28
|
|
3523
|
-
* @aigne/doubao bumped to 1.0.22
|
|
3524
|
-
* @aigne/gemini bumped to 0.9.10
|
|
3525
|
-
* @aigne/ollama bumped to 0.7.28
|
|
3526
|
-
* @aigne/open-router bumped to 0.7.28
|
|
3527
|
-
* @aigne/openai bumped to 0.12.4
|
|
3528
|
-
* @aigne/poe bumped to 1.0.8
|
|
3529
|
-
* @aigne/transport bumped to 0.14.8
|
|
3530
|
-
* @aigne/xai bumped to 0.7.28
|
|
3531
|
-
* devDependencies
|
|
3532
|
-
* @aigne/openai bumped to 0.12.4
|
|
3533
|
-
* @aigne/test-utils bumped to 0.5.36
|
|
3534
|
-
|
|
3535
|
-
## [0.6.9](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.8...aigne-hub-v0.6.9) (2025-08-25)
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
### Dependencies
|
|
3539
|
-
|
|
3540
|
-
* The following workspace dependencies were updated
|
|
3541
|
-
* dependencies
|
|
3542
|
-
* @aigne/anthropic bumped to 0.11.9
|
|
3543
|
-
* @aigne/bedrock bumped to 0.9.9
|
|
3544
|
-
* @aigne/deepseek bumped to 0.7.27
|
|
3545
|
-
* @aigne/doubao bumped to 1.0.21
|
|
3546
|
-
* @aigne/gemini bumped to 0.9.9
|
|
3547
|
-
* @aigne/ollama bumped to 0.7.27
|
|
3548
|
-
* @aigne/open-router bumped to 0.7.27
|
|
3549
|
-
* @aigne/openai bumped to 0.12.3
|
|
3550
|
-
* @aigne/poe bumped to 1.0.7
|
|
3551
|
-
* @aigne/transport bumped to 0.14.7
|
|
3552
|
-
* @aigne/xai bumped to 0.7.27
|
|
3553
|
-
* devDependencies
|
|
3554
|
-
* @aigne/openai bumped to 0.12.3
|
|
3555
|
-
* @aigne/test-utils bumped to 0.5.35
|
|
3556
|
-
|
|
3557
|
-
## [0.6.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.7...aigne-hub-v0.6.8) (2025-08-21)
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
### Dependencies
|
|
3561
|
-
|
|
3562
|
-
* The following workspace dependencies were updated
|
|
3563
|
-
* dependencies
|
|
3564
|
-
* @aigne/anthropic bumped to 0.11.8
|
|
3565
|
-
* @aigne/bedrock bumped to 0.9.8
|
|
3566
|
-
* @aigne/core bumped to 1.55.0
|
|
3567
|
-
* @aigne/deepseek bumped to 0.7.26
|
|
3568
|
-
* @aigne/doubao bumped to 1.0.20
|
|
3569
|
-
* @aigne/gemini bumped to 0.9.8
|
|
3570
|
-
* @aigne/ollama bumped to 0.7.26
|
|
3571
|
-
* @aigne/open-router bumped to 0.7.26
|
|
3572
|
-
* @aigne/openai bumped to 0.12.2
|
|
3573
|
-
* @aigne/poe bumped to 1.0.6
|
|
3574
|
-
* @aigne/transport bumped to 0.14.6
|
|
3575
|
-
* @aigne/xai bumped to 0.7.26
|
|
3576
|
-
* devDependencies
|
|
3577
|
-
* @aigne/openai bumped to 0.12.2
|
|
3578
|
-
* @aigne/test-utils bumped to 0.5.34
|
|
3579
|
-
|
|
3580
|
-
## [0.6.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.6...aigne-hub-v0.6.7) (2025-08-21)
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
### Dependencies
|
|
3584
|
-
|
|
3585
|
-
* The following workspace dependencies were updated
|
|
3586
|
-
* dependencies
|
|
3587
|
-
* @aigne/anthropic bumped to 0.11.7
|
|
3588
|
-
* @aigne/bedrock bumped to 0.9.7
|
|
3589
|
-
* @aigne/core bumped to 1.54.0
|
|
3590
|
-
* @aigne/deepseek bumped to 0.7.25
|
|
3591
|
-
* @aigne/doubao bumped to 1.0.19
|
|
3592
|
-
* @aigne/gemini bumped to 0.9.7
|
|
3593
|
-
* @aigne/ollama bumped to 0.7.25
|
|
3594
|
-
* @aigne/open-router bumped to 0.7.25
|
|
3595
|
-
* @aigne/openai bumped to 0.12.1
|
|
3596
|
-
* @aigne/poe bumped to 1.0.5
|
|
3597
|
-
* @aigne/transport bumped to 0.14.5
|
|
3598
|
-
* @aigne/xai bumped to 0.7.25
|
|
3599
|
-
* devDependencies
|
|
3600
|
-
* @aigne/openai bumped to 0.12.1
|
|
3601
|
-
* @aigne/test-utils bumped to 0.5.33
|
|
3602
|
-
|
|
3603
|
-
## [0.6.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.5...aigne-hub-v0.6.6) (2025-08-20)
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
### Dependencies
|
|
3607
|
-
|
|
3608
|
-
* The following workspace dependencies were updated
|
|
3609
|
-
* dependencies
|
|
3610
|
-
* @aigne/anthropic bumped to 0.11.6
|
|
3611
|
-
* @aigne/bedrock bumped to 0.9.6
|
|
3612
|
-
* @aigne/core bumped to 1.53.0
|
|
3613
|
-
* @aigne/deepseek bumped to 0.7.24
|
|
3614
|
-
* @aigne/doubao bumped to 1.0.18
|
|
3615
|
-
* @aigne/gemini bumped to 0.9.6
|
|
3616
|
-
* @aigne/ollama bumped to 0.7.24
|
|
3617
|
-
* @aigne/open-router bumped to 0.7.24
|
|
3618
|
-
* @aigne/openai bumped to 0.12.0
|
|
3619
|
-
* @aigne/poe bumped to 1.0.4
|
|
3620
|
-
* @aigne/transport bumped to 0.14.4
|
|
3621
|
-
* @aigne/xai bumped to 0.7.24
|
|
3622
|
-
* devDependencies
|
|
3623
|
-
* @aigne/openai bumped to 0.12.0
|
|
3624
|
-
* @aigne/test-utils bumped to 0.5.32
|
|
3625
|
-
|
|
3626
|
-
## [0.6.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.4...aigne-hub-v0.6.5) (2025-08-20)
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
### Dependencies
|
|
3630
|
-
|
|
3631
|
-
* The following workspace dependencies were updated
|
|
3632
|
-
* dependencies
|
|
3633
|
-
* @aigne/anthropic bumped to 0.11.5
|
|
3634
|
-
* @aigne/bedrock bumped to 0.9.5
|
|
3635
|
-
* @aigne/core bumped to 1.52.0
|
|
3636
|
-
* @aigne/deepseek bumped to 0.7.23
|
|
3637
|
-
* @aigne/doubao bumped to 1.0.17
|
|
3638
|
-
* @aigne/gemini bumped to 0.9.5
|
|
3639
|
-
* @aigne/ollama bumped to 0.7.23
|
|
3640
|
-
* @aigne/open-router bumped to 0.7.23
|
|
3641
|
-
* @aigne/openai bumped to 0.11.5
|
|
3642
|
-
* @aigne/poe bumped to 1.0.3
|
|
3643
|
-
* @aigne/transport bumped to 0.14.3
|
|
3644
|
-
* @aigne/xai bumped to 0.7.23
|
|
3645
|
-
* devDependencies
|
|
3646
|
-
* @aigne/openai bumped to 0.11.5
|
|
3647
|
-
* @aigne/test-utils bumped to 0.5.31
|
|
3648
|
-
|
|
3649
|
-
## [0.6.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.3...aigne-hub-v0.6.4) (2025-08-18)
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
### Dependencies
|
|
3653
|
-
|
|
3654
|
-
* The following workspace dependencies were updated
|
|
3655
|
-
* dependencies
|
|
3656
|
-
* @aigne/anthropic bumped to 0.11.4
|
|
3657
|
-
* @aigne/bedrock bumped to 0.9.4
|
|
3658
|
-
* @aigne/core bumped to 1.51.0
|
|
3659
|
-
* @aigne/deepseek bumped to 0.7.22
|
|
3660
|
-
* @aigne/default-memory bumped to 1.1.4
|
|
3661
|
-
* @aigne/doubao bumped to 1.0.16
|
|
3662
|
-
* @aigne/gemini bumped to 0.9.4
|
|
3663
|
-
* @aigne/ollama bumped to 0.7.22
|
|
3664
|
-
* @aigne/open-router bumped to 0.7.22
|
|
3665
|
-
* @aigne/openai bumped to 0.11.4
|
|
3666
|
-
* @aigne/poe bumped to 1.0.2
|
|
3667
|
-
* @aigne/transport bumped to 0.14.2
|
|
3668
|
-
* @aigne/xai bumped to 0.7.22
|
|
3669
|
-
* devDependencies
|
|
3670
|
-
* @aigne/openai bumped to 0.11.4
|
|
3671
|
-
* @aigne/test-utils bumped to 0.5.30
|
|
3672
|
-
|
|
3673
|
-
## [0.6.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.2...aigne-hub-v0.6.3) (2025-08-16)
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
### Bug Fixes
|
|
3677
|
-
|
|
3678
|
-
* **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))
|
|
3679
|
-
* **models:** support custom clientId for aigne-hub adapter ([#373](https://github.com/AIGNE-io/aigne-framework/issues/373)) ([0e46568](https://github.com/AIGNE-io/aigne-framework/commit/0e465683f4b34fb7456e313fa45f0cda50bb08dc))
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
### Dependencies
|
|
3683
|
-
|
|
3684
|
-
* The following workspace dependencies were updated
|
|
3685
|
-
* dependencies
|
|
3686
|
-
* @aigne/anthropic bumped to 0.11.3
|
|
3687
|
-
* @aigne/bedrock bumped to 0.9.3
|
|
3688
|
-
* @aigne/core bumped to 1.50.1
|
|
3689
|
-
* @aigne/deepseek bumped to 0.7.21
|
|
3690
|
-
* @aigne/default-memory bumped to 1.1.3
|
|
3691
|
-
* @aigne/doubao bumped to 1.0.15
|
|
3692
|
-
* @aigne/gemini bumped to 0.9.3
|
|
3693
|
-
* @aigne/ollama bumped to 0.7.21
|
|
3694
|
-
* @aigne/open-router bumped to 0.7.21
|
|
3695
|
-
* @aigne/openai bumped to 0.11.3
|
|
3696
|
-
* @aigne/poe bumped to 1.0.1
|
|
3697
|
-
* @aigne/transport bumped to 0.14.1
|
|
3698
|
-
* @aigne/xai bumped to 0.7.21
|
|
3699
|
-
* devDependencies
|
|
3700
|
-
* @aigne/openai bumped to 0.11.3
|
|
3701
|
-
* @aigne/test-utils bumped to 0.5.29
|
|
3702
|
-
|
|
3703
|
-
## [0.6.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.1...aigne-hub-v0.6.2) (2025-08-15)
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
### Bug Fixes
|
|
3707
|
-
|
|
3708
|
-
* **cli:** display only the origin URL when linking to hub ([#369](https://github.com/AIGNE-io/aigne-framework/issues/369)) ([b3baf3f](https://github.com/AIGNE-io/aigne-framework/commit/b3baf3f2c98f965d5279dd0dfb282be9f5ffb6c2))
|
|
3709
|
-
* **model:** add x-aigne-hub-client-did header for hub model requests ([#371](https://github.com/AIGNE-io/aigne-framework/issues/371)) ([8c29f37](https://github.com/AIGNE-io/aigne-framework/commit/8c29f377d6ef3833723c8ec721a252171026d84d))
|
|
3710
|
-
|
|
3711
|
-
## [0.6.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.6.0...aigne-hub-v0.6.1) (2025-08-15)
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
### Bug Fixes
|
|
3715
|
-
|
|
3716
|
-
* **model:** ensure Chat Model client is initialized before use ([#367](https://github.com/AIGNE-io/aigne-framework/issues/367)) ([7543ccb](https://github.com/AIGNE-io/aigne-framework/commit/7543ccb7e1cf5395c4f4e1f51659982b58f5daa1))
|
|
3717
|
-
|
|
3718
|
-
## [0.6.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.5.2...aigne-hub-v0.6.0) (2025-08-14)
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
### Features
|
|
3722
|
-
|
|
3723
|
-
* **model:** add poe chat model support ([#365](https://github.com/AIGNE-io/aigne-framework/issues/365)) ([b2cce67](https://github.com/AIGNE-io/aigne-framework/commit/b2cce67bdab1c6dec273929bcdd79e1d15410119))
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
### Dependencies
|
|
3727
|
-
|
|
3728
|
-
* The following workspace dependencies were updated
|
|
3729
|
-
* dependencies
|
|
3730
|
-
* @aigne/poe bumped to 1.0.0
|
|
3731
|
-
|
|
3732
|
-
## [0.5.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.5.1...aigne-hub-v0.5.2) (2025-08-14)
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
### Bug Fixes
|
|
3736
|
-
|
|
3737
|
-
* **cli:** log only once in loadAIGNE ([#357](https://github.com/AIGNE-io/aigne-framework/issues/357)) ([6e6d968](https://github.com/AIGNE-io/aigne-framework/commit/6e6d96814fbc87f210522ae16daf94c1f84f311a))
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
### Dependencies
|
|
3741
|
-
|
|
3742
|
-
* The following workspace dependencies were updated
|
|
3743
|
-
* dependencies
|
|
3744
|
-
* @aigne/anthropic bumped to 0.11.2
|
|
3745
|
-
* @aigne/bedrock bumped to 0.9.2
|
|
3746
|
-
* @aigne/core bumped to 1.50.0
|
|
3747
|
-
* @aigne/deepseek bumped to 0.7.20
|
|
3748
|
-
* @aigne/default-memory bumped to 1.1.2
|
|
3749
|
-
* @aigne/gemini bumped to 0.9.2
|
|
3750
|
-
* @aigne/ollama bumped to 0.7.20
|
|
3751
|
-
* @aigne/open-router bumped to 0.7.20
|
|
3752
|
-
* @aigne/openai bumped to 0.11.2
|
|
3753
|
-
* @aigne/platform-helpers bumped to 0.6.2
|
|
3754
|
-
* @aigne/transport bumped to 0.14.0
|
|
3755
|
-
* @aigne/xai bumped to 0.7.20
|
|
3756
|
-
* devDependencies
|
|
3757
|
-
* @aigne/openai bumped to 0.11.2
|
|
3758
|
-
* @aigne/test-utils bumped to 0.5.28
|
|
3759
|
-
|
|
3760
|
-
## [0.5.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.5.0...aigne-hub-v0.5.1) (2025-08-13)
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
### Bug Fixes
|
|
3764
|
-
|
|
3765
|
-
* resolve circular dependency in aigne-hub ([#355](https://github.com/AIGNE-io/aigne-framework/issues/355)) ([202c1f3](https://github.com/AIGNE-io/aigne-framework/commit/202c1f3acc199f4512580b3c1f73c1dee13e40a5))
|
|
3766
|
-
|
|
3767
|
-
## [0.5.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.10...aigne-hub-v0.5.0) (2025-08-13)
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
### Features
|
|
3771
|
-
|
|
3772
|
-
* **cli:** support aigne hub commond ([#352](https://github.com/AIGNE-io/aigne-framework/issues/352)) ([0341f19](https://github.com/AIGNE-io/aigne-framework/commit/0341f190229b42c5d2ab8a8616597359f35543a7))
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
### Bug Fixes
|
|
3776
|
-
|
|
3777
|
-
* ensure log prints only once ([#354](https://github.com/AIGNE-io/aigne-framework/issues/354)) ([b5a64f7](https://github.com/AIGNE-io/aigne-framework/commit/b5a64f74ac67854fc6d576aacd1aa8b91a256765))
|
|
3778
|
-
|
|
3779
|
-
## [0.4.10](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.9...aigne-hub-v0.4.10) (2025-08-12)
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
### Dependencies
|
|
3783
|
-
|
|
3784
|
-
* The following workspace dependencies were updated
|
|
3785
|
-
* dependencies
|
|
3786
|
-
* @aigne/anthropic bumped to 0.11.1
|
|
3787
|
-
* @aigne/bedrock bumped to 0.9.1
|
|
3788
|
-
* @aigne/core bumped to 1.49.1
|
|
3789
|
-
* @aigne/deepseek bumped to 0.7.19
|
|
3790
|
-
* @aigne/default-memory bumped to 1.1.1
|
|
3791
|
-
* @aigne/gemini bumped to 0.9.1
|
|
3792
|
-
* @aigne/ollama bumped to 0.7.19
|
|
3793
|
-
* @aigne/open-router bumped to 0.7.19
|
|
3794
|
-
* @aigne/openai bumped to 0.11.1
|
|
3795
|
-
* @aigne/transport bumped to 0.13.1
|
|
3796
|
-
* @aigne/xai bumped to 0.7.19
|
|
3797
|
-
* devDependencies
|
|
3798
|
-
* @aigne/openai bumped to 0.11.1
|
|
3799
|
-
* @aigne/test-utils bumped to 0.5.27
|
|
3800
|
-
|
|
3801
|
-
## [0.4.9](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.8...aigne-hub-v0.4.9) (2025-08-12)
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
### Bug Fixes
|
|
3805
|
-
|
|
3806
|
-
* **core:** examples cases that failed when using aigne-hub ([#337](https://github.com/AIGNE-io/aigne-framework/issues/337)) ([0d4a31c](https://github.com/AIGNE-io/aigne-framework/commit/0d4a31c24d9e7d26f00d1accb80719d9ad79a4c6))
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
### Dependencies
|
|
3810
|
-
|
|
3811
|
-
* The following workspace dependencies were updated
|
|
3812
|
-
* dependencies
|
|
3813
|
-
* @aigne/anthropic bumped to 0.11.0
|
|
3814
|
-
* @aigne/bedrock bumped to 0.9.0
|
|
3815
|
-
* @aigne/core bumped to 1.49.0
|
|
3816
|
-
* @aigne/deepseek bumped to 0.7.18
|
|
3817
|
-
* @aigne/default-memory bumped to 1.1.0
|
|
3818
|
-
* @aigne/gemini bumped to 0.9.0
|
|
3819
|
-
* @aigne/ollama bumped to 0.7.18
|
|
3820
|
-
* @aigne/open-router bumped to 0.7.18
|
|
3821
|
-
* @aigne/openai bumped to 0.11.0
|
|
3822
|
-
* @aigne/platform-helpers bumped to 0.6.1
|
|
3823
|
-
* @aigne/transport bumped to 0.13.0
|
|
3824
|
-
* @aigne/xai bumped to 0.7.18
|
|
3825
|
-
* devDependencies
|
|
3826
|
-
* @aigne/openai bumped to 0.11.0
|
|
3827
|
-
* @aigne/test-utils bumped to 0.5.26
|
|
3828
|
-
|
|
3829
|
-
## [0.4.8](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.7...aigne-hub-v0.4.8) (2025-08-12)
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
### Dependencies
|
|
3833
|
-
|
|
3834
|
-
* The following workspace dependencies were updated
|
|
3835
|
-
* dependencies
|
|
3836
|
-
* @aigne/anthropic bumped to 0.10.13
|
|
3837
|
-
* @aigne/bedrock bumped to 0.8.17
|
|
3838
|
-
* @aigne/core bumped to 1.48.0
|
|
3839
|
-
* @aigne/deepseek bumped to 0.7.17
|
|
3840
|
-
* @aigne/default-memory bumped to 1.0.17
|
|
3841
|
-
* @aigne/gemini bumped to 0.8.17
|
|
3842
|
-
* @aigne/ollama bumped to 0.7.17
|
|
3843
|
-
* @aigne/open-router bumped to 0.7.17
|
|
3844
|
-
* @aigne/openai bumped to 0.10.17
|
|
3845
|
-
* @aigne/transport bumped to 0.12.5
|
|
3846
|
-
* @aigne/xai bumped to 0.7.17
|
|
3847
|
-
* devDependencies
|
|
3848
|
-
* @aigne/openai bumped to 0.10.17
|
|
3849
|
-
* @aigne/test-utils bumped to 0.5.25
|
|
3850
|
-
|
|
3851
|
-
## [0.4.7](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.6...aigne-hub-v0.4.7) (2025-08-11)
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
### Dependencies
|
|
3855
|
-
|
|
3856
|
-
* The following workspace dependencies were updated
|
|
3857
|
-
* dependencies
|
|
3858
|
-
* @aigne/anthropic bumped to 0.10.12
|
|
3859
|
-
* @aigne/bedrock bumped to 0.8.16
|
|
3860
|
-
* @aigne/core bumped to 1.47.0
|
|
3861
|
-
* @aigne/deepseek bumped to 0.7.16
|
|
3862
|
-
* @aigne/default-memory bumped to 1.0.16
|
|
3863
|
-
* @aigne/gemini bumped to 0.8.16
|
|
3864
|
-
* @aigne/ollama bumped to 0.7.16
|
|
3865
|
-
* @aigne/open-router bumped to 0.7.16
|
|
3866
|
-
* @aigne/openai bumped to 0.10.16
|
|
3867
|
-
* @aigne/transport bumped to 0.12.4
|
|
3868
|
-
* @aigne/xai bumped to 0.7.16
|
|
3869
|
-
* devDependencies
|
|
3870
|
-
* @aigne/openai bumped to 0.10.16
|
|
3871
|
-
* @aigne/test-utils bumped to 0.5.24
|
|
3872
|
-
|
|
3873
|
-
## [0.4.6](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.5...aigne-hub-v0.4.6) (2025-08-08)
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
### Dependencies
|
|
3877
|
-
|
|
3878
|
-
* The following workspace dependencies were updated
|
|
3879
|
-
* dependencies
|
|
3880
|
-
* @aigne/anthropic bumped to 0.10.11
|
|
3881
|
-
* @aigne/bedrock bumped to 0.8.15
|
|
3882
|
-
* @aigne/core bumped to 1.46.1
|
|
3883
|
-
* @aigne/deepseek bumped to 0.7.15
|
|
3884
|
-
* @aigne/default-memory bumped to 1.0.15
|
|
3885
|
-
* @aigne/gemini bumped to 0.8.15
|
|
3886
|
-
* @aigne/ollama bumped to 0.7.15
|
|
3887
|
-
* @aigne/open-router bumped to 0.7.15
|
|
3888
|
-
* @aigne/openai bumped to 0.10.15
|
|
3889
|
-
* @aigne/transport bumped to 0.12.3
|
|
3890
|
-
* @aigne/xai bumped to 0.7.15
|
|
3891
|
-
* devDependencies
|
|
3892
|
-
* @aigne/openai bumped to 0.10.15
|
|
3893
|
-
* @aigne/test-utils bumped to 0.5.23
|
|
3894
|
-
|
|
3895
|
-
## [0.4.5](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.4...aigne-hub-v0.4.5) (2025-08-06)
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
### Bug Fixes
|
|
3899
|
-
|
|
3900
|
-
* **models:** improve aigne-model chat logic and fix incorrect input in blocklet usage ([#329](https://github.com/AIGNE-io/aigne-framework/issues/329)) ([f50a9b8](https://github.com/AIGNE-io/aigne-framework/commit/f50a9b84e12f129396006784e810be25a3fa15fc))
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
### Dependencies
|
|
3904
|
-
|
|
3905
|
-
* The following workspace dependencies were updated
|
|
3906
|
-
* dependencies
|
|
3907
|
-
* @aigne/anthropic bumped to 0.10.10
|
|
3908
|
-
* @aigne/bedrock bumped to 0.8.14
|
|
3909
|
-
* @aigne/core bumped to 1.46.0
|
|
3910
|
-
* @aigne/deepseek bumped to 0.7.14
|
|
3911
|
-
* @aigne/default-memory bumped to 1.0.14
|
|
3912
|
-
* @aigne/gemini bumped to 0.8.14
|
|
3913
|
-
* @aigne/ollama bumped to 0.7.14
|
|
3914
|
-
* @aigne/open-router bumped to 0.7.14
|
|
3915
|
-
* @aigne/openai bumped to 0.10.14
|
|
3916
|
-
* @aigne/platform-helpers bumped to 0.6.0
|
|
3917
|
-
* @aigne/transport bumped to 0.12.2
|
|
3918
|
-
* @aigne/xai bumped to 0.7.14
|
|
3919
|
-
* devDependencies
|
|
3920
|
-
* @aigne/openai bumped to 0.10.14
|
|
3921
|
-
* @aigne/test-utils bumped to 0.5.22
|
|
3922
|
-
|
|
3923
|
-
## [0.4.4](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.3...aigne-hub-v0.4.4) (2025-08-06)
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
### Bug Fixes
|
|
3927
|
-
|
|
3928
|
-
* **models:** aigne-hub adapter not working in node.js v21 ([#320](https://github.com/AIGNE-io/aigne-framework/issues/320)) ([2884d00](https://github.com/AIGNE-io/aigne-framework/commit/2884d00b83e153ae7465ef1369fcd22d7c6d43e0))
|
|
3929
|
-
|
|
3930
|
-
|
|
3931
|
-
### Dependencies
|
|
3932
|
-
|
|
3933
|
-
* The following workspace dependencies were updated
|
|
3934
|
-
* dependencies
|
|
3935
|
-
* @aigne/anthropic bumped to 0.10.9
|
|
3936
|
-
* @aigne/bedrock bumped to 0.8.13
|
|
3937
|
-
* @aigne/core bumped to 1.45.0
|
|
3938
|
-
* @aigne/deepseek bumped to 0.7.13
|
|
3939
|
-
* @aigne/default-memory bumped to 1.0.13
|
|
3940
|
-
* @aigne/gemini bumped to 0.8.13
|
|
3941
|
-
* @aigne/ollama bumped to 0.7.13
|
|
3942
|
-
* @aigne/open-router bumped to 0.7.13
|
|
3943
|
-
* @aigne/openai bumped to 0.10.13
|
|
3944
|
-
* @aigne/platform-helpers bumped to 0.5.1
|
|
3945
|
-
* @aigne/transport bumped to 0.12.1
|
|
3946
|
-
* @aigne/xai bumped to 0.7.13
|
|
3947
|
-
* devDependencies
|
|
3948
|
-
* @aigne/openai bumped to 0.10.13
|
|
3949
|
-
* @aigne/test-utils bumped to 0.5.21
|
|
3950
|
-
|
|
3951
|
-
## [0.4.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.2...aigne-hub-v0.4.3) (2025-08-05)
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
### Dependencies
|
|
3955
|
-
|
|
3956
|
-
* The following workspace dependencies were updated
|
|
3957
|
-
* dependencies
|
|
3958
|
-
* @aigne/anthropic bumped to 0.10.8
|
|
3959
|
-
* @aigne/bedrock bumped to 0.8.12
|
|
3960
|
-
* @aigne/core bumped to 1.44.0
|
|
3961
|
-
* @aigne/deepseek bumped to 0.7.12
|
|
3962
|
-
* @aigne/default-memory bumped to 1.0.12
|
|
3963
|
-
* @aigne/gemini bumped to 0.8.12
|
|
3964
|
-
* @aigne/ollama bumped to 0.7.12
|
|
3965
|
-
* @aigne/open-router bumped to 0.7.12
|
|
3966
|
-
* @aigne/openai bumped to 0.10.12
|
|
3967
|
-
* @aigne/transport bumped to 0.12.0
|
|
3968
|
-
* @aigne/xai bumped to 0.7.12
|
|
3969
|
-
* devDependencies
|
|
3970
|
-
* @aigne/openai bumped to 0.10.12
|
|
3971
|
-
* @aigne/test-utils bumped to 0.5.20
|
|
3972
|
-
|
|
3973
|
-
## [0.4.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.1...aigne-hub-v0.4.2) (2025-08-05)
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
### Dependencies
|
|
3977
|
-
|
|
3978
|
-
* The following workspace dependencies were updated
|
|
3979
|
-
* dependencies
|
|
3980
|
-
* @aigne/anthropic bumped to 0.10.7
|
|
3981
|
-
* @aigne/bedrock bumped to 0.8.11
|
|
3982
|
-
* @aigne/core bumped to 1.43.1
|
|
3983
|
-
* @aigne/deepseek bumped to 0.7.11
|
|
3984
|
-
* @aigne/default-memory bumped to 1.0.11
|
|
3985
|
-
* @aigne/gemini bumped to 0.8.11
|
|
3986
|
-
* @aigne/ollama bumped to 0.7.11
|
|
3987
|
-
* @aigne/open-router bumped to 0.7.11
|
|
3988
|
-
* @aigne/openai bumped to 0.10.11
|
|
3989
|
-
* @aigne/transport bumped to 0.11.2
|
|
3990
|
-
* @aigne/xai bumped to 0.7.11
|
|
3991
|
-
* devDependencies
|
|
3992
|
-
* @aigne/openai bumped to 0.10.11
|
|
3993
|
-
* @aigne/test-utils bumped to 0.5.19
|
|
3994
|
-
|
|
3995
|
-
## [0.4.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.4.0...aigne-hub-v0.4.1) (2025-08-04)
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
### Dependencies
|
|
3999
|
-
|
|
4000
|
-
* The following workspace dependencies were updated
|
|
4001
|
-
* dependencies
|
|
4002
|
-
* @aigne/anthropic bumped to 0.10.6
|
|
4003
|
-
* @aigne/bedrock bumped to 0.8.10
|
|
4004
|
-
* @aigne/core bumped to 1.43.0
|
|
4005
|
-
* @aigne/deepseek bumped to 0.7.10
|
|
4006
|
-
* @aigne/default-memory bumped to 1.0.10
|
|
4007
|
-
* @aigne/gemini bumped to 0.8.10
|
|
4008
|
-
* @aigne/ollama bumped to 0.7.10
|
|
4009
|
-
* @aigne/open-router bumped to 0.7.10
|
|
4010
|
-
* @aigne/openai bumped to 0.10.10
|
|
4011
|
-
* @aigne/transport bumped to 0.11.1
|
|
4012
|
-
* @aigne/xai bumped to 0.7.10
|
|
4013
|
-
* devDependencies
|
|
4014
|
-
* @aigne/openai bumped to 0.10.10
|
|
4015
|
-
* @aigne/test-utils bumped to 0.5.18
|
|
4016
|
-
|
|
4017
|
-
## [0.4.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.3.2...aigne-hub-v0.4.0) (2025-08-01)
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
### Features
|
|
4021
|
-
|
|
4022
|
-
* support google model and skip check mode when connected to Hub ([#300](https://github.com/AIGNE-io/aigne-framework/issues/300)) ([e992c0f](https://github.com/AIGNE-io/aigne-framework/commit/e992c0f3335a7c512fa807d5b8ad10c9c3bf2351))
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
### Dependencies
|
|
4026
|
-
|
|
4027
|
-
* The following workspace dependencies were updated
|
|
4028
|
-
* dependencies
|
|
4029
|
-
* @aigne/anthropic bumped to 0.10.5
|
|
4030
|
-
* @aigne/bedrock bumped to 0.8.9
|
|
4031
|
-
* @aigne/core bumped to 1.42.0
|
|
4032
|
-
* @aigne/deepseek bumped to 0.7.9
|
|
4033
|
-
* @aigne/default-memory bumped to 1.0.9
|
|
4034
|
-
* @aigne/gemini bumped to 0.8.9
|
|
4035
|
-
* @aigne/ollama bumped to 0.7.9
|
|
4036
|
-
* @aigne/open-router bumped to 0.7.9
|
|
4037
|
-
* @aigne/openai bumped to 0.10.9
|
|
4038
|
-
* @aigne/platform-helpers bumped to 0.5.0
|
|
4039
|
-
* @aigne/transport bumped to 0.11.0
|
|
4040
|
-
* @aigne/xai bumped to 0.7.9
|
|
4041
|
-
* devDependencies
|
|
4042
|
-
* @aigne/openai bumped to 0.10.9
|
|
4043
|
-
* @aigne/test-utils bumped to 0.5.17
|
|
4044
|
-
|
|
4045
|
-
## [0.3.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.3.1...aigne-hub-v0.3.2) (2025-07-31)
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
### Dependencies
|
|
4049
|
-
|
|
4050
|
-
* The following workspace dependencies were updated
|
|
4051
|
-
* dependencies
|
|
4052
|
-
* @aigne/anthropic bumped to 0.10.4
|
|
4053
|
-
* @aigne/bedrock bumped to 0.8.8
|
|
4054
|
-
* @aigne/core bumped to 1.41.0
|
|
4055
|
-
* @aigne/deepseek bumped to 0.7.8
|
|
4056
|
-
* @aigne/default-memory bumped to 1.0.8
|
|
4057
|
-
* @aigne/gemini bumped to 0.8.8
|
|
4058
|
-
* @aigne/ollama bumped to 0.7.8
|
|
4059
|
-
* @aigne/open-router bumped to 0.7.8
|
|
4060
|
-
* @aigne/openai bumped to 0.10.8
|
|
4061
|
-
* @aigne/transport bumped to 0.10.8
|
|
4062
|
-
* @aigne/xai bumped to 0.7.8
|
|
4063
|
-
* devDependencies
|
|
4064
|
-
* @aigne/openai bumped to 0.10.8
|
|
4065
|
-
* @aigne/test-utils bumped to 0.5.16
|
|
4066
|
-
|
|
4067
|
-
## [0.3.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.3.0...aigne-hub-v0.3.1) (2025-07-31)
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
### Dependencies
|
|
4071
|
-
|
|
4072
|
-
* The following workspace dependencies were updated
|
|
4073
|
-
* dependencies
|
|
4074
|
-
* @aigne/anthropic bumped to 0.10.3
|
|
4075
|
-
* @aigne/bedrock bumped to 0.8.7
|
|
4076
|
-
* @aigne/core bumped to 1.40.0
|
|
4077
|
-
* @aigne/deepseek bumped to 0.7.7
|
|
4078
|
-
* @aigne/default-memory bumped to 1.0.7
|
|
4079
|
-
* @aigne/gemini bumped to 0.8.7
|
|
4080
|
-
* @aigne/ollama bumped to 0.7.7
|
|
4081
|
-
* @aigne/open-router bumped to 0.7.7
|
|
4082
|
-
* @aigne/openai bumped to 0.10.7
|
|
4083
|
-
* @aigne/transport bumped to 0.10.7
|
|
4084
|
-
* @aigne/xai bumped to 0.7.7
|
|
4085
|
-
* devDependencies
|
|
4086
|
-
* @aigne/openai bumped to 0.10.7
|
|
4087
|
-
* @aigne/test-utils bumped to 0.5.15
|
|
4088
|
-
|
|
4089
|
-
## [0.3.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.2.2...aigne-hub-v0.3.0) (2025-07-30)
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
### Features
|
|
4093
|
-
|
|
4094
|
-
* support aigne connect command and add test ([#283](https://github.com/AIGNE-io/aigne-framework/issues/283)) ([387d22d](https://github.com/AIGNE-io/aigne-framework/commit/387d22d5cacf20abe02a13deaca1f36987d48ba5))
|
|
4095
|
-
|
|
4096
|
-
## [0.2.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.2.1...aigne-hub-v0.2.2) (2025-07-28)
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
### Bug Fixes
|
|
4100
|
-
|
|
4101
|
-
* **observability:** uniq index on insert and perf on trace query ([#268](https://github.com/AIGNE-io/aigne-framework/issues/268)) ([bd02d2e](https://github.com/AIGNE-io/aigne-framework/commit/bd02d2ef4dadc3df7e4806746fede2faa5cc50bb))
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
### Dependencies
|
|
4105
|
-
|
|
4106
|
-
* The following workspace dependencies were updated
|
|
4107
|
-
* dependencies
|
|
4108
|
-
* @aigne/anthropic bumped to 0.10.2
|
|
4109
|
-
* @aigne/bedrock bumped to 0.8.6
|
|
4110
|
-
* @aigne/core bumped to 1.39.0
|
|
4111
|
-
* @aigne/deepseek bumped to 0.7.6
|
|
4112
|
-
* @aigne/default-memory bumped to 1.0.6
|
|
4113
|
-
* @aigne/gemini bumped to 0.8.6
|
|
4114
|
-
* @aigne/ollama bumped to 0.7.6
|
|
4115
|
-
* @aigne/open-router bumped to 0.7.6
|
|
4116
|
-
* @aigne/openai bumped to 0.10.6
|
|
4117
|
-
* @aigne/transport bumped to 0.10.6
|
|
4118
|
-
* @aigne/xai bumped to 0.7.6
|
|
4119
|
-
* devDependencies
|
|
4120
|
-
* @aigne/openai bumped to 0.10.6
|
|
4121
|
-
* @aigne/test-utils bumped to 0.5.14
|
|
4122
|
-
|
|
4123
|
-
## [0.2.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.2.0...aigne-hub-v0.2.1) (2025-07-24)
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
### Bug Fixes
|
|
4127
|
-
|
|
4128
|
-
* add missing dependencies ([#280](https://github.com/AIGNE-io/aigne-framework/issues/280)) ([5da315e](https://github.com/AIGNE-io/aigne-framework/commit/5da315e29dc02818293e74ad159294f137e2c7f7))
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
### Dependencies
|
|
4132
|
-
|
|
4133
|
-
* The following workspace dependencies were updated
|
|
4134
|
-
* dependencies
|
|
4135
|
-
* @aigne/anthropic bumped to 0.10.1
|
|
4136
|
-
* @aigne/bedrock bumped to 0.8.5
|
|
4137
|
-
* @aigne/core bumped to 1.38.1
|
|
4138
|
-
* @aigne/deepseek bumped to 0.7.5
|
|
4139
|
-
* @aigne/default-memory bumped to 1.0.5
|
|
4140
|
-
* @aigne/gemini bumped to 0.8.5
|
|
4141
|
-
* @aigne/ollama bumped to 0.7.5
|
|
4142
|
-
* @aigne/open-router bumped to 0.7.5
|
|
4143
|
-
* @aigne/openai bumped to 0.10.5
|
|
4144
|
-
* @aigne/transport bumped to 0.10.5
|
|
4145
|
-
* @aigne/xai bumped to 0.7.5
|
|
4146
|
-
* devDependencies
|
|
4147
|
-
* @aigne/openai bumped to 0.10.5
|
|
4148
|
-
* @aigne/test-utils bumped to 0.5.13
|
|
4149
|
-
|
|
4150
|
-
## [0.2.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.1.3...aigne-hub-v0.2.0) (2025-07-24)
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
### Features
|
|
4154
|
-
|
|
4155
|
-
* **cli:** support aigne hub connect and model use ([#267](https://github.com/AIGNE-io/aigne-framework/issues/267)) ([8e5a32a](https://github.com/AIGNE-io/aigne-framework/commit/8e5a32afc64593137153d7407bde13837312ac70))
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
### Bug Fixes
|
|
4159
|
-
|
|
4160
|
-
* update blocklet key name ([#279](https://github.com/AIGNE-io/aigne-framework/issues/279)) ([210ef61](https://github.com/AIGNE-io/aigne-framework/commit/210ef612f9d1dcbbb9cbe10635b056114bfd10b7))
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
### Dependencies
|
|
4164
|
-
|
|
4165
|
-
* The following workspace dependencies were updated
|
|
4166
|
-
* dependencies
|
|
4167
|
-
* @aigne/transport bumped to 0.10.4
|
|
4168
|
-
* @aigne/anthropic bumped to 0.10.0
|
|
4169
|
-
* @aigne/bedrock bumped to 0.8.4
|
|
4170
|
-
* @aigne/core bumped to 1.38.0
|
|
4171
|
-
* @aigne/deepseek bumped to 0.7.4
|
|
4172
|
-
* @aigne/default-memory bumped to 1.0.4
|
|
4173
|
-
* @aigne/gemini bumped to 0.8.4
|
|
4174
|
-
* @aigne/ollama bumped to 0.7.4
|
|
4175
|
-
* @aigne/open-router bumped to 0.7.4
|
|
4176
|
-
* @aigne/openai bumped to 0.10.4
|
|
4177
|
-
* @aigne/xai bumped to 0.7.4
|
|
4178
|
-
* devDependencies
|
|
4179
|
-
* @aigne/openai bumped to 0.10.4
|
|
4180
|
-
* @aigne/test-utils bumped to 0.5.12
|
|
4181
|
-
|
|
4182
|
-
## [0.1.3](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.1.2...aigne-hub-v0.1.3) (2025-07-22)
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
### Dependencies
|
|
4186
|
-
|
|
4187
|
-
* The following workspace dependencies were updated
|
|
4188
|
-
* dependencies
|
|
4189
|
-
* @aigne/core bumped to 1.37.0
|
|
4190
|
-
* @aigne/transport bumped to 0.10.3
|
|
4191
|
-
* devDependencies
|
|
4192
|
-
* @aigne/openai bumped to 0.10.3
|
|
4193
|
-
* @aigne/test-utils bumped to 0.5.11
|
|
4194
|
-
|
|
4195
|
-
## [0.1.2](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.1.1...aigne-hub-v0.1.2) (2025-07-17)
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
### Dependencies
|
|
4199
|
-
|
|
4200
|
-
* The following workspace dependencies were updated
|
|
4201
|
-
* dependencies
|
|
4202
|
-
* @aigne/core bumped to 1.36.0
|
|
4203
|
-
* @aigne/transport bumped to 0.10.2
|
|
4204
|
-
* devDependencies
|
|
4205
|
-
* @aigne/openai bumped to 0.10.2
|
|
4206
|
-
* @aigne/test-utils bumped to 0.5.10
|
|
4207
|
-
|
|
4208
|
-
## [0.1.1](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.1.0...aigne-hub-v0.1.1) (2025-07-17)
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
### Dependencies
|
|
4212
|
-
|
|
4213
|
-
* The following workspace dependencies were updated
|
|
4214
|
-
* dependencies
|
|
4215
|
-
* @aigne/core bumped to 1.35.0
|
|
4216
|
-
* @aigne/transport bumped to 0.10.1
|
|
4217
|
-
* devDependencies
|
|
4218
|
-
* @aigne/openai bumped to 0.10.1
|
|
4219
|
-
* @aigne/test-utils bumped to 0.5.9
|
|
4220
|
-
|
|
4221
|
-
## [0.1.0](https://github.com/AIGNE-io/aigne-framework/compare/aigne-hub-v0.0.1...aigne-hub-v0.1.0) (2025-07-15)
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
### Features
|
|
4225
|
-
|
|
4226
|
-
* **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))
|
|
4227
|
-
* **model:** support aigne-hub model adapter ([#253](https://github.com/AIGNE-io/aigne-framework/issues/253)) ([4b33f8d](https://github.com/AIGNE-io/aigne-framework/commit/4b33f8d1a819f52357db81d502c56b55eaa0669f))
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
### Dependencies
|
|
4231
|
-
|
|
4232
|
-
* The following workspace dependencies were updated
|
|
4233
|
-
* dependencies
|
|
4234
|
-
* @aigne/core bumped to 1.34.0
|
|
4235
|
-
* @aigne/transport bumped to 0.10.0
|
|
4236
|
-
* devDependencies
|
|
4237
|
-
* @aigne/openai bumped to 0.10.0
|
|
4238
|
-
* @aigne/test-utils bumped to 0.5.8
|