@aigne/default-memory 1.2.19-beta.1 → 1.3.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 +53 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.0](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.3.0-beta.2...default-memory-v1.3.0) (2025-11-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.69.0
11
+ * @aigne/sqlite bumped to 0.4.6
12
+ * devDependencies
13
+ * @aigne/openai bumped to 0.16.10
14
+
15
+ ## [1.3.0-beta.2](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.3.0-beta.1...default-memory-v1.3.0-beta.2) (2025-11-19)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @aigne/core bumped to 1.69.0-beta.2
23
+ * devDependencies
24
+ * @aigne/openai bumped to 0.16.10-beta.3
25
+
26
+ ## [1.3.0-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.2.19-beta.1...default-memory-v1.3.0-beta.1) (2025-11-18)
27
+
28
+
29
+ ### Features
30
+
31
+ * 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))
32
+ * **cli:** add retry functionality and improve error handling for AIGNE Hub ([#348](https://github.com/AIGNE-io/aigne-framework/issues/348)) ([672c93a](https://github.com/AIGNE-io/aigne-framework/commit/672c93abbba8b4b234f6d810536ff4b603a97e1e))
33
+ * **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))
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * 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))
39
+ * bump version ([93a1c10](https://github.com/AIGNE-io/aigne-framework/commit/93a1c10cf35f88eaafe91092481f5d087bd5b3a9))
40
+ * **cli:** ensure aigne cli works in node.js v20+ ([#316](https://github.com/AIGNE-io/aigne-framework/issues/316)) ([9c9c3d2](https://github.com/AIGNE-io/aigne-framework/commit/9c9c3d2e57d6a8e1afb33ef903c3703283d73db7))
41
+ * **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))
42
+ * **memory:** memory storage error if search segments is empty ([#379](https://github.com/AIGNE-io/aigne-framework/issues/379)) ([4e36b6b](https://github.com/AIGNE-io/aigne-framework/commit/4e36b6bfe71cd78ee75014ba26a4c121417e5daa))
43
+ * **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))
44
+ * 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))
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * The following workspace dependencies were updated
50
+ * dependencies
51
+ * @aigne/core bumped to 1.69.0-beta.1
52
+ * @aigne/sqlite bumped to 0.4.6-beta.2
53
+ * devDependencies
54
+ * @aigne/openai bumped to 0.16.10-beta.2
55
+
3
56
  ## [1.2.19-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.2.19-beta...default-memory-v1.2.19-beta.1) (2025-11-18)
4
57
 
5
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/default-memory",
3
- "version": "1.2.19-beta.1",
3
+ "version": "1.3.0",
4
4
  "description": "Default memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,15 +36,15 @@
36
36
  "drizzle-orm": "^0.44.5",
37
37
  "yaml": "^2.8.1",
38
38
  "zod": "^3.25.67",
39
- "@aigne/core": "^1.68.3-beta.1",
40
- "@aigne/sqlite": "^0.4.6-beta.1"
39
+ "@aigne/core": "^1.69.0",
40
+ "@aigne/sqlite": "^0.4.6"
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.10-beta.1"
47
+ "@aigne/openai": "^0.16.10"
48
48
  },
49
49
  "scripts": {
50
50
  "lint": "tsc --noEmit",