@aigne/default-memory 1.2.12-beta.1 → 1.2.13-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 +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.13-beta](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.2.12...default-memory-v1.2.13-beta) (2025-10-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **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))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @aigne/core bumped to 1.64.1-beta
16
+ * devDependencies
17
+ * @aigne/openai bumped to 0.16.4-beta
18
+
19
+ ## [1.2.12](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.2.12-beta.1...default-memory-v1.2.12) (2025-10-22)
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * The following workspace dependencies were updated
25
+ * dependencies
26
+ * @aigne/core bumped to 1.64.0
27
+ * devDependencies
28
+ * @aigne/openai bumped to 0.16.3
29
+
3
30
  ## [1.2.12-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/default-memory-v1.2.12-beta...default-memory-v1.2.12-beta.1) (2025-10-22)
4
31
 
5
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/default-memory",
3
- "version": "1.2.12-beta.1",
3
+ "version": "1.2.13-beta",
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.64.0-beta.1",
39
+ "@aigne/core": "^1.64.1-beta",
40
40
  "@aigne/sqlite": "^0.4.3"
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.3-beta.1"
47
+ "@aigne/openai": "^0.16.4-beta"
48
48
  },
49
49
  "scripts": {
50
50
  "lint": "tsc --noEmit",