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

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 +218 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,223 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.72.0
11
+ * @aigne/sqlite bumped to 0.4.9
12
+ * devDependencies
13
+ * @aigne/test-utils bumped to 0.5.69
14
+ * @aigne/openai bumped to 0.16.16
15
+
16
+ ## [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)
17
+
18
+
19
+ ### Features
20
+
21
+ * add modalities support for chat model ([#454](https://github.com/AIGNE-io/aigne-framework/issues/454)) ([70d1bf6](https://github.com/AIGNE-io/aigne-framework/commit/70d1bf631f4e711235d89c6df8ee210a19179b30))
22
+ * add 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))
23
+ * **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))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * 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))
29
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
30
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
31
+ * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
32
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
33
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
34
+ * **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))
35
+ * 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))
36
+ * **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))
37
+ * 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))
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * The following workspace dependencies were updated
43
+ * dependencies
44
+ * @aigne/core bumped to 1.72.0-beta.25
45
+ * devDependencies
46
+ * @aigne/test-utils bumped to 0.5.69-beta.25
47
+ * @aigne/openai bumped to 0.16.16-beta.25
48
+
49
+ ## [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)
50
+
51
+
52
+ ### Dependencies
53
+
54
+ * The following workspace dependencies were updated
55
+ * dependencies
56
+ * @aigne/core bumped to 1.72.0-beta.24
57
+ * devDependencies
58
+ * @aigne/test-utils bumped to 0.5.69-beta.24
59
+ * @aigne/openai bumped to 0.16.16-beta.24
60
+
61
+ ## [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)
62
+
63
+
64
+ ### Dependencies
65
+
66
+ * The following workspace dependencies were updated
67
+ * dependencies
68
+ * @aigne/core bumped to 1.72.0-beta.23
69
+ * devDependencies
70
+ * @aigne/test-utils bumped to 0.5.69-beta.23
71
+ * @aigne/openai bumped to 0.16.16-beta.23
72
+
73
+ ## [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)
74
+
75
+
76
+ ### Dependencies
77
+
78
+ * The following workspace dependencies were updated
79
+ * dependencies
80
+ * @aigne/core bumped to 1.72.0-beta.22
81
+ * devDependencies
82
+ * @aigne/test-utils bumped to 0.5.69-beta.22
83
+ * @aigne/openai bumped to 0.16.16-beta.22
84
+
85
+ ## [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)
86
+
87
+
88
+ ### Dependencies
89
+
90
+ * The following workspace dependencies were updated
91
+ * dependencies
92
+ * @aigne/core bumped to 1.72.0-beta.21
93
+ * devDependencies
94
+ * @aigne/test-utils bumped to 0.5.69-beta.21
95
+ * @aigne/openai bumped to 0.16.16-beta.21
96
+
97
+ ## [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)
98
+
99
+
100
+ ### Dependencies
101
+
102
+ * The following workspace dependencies were updated
103
+ * dependencies
104
+ * @aigne/core bumped to 1.72.0-beta.20
105
+ * devDependencies
106
+ * @aigne/test-utils bumped to 0.5.69-beta.20
107
+ * @aigne/openai bumped to 0.16.16-beta.20
108
+
109
+ ## [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)
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * 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))
115
+
116
+
117
+ ### Dependencies
118
+
119
+ * The following workspace dependencies were updated
120
+ * dependencies
121
+ * @aigne/core bumped to 1.72.0-beta.19
122
+ * @aigne/sqlite bumped to 0.4.9-beta.2
123
+ * devDependencies
124
+ * @aigne/test-utils bumped to 0.5.69-beta.19
125
+ * @aigne/openai bumped to 0.16.16-beta.19
126
+
127
+ ## [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)
128
+
129
+
130
+ ### Dependencies
131
+
132
+ * The following workspace dependencies were updated
133
+ * dependencies
134
+ * @aigne/core bumped to 1.72.0-beta.18
135
+ * devDependencies
136
+ * @aigne/openai bumped to 0.16.16-beta.18
137
+
138
+ ## [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)
139
+
140
+
141
+ ### Dependencies
142
+
143
+ * The following workspace dependencies were updated
144
+ * dependencies
145
+ * @aigne/core bumped to 1.72.0-beta.17
146
+ * devDependencies
147
+ * @aigne/openai bumped to 0.16.16-beta.17
148
+
149
+ ## [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)
150
+
151
+
152
+ ### Dependencies
153
+
154
+ * The following workspace dependencies were updated
155
+ * dependencies
156
+ * @aigne/core bumped to 1.72.0-beta.16
157
+ * devDependencies
158
+ * @aigne/openai bumped to 0.16.16-beta.16
159
+
160
+ ## [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)
161
+
162
+
163
+ ### Dependencies
164
+
165
+ * The following workspace dependencies were updated
166
+ * dependencies
167
+ * @aigne/core bumped to 1.72.0-beta.15
168
+ * devDependencies
169
+ * @aigne/openai bumped to 0.16.16-beta.15
170
+
171
+ ## [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)
172
+
173
+
174
+ ### Dependencies
175
+
176
+ * The following workspace dependencies were updated
177
+ * dependencies
178
+ * @aigne/core bumped to 1.72.0-beta.14
179
+ * devDependencies
180
+ * @aigne/openai bumped to 0.16.16-beta.14
181
+
182
+ ## [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)
183
+
184
+
185
+ ### Bug Fixes
186
+
187
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
188
+
189
+
190
+ ### Dependencies
191
+
192
+ * The following workspace dependencies were updated
193
+ * dependencies
194
+ * @aigne/core bumped to 1.72.0-beta.13
195
+ * @aigne/sqlite bumped to 0.4.9-beta.1
196
+ * devDependencies
197
+ * @aigne/openai bumped to 0.16.16-beta.13
198
+
199
+ ## [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)
200
+
201
+
202
+ ### Dependencies
203
+
204
+ * The following workspace dependencies were updated
205
+ * dependencies
206
+ * @aigne/core bumped to 1.72.0-beta.12
207
+ * devDependencies
208
+ * @aigne/openai bumped to 0.16.16-beta.12
209
+
210
+ ## [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)
211
+
212
+
213
+ ### Dependencies
214
+
215
+ * The following workspace dependencies were updated
216
+ * dependencies
217
+ * @aigne/core bumped to 1.72.0-beta.11
218
+ * devDependencies
219
+ * @aigne/openai bumped to 0.16.16-beta.11
220
+
3
221
  ## [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
222
 
5
223
 
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.0",
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.72.0",
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/openai": "^0.16.16",
48
+ "@aigne/test-utils": "^0.5.69"
48
49
  },
49
50
  "scripts": {
50
51
  "lint": "tsc --noEmit",