@aigne/default-memory 1.4.0-beta.9 → 1.4.1-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +230 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,235 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0...default-memory-v1.4.1-beta) (2026-01-20)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.73.0-beta
11
+ * devDependencies
12
+ * @aigne/test-utils bumped to 0.5.70-beta
13
+ * @aigne/openai bumped to 0.16.17-beta
14
+
15
+ ## [1.4.0](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.24...default-memory-v1.4.0) (2026-01-16)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @aigne/core bumped to 1.72.0
23
+ * @aigne/sqlite bumped to 0.4.9
24
+ * devDependencies
25
+ * @aigne/test-utils bumped to 0.5.69
26
+ * @aigne/openai bumped to 0.16.16
27
+
28
+ ## [1.4.0-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.23...default-memory-v1.4.0-beta.24) (2026-01-16)
29
+
30
+
31
+ ### Features
32
+
33
+ * add modalities support for chat model ([#454](https://github.com/AIGNE-io/aigne-framework/issues/454)) ([70d1bf6](https://github.com/AIGNE-io/aigne-framework/commit/70d1bf631f4e711235d89c6df8ee210a19179b30))
34
+ * add session compact support for AIAgent ([#863](https://github.com/AIGNE-io/aigne-framework/issues/863)) ([9010918](https://github.com/AIGNE-io/aigne-framework/commit/9010918cd3f18b02b5c60ddc9ed5c34b568d0b28))
35
+ * **core:** add session history support ([#858](https://github.com/AIGNE-io/aigne-framework/issues/858)) ([28a070e](https://github.com/AIGNE-io/aigne-framework/commit/28a070ed33b821d1fd344b899706d817ca992b9f))
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * add options for system message reordering and merging ([#624](https://github.com/AIGNE-io/aigne-framework/issues/624)) ([8ca466d](https://github.com/AIGNE-io/aigne-framework/commit/8ca466d49d1e4ed08bc90922f39c0d3ed60c4fd5))
41
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
42
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
43
+ * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
44
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
45
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
46
+ * **core:** auto merge multiple system messages ([#619](https://github.com/AIGNE-io/aigne-framework/issues/619)) ([e9e62c0](https://github.com/AIGNE-io/aigne-framework/commit/e9e62c03c45f5a9b75d44a07588b2b179e262aad))
47
+ * 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))
48
+ * **models:** improve message structure handling and enable auto-message options ([#657](https://github.com/AIGNE-io/aigne-framework/issues/657)) ([233d70c](https://github.com/AIGNE-io/aigne-framework/commit/233d70cb292b937200fada8434f33d957d766ad6))
49
+ * update deps compatibility in CommonJS environment ([#580](https://github.com/AIGNE-io/aigne-framework/issues/580)) ([a1e35d0](https://github.com/AIGNE-io/aigne-framework/commit/a1e35d016405accb51c1aeb6a544503a1c78e912))
50
+
51
+
52
+ ### Dependencies
53
+
54
+ * The following workspace dependencies were updated
55
+ * dependencies
56
+ * @aigne/core bumped to 1.72.0-beta.25
57
+ * devDependencies
58
+ * @aigne/test-utils bumped to 0.5.69-beta.25
59
+ * @aigne/openai bumped to 0.16.16-beta.25
60
+
61
+ ## [1.4.0-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.22...default-memory-v1.4.0-beta.23) (2026-01-16)
62
+
63
+
64
+ ### Dependencies
65
+
66
+ * The following workspace dependencies were updated
67
+ * dependencies
68
+ * @aigne/core bumped to 1.72.0-beta.24
69
+ * devDependencies
70
+ * @aigne/test-utils bumped to 0.5.69-beta.24
71
+ * @aigne/openai bumped to 0.16.16-beta.24
72
+
73
+ ## [1.4.0-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.21...default-memory-v1.4.0-beta.22) (2026-01-15)
74
+
75
+
76
+ ### Dependencies
77
+
78
+ * The following workspace dependencies were updated
79
+ * dependencies
80
+ * @aigne/core bumped to 1.72.0-beta.23
81
+ * devDependencies
82
+ * @aigne/test-utils bumped to 0.5.69-beta.23
83
+ * @aigne/openai bumped to 0.16.16-beta.23
84
+
85
+ ## [1.4.0-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.20...default-memory-v1.4.0-beta.21) (2026-01-15)
86
+
87
+
88
+ ### Dependencies
89
+
90
+ * The following workspace dependencies were updated
91
+ * dependencies
92
+ * @aigne/core bumped to 1.72.0-beta.22
93
+ * devDependencies
94
+ * @aigne/test-utils bumped to 0.5.69-beta.22
95
+ * @aigne/openai bumped to 0.16.16-beta.22
96
+
97
+ ## [1.4.0-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.19...default-memory-v1.4.0-beta.20) (2026-01-15)
98
+
99
+
100
+ ### Dependencies
101
+
102
+ * The following workspace dependencies were updated
103
+ * dependencies
104
+ * @aigne/core bumped to 1.72.0-beta.21
105
+ * devDependencies
106
+ * @aigne/test-utils bumped to 0.5.69-beta.21
107
+ * @aigne/openai bumped to 0.16.16-beta.21
108
+
109
+ ## [1.4.0-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.18...default-memory-v1.4.0-beta.19) (2026-01-15)
110
+
111
+
112
+ ### Dependencies
113
+
114
+ * The following workspace dependencies were updated
115
+ * dependencies
116
+ * @aigne/core bumped to 1.72.0-beta.20
117
+ * devDependencies
118
+ * @aigne/test-utils bumped to 0.5.69-beta.20
119
+ * @aigne/openai bumped to 0.16.16-beta.20
120
+
121
+ ## [1.4.0-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.17...default-memory-v1.4.0-beta.18) (2026-01-14)
122
+
123
+
124
+ ### Bug Fixes
125
+
126
+ * 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))
127
+
128
+
129
+ ### Dependencies
130
+
131
+ * The following workspace dependencies were updated
132
+ * dependencies
133
+ * @aigne/core bumped to 1.72.0-beta.19
134
+ * @aigne/sqlite bumped to 0.4.9-beta.2
135
+ * devDependencies
136
+ * @aigne/test-utils bumped to 0.5.69-beta.19
137
+ * @aigne/openai bumped to 0.16.16-beta.19
138
+
139
+ ## [1.4.0-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.16...default-memory-v1.4.0-beta.17) (2026-01-13)
140
+
141
+
142
+ ### Dependencies
143
+
144
+ * The following workspace dependencies were updated
145
+ * dependencies
146
+ * @aigne/core bumped to 1.72.0-beta.18
147
+ * devDependencies
148
+ * @aigne/openai bumped to 0.16.16-beta.18
149
+
150
+ ## [1.4.0-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.15...default-memory-v1.4.0-beta.16) (2026-01-12)
151
+
152
+
153
+ ### Dependencies
154
+
155
+ * The following workspace dependencies were updated
156
+ * dependencies
157
+ * @aigne/core bumped to 1.72.0-beta.17
158
+ * devDependencies
159
+ * @aigne/openai bumped to 0.16.16-beta.17
160
+
161
+ ## [1.4.0-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.14...default-memory-v1.4.0-beta.15) (2026-01-12)
162
+
163
+
164
+ ### Dependencies
165
+
166
+ * The following workspace dependencies were updated
167
+ * dependencies
168
+ * @aigne/core bumped to 1.72.0-beta.16
169
+ * devDependencies
170
+ * @aigne/openai bumped to 0.16.16-beta.16
171
+
172
+ ## [1.4.0-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.13...default-memory-v1.4.0-beta.14) (2026-01-10)
173
+
174
+
175
+ ### Dependencies
176
+
177
+ * The following workspace dependencies were updated
178
+ * dependencies
179
+ * @aigne/core bumped to 1.72.0-beta.15
180
+ * devDependencies
181
+ * @aigne/openai bumped to 0.16.16-beta.15
182
+
183
+ ## [1.4.0-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.12...default-memory-v1.4.0-beta.13) (2026-01-09)
184
+
185
+
186
+ ### Dependencies
187
+
188
+ * The following workspace dependencies were updated
189
+ * dependencies
190
+ * @aigne/core bumped to 1.72.0-beta.14
191
+ * devDependencies
192
+ * @aigne/openai bumped to 0.16.16-beta.14
193
+
194
+ ## [1.4.0-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.11...default-memory-v1.4.0-beta.12) (2026-01-08)
195
+
196
+
197
+ ### Bug Fixes
198
+
199
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
200
+
201
+
202
+ ### Dependencies
203
+
204
+ * The following workspace dependencies were updated
205
+ * dependencies
206
+ * @aigne/core bumped to 1.72.0-beta.13
207
+ * @aigne/sqlite bumped to 0.4.9-beta.1
208
+ * devDependencies
209
+ * @aigne/openai bumped to 0.16.16-beta.13
210
+
211
+ ## [1.4.0-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.10...default-memory-v1.4.0-beta.11) (2026-01-07)
212
+
213
+
214
+ ### Dependencies
215
+
216
+ * The following workspace dependencies were updated
217
+ * dependencies
218
+ * @aigne/core bumped to 1.72.0-beta.12
219
+ * devDependencies
220
+ * @aigne/openai bumped to 0.16.16-beta.12
221
+
222
+ ## [1.4.0-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.9...default-memory-v1.4.0-beta.10) (2026-01-06)
223
+
224
+
225
+ ### Dependencies
226
+
227
+ * The following workspace dependencies were updated
228
+ * dependencies
229
+ * @aigne/core bumped to 1.72.0-beta.11
230
+ * devDependencies
231
+ * @aigne/openai bumped to 0.16.16-beta.11
232
+
3
233
  ## [1.4.0-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.8...default-memory-v1.4.0-beta.9) (2026-01-06)
4
234
 
5
235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/default-memory",
3
- "version": "1.4.0-beta.9",
3
+ "version": "1.4.1-beta",
4
4
  "description": "Default memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,15 +36,16 @@
36
36
  "drizzle-orm": "^0.44.5",
37
37
  "yaml": "^2.8.1",
38
38
  "zod": "^3.25.67",
39
- "@aigne/core": "^1.72.0-beta.10",
40
- "@aigne/sqlite": "^0.4.9-beta"
39
+ "@aigne/core": "^1.73.0-beta",
40
+ "@aigne/sqlite": "^0.4.9"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/bun": "^1.2.22",
44
44
  "npm-run-all": "^4.1.5",
45
45
  "rimraf": "^6.0.1",
46
46
  "typescript": "^5.9.2",
47
- "@aigne/openai": "^0.16.16-beta.10"
47
+ "@aigne/test-utils": "^0.5.70-beta",
48
+ "@aigne/openai": "^0.16.17-beta"
48
49
  },
49
50
  "scripts": {
50
51
  "lint": "tsc --noEmit",