@aigne/default-memory 1.3.6-beta.6 → 1.4.0-beta.11

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 +76 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,81 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/core bumped to 1.72.0-beta.12
11
+ * devDependencies
12
+ * @aigne/openai bumped to 0.16.16-beta.12
13
+
14
+ ## [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)
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @aigne/core bumped to 1.72.0-beta.11
22
+ * devDependencies
23
+ * @aigne/openai bumped to 0.16.16-beta.11
24
+
25
+ ## [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)
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @aigne/core bumped to 1.72.0-beta.10
33
+ * devDependencies
34
+ * @aigne/openai bumped to 0.16.16-beta.10
35
+
36
+ ## [1.4.0-beta.8](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.7...default-memory-v1.4.0-beta.8) (2026-01-02)
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @aigne/core bumped to 1.72.0-beta.9
44
+ * devDependencies
45
+ * @aigne/openai bumped to 0.16.16-beta.9
46
+
47
+ ## [1.4.0-beta.7](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.4.0-beta.6...default-memory-v1.4.0-beta.7) (2025-12-31)
48
+
49
+
50
+ ### Features
51
+
52
+ * 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))
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * The following workspace dependencies were updated
58
+ * dependencies
59
+ * @aigne/core bumped to 1.72.0-beta.8
60
+ * devDependencies
61
+ * @aigne/openai bumped to 0.16.16-beta.8
62
+
63
+ ## [1.4.0-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.3.6-beta.6...default-memory-v1.4.0-beta.6) (2025-12-26)
64
+
65
+
66
+ ### Features
67
+
68
+ * **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))
69
+
70
+
71
+ ### Dependencies
72
+
73
+ * The following workspace dependencies were updated
74
+ * dependencies
75
+ * @aigne/core bumped to 1.72.0-beta.7
76
+ * devDependencies
77
+ * @aigne/openai bumped to 0.16.16-beta.7
78
+
3
79
  ## [1.3.6-beta.6](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.3.6-beta.5...default-memory-v1.3.6-beta.6) (2025-12-25)
4
80
 
5
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/default-memory",
3
- "version": "1.3.6-beta.6",
3
+ "version": "1.4.0-beta.11",
4
4
  "description": "Default memory for AIGNE framework",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,7 +36,7 @@
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.6",
39
+ "@aigne/core": "^1.72.0-beta.12",
40
40
  "@aigne/sqlite": "^0.4.9-beta"
41
41
  },
42
42
  "devDependencies": {
@@ -44,7 +44,7 @@
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.6"
47
+ "@aigne/openai": "^0.16.16-beta.12"
48
48
  },
49
49
  "scripts": {
50
50
  "lint": "tsc --noEmit",