@aigne/did-space-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 +228 -0
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,233 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0...did-space-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
+ * @aigne/openai bumped to 0.16.17-beta
12
+ * devDependencies
13
+ * @aigne/test-utils bumped to 0.5.70-beta
14
+
15
+ ## [1.4.0](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.24...did-space-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/openai bumped to 0.16.16
24
+ * devDependencies
25
+ * @aigne/test-utils bumped to 0.5.69
26
+
27
+ ## [1.4.0-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.23...did-space-memory-v1.4.0-beta.24) (2026-01-16)
28
+
29
+
30
+ ### Features
31
+
32
+ * 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))
33
+ * support mount mcp agent into AFS ([#740](https://github.com/AIGNE-io/aigne-framework/issues/740)) ([6d474fc](https://github.com/AIGNE-io/aigne-framework/commit/6d474fc05845a15e2c3e8fa97727b409bdd70945))
34
+ * use a more secure signature mechanism ([#655](https://github.com/AIGNE-io/aigne-framework/issues/655)) ([aa5dc0c](https://github.com/AIGNE-io/aigne-framework/commit/aa5dc0ccdff8245a629cb30e731081528a555134))
35
+
36
+
37
+ ### Bug Fixes
38
+
39
+ * bump deps to latest and fix build error ([#897](https://github.com/AIGNE-io/aigne-framework/issues/897)) ([4059e79](https://github.com/AIGNE-io/aigne-framework/commit/4059e790ae63b9e4ebd66487665014b0cd7ce6ec))
40
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
41
+ * bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
42
+ * bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
43
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
44
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
45
+ * 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))
46
+ * update deps ([#802](https://github.com/AIGNE-io/aigne-framework/issues/802)) ([2bedc5c](https://github.com/AIGNE-io/aigne-framework/commit/2bedc5c01ac3b17ba00552ed8878e220fecbc0f0))
47
+ * update package ([#677](https://github.com/AIGNE-io/aigne-framework/issues/677)) ([a4ad78a](https://github.com/AIGNE-io/aigne-framework/commit/a4ad78a79e4f34eb6c0b00909e7707cd5dd9dd97))
48
+ * update package to latest ([#699](https://github.com/AIGNE-io/aigne-framework/issues/699)) ([9877f6d](https://github.com/AIGNE-io/aigne-framework/commit/9877f6d1975362338db4eb47a2bf3564114c3cf8))
49
+ * update package to latest ([#709](https://github.com/AIGNE-io/aigne-framework/issues/709)) ([47661ab](https://github.com/AIGNE-io/aigne-framework/commit/47661ab78cd13ce039d6ebf596e4e603c0220139))
50
+ * update package to latest ([#720](https://github.com/AIGNE-io/aigne-framework/issues/720)) ([4386549](https://github.com/AIGNE-io/aigne-framework/commit/43865497e71f86478bc75d7d6e181c4fac80eae5))
51
+ * update package to latest ([#790](https://github.com/AIGNE-io/aigne-framework/issues/790)) ([69c77b3](https://github.com/AIGNE-io/aigne-framework/commit/69c77b353667acc72a2f35eadca7892fb99838b6))
52
+ * upgrade dependencies and fix timestamp type ([#757](https://github.com/AIGNE-io/aigne-framework/issues/757)) ([652e8f4](https://github.com/AIGNE-io/aigne-framework/commit/652e8f4b6e9af1461b25336888d76fe1d731b9b5))
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * The following workspace dependencies were updated
58
+ * dependencies
59
+ * @aigne/core bumped to 1.72.0-beta.25
60
+ * @aigne/openai bumped to 0.16.16-beta.25
61
+ * devDependencies
62
+ * @aigne/test-utils bumped to 0.5.69-beta.25
63
+
64
+ ## [1.4.0-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.22...did-space-memory-v1.4.0-beta.23) (2026-01-16)
65
+
66
+
67
+ ### Dependencies
68
+
69
+ * The following workspace dependencies were updated
70
+ * dependencies
71
+ * @aigne/core bumped to 1.72.0-beta.24
72
+ * @aigne/openai bumped to 0.16.16-beta.24
73
+ * devDependencies
74
+ * @aigne/test-utils bumped to 0.5.69-beta.24
75
+
76
+ ## [1.4.0-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.21...did-space-memory-v1.4.0-beta.22) (2026-01-15)
77
+
78
+
79
+ ### Dependencies
80
+
81
+ * The following workspace dependencies were updated
82
+ * dependencies
83
+ * @aigne/core bumped to 1.72.0-beta.23
84
+ * @aigne/openai bumped to 0.16.16-beta.23
85
+ * devDependencies
86
+ * @aigne/test-utils bumped to 0.5.69-beta.23
87
+
88
+ ## [1.4.0-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.20...did-space-memory-v1.4.0-beta.21) (2026-01-15)
89
+
90
+
91
+ ### Dependencies
92
+
93
+ * The following workspace dependencies were updated
94
+ * dependencies
95
+ * @aigne/core bumped to 1.72.0-beta.22
96
+ * @aigne/openai bumped to 0.16.16-beta.22
97
+ * devDependencies
98
+ * @aigne/test-utils bumped to 0.5.69-beta.22
99
+
100
+ ## [1.4.0-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.19...did-space-memory-v1.4.0-beta.20) (2026-01-15)
101
+
102
+
103
+ ### Dependencies
104
+
105
+ * The following workspace dependencies were updated
106
+ * dependencies
107
+ * @aigne/core bumped to 1.72.0-beta.21
108
+ * @aigne/openai bumped to 0.16.16-beta.21
109
+ * devDependencies
110
+ * @aigne/test-utils bumped to 0.5.69-beta.21
111
+
112
+ ## [1.4.0-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.18...did-space-memory-v1.4.0-beta.19) (2026-01-15)
113
+
114
+
115
+ ### Dependencies
116
+
117
+ * The following workspace dependencies were updated
118
+ * dependencies
119
+ * @aigne/core bumped to 1.72.0-beta.20
120
+ * @aigne/openai bumped to 0.16.16-beta.20
121
+ * devDependencies
122
+ * @aigne/test-utils bumped to 0.5.69-beta.20
123
+
124
+ ## [1.4.0-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.17...did-space-memory-v1.4.0-beta.18) (2026-01-14)
125
+
126
+
127
+ ### Bug Fixes
128
+
129
+ * 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))
130
+
131
+
132
+ ### Dependencies
133
+
134
+ * The following workspace dependencies were updated
135
+ * dependencies
136
+ * @aigne/core bumped to 1.72.0-beta.19
137
+ * @aigne/openai bumped to 0.16.16-beta.19
138
+ * devDependencies
139
+ * @aigne/test-utils bumped to 0.5.69-beta.19
140
+
141
+ ## [1.4.0-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.16...did-space-memory-v1.4.0-beta.17) (2026-01-13)
142
+
143
+
144
+ ### Bug Fixes
145
+
146
+ * bump deps to latest and fix build error ([#897](https://github.com/AIGNE-io/aigne-framework/issues/897)) ([4059e79](https://github.com/AIGNE-io/aigne-framework/commit/4059e790ae63b9e4ebd66487665014b0cd7ce6ec))
147
+
148
+
149
+ ### Dependencies
150
+
151
+ * The following workspace dependencies were updated
152
+ * dependencies
153
+ * @aigne/core bumped to 1.72.0-beta.18
154
+ * @aigne/openai bumped to 0.16.16-beta.18
155
+
156
+ ## [1.4.0-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.15...did-space-memory-v1.4.0-beta.16) (2026-01-12)
157
+
158
+
159
+ ### Dependencies
160
+
161
+ * The following workspace dependencies were updated
162
+ * dependencies
163
+ * @aigne/core bumped to 1.72.0-beta.17
164
+ * @aigne/openai bumped to 0.16.16-beta.17
165
+
166
+ ## [1.4.0-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.14...did-space-memory-v1.4.0-beta.15) (2026-01-12)
167
+
168
+
169
+ ### Dependencies
170
+
171
+ * The following workspace dependencies were updated
172
+ * dependencies
173
+ * @aigne/core bumped to 1.72.0-beta.16
174
+ * @aigne/openai bumped to 0.16.16-beta.16
175
+
176
+ ## [1.4.0-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.13...did-space-memory-v1.4.0-beta.14) (2026-01-10)
177
+
178
+
179
+ ### Dependencies
180
+
181
+ * The following workspace dependencies were updated
182
+ * dependencies
183
+ * @aigne/core bumped to 1.72.0-beta.15
184
+ * @aigne/openai bumped to 0.16.16-beta.15
185
+
186
+ ## [1.4.0-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.12...did-space-memory-v1.4.0-beta.13) (2026-01-09)
187
+
188
+
189
+ ### Dependencies
190
+
191
+ * The following workspace dependencies were updated
192
+ * dependencies
193
+ * @aigne/core bumped to 1.72.0-beta.14
194
+ * @aigne/openai bumped to 0.16.16-beta.14
195
+
196
+ ## [1.4.0-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.11...did-space-memory-v1.4.0-beta.12) (2026-01-08)
197
+
198
+
199
+ ### Bug Fixes
200
+
201
+ * bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
202
+
203
+
204
+ ### Dependencies
205
+
206
+ * The following workspace dependencies were updated
207
+ * dependencies
208
+ * @aigne/core bumped to 1.72.0-beta.13
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/did-space-memory-v1.4.0-beta.10...did-space-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
+ * @aigne/openai bumped to 0.16.16-beta.12
220
+
221
+ ## [1.4.0-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.9...did-space-memory-v1.4.0-beta.10) (2026-01-06)
222
+
223
+
224
+ ### Dependencies
225
+
226
+ * The following workspace dependencies were updated
227
+ * dependencies
228
+ * @aigne/core bumped to 1.72.0-beta.11
229
+ * @aigne/openai bumped to 0.16.16-beta.11
230
+
3
231
  ## [1.4.0-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/did-space-memory-v1.4.0-beta.8...did-space-memory-v1.4.0-beta.9) (2026-01-06)
4
232
 
5
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/did-space-memory",
3
- "version": "1.4.0-beta.9",
3
+ "version": "1.4.1-beta",
4
4
  "description": "DID Spaces memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,18 +32,19 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@blocklet/did-space-js": "^1.2.9",
36
- "@did-space/core": "^1.2.9",
35
+ "@blocklet/did-space-js": "^1.2.15",
36
+ "@did-space/core": "^1.2.15",
37
37
  "yaml": "^2.8.1",
38
38
  "zod": "^3.25.67",
39
- "@aigne/core": "^1.72.0-beta.10",
40
- "@aigne/openai": "^0.16.16-beta.10"
39
+ "@aigne/openai": "^0.16.17-beta",
40
+ "@aigne/core": "^1.73.0-beta"
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
- "typescript": "^5.9.2"
46
+ "typescript": "^5.9.2",
47
+ "@aigne/test-utils": "^0.5.70-beta"
47
48
  },
48
49
  "scripts": {
49
50
  "lint": "tsc --noEmit",