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