@mastra/memory 0.11.3-alpha.1 → 0.11.3
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.
- package/CHANGELOG.md +24 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @mastra/memory
|
|
2
2
|
|
|
3
|
+
## 0.11.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4b20131: Fixed an issue where per-resource semantic recall wouldn't always be enabled properly in agent tool calls
|
|
8
|
+
- 2ba5b76: Allow passing jsonSchema into workingMemory schema
|
|
9
|
+
- c3a30de: added new experimental vnext working memory
|
|
10
|
+
- 626b0f4: [Cloud-126] Working Memory Playground - Added working memory to playground to allow users to view/edit working memory
|
|
11
|
+
- Updated dependencies [0b56518]
|
|
12
|
+
- Updated dependencies [db5cc15]
|
|
13
|
+
- Updated dependencies [2ba5b76]
|
|
14
|
+
- Updated dependencies [5237998]
|
|
15
|
+
- Updated dependencies [c3a30de]
|
|
16
|
+
- Updated dependencies [37c1acd]
|
|
17
|
+
- Updated dependencies [1aa60b1]
|
|
18
|
+
- Updated dependencies [89ec9d4]
|
|
19
|
+
- Updated dependencies [cf3a184]
|
|
20
|
+
- Updated dependencies [d6bfd60]
|
|
21
|
+
- Updated dependencies [626b0f4]
|
|
22
|
+
- Updated dependencies [c22a91f]
|
|
23
|
+
- Updated dependencies [f7403ab]
|
|
24
|
+
- Updated dependencies [6c89d7f]
|
|
25
|
+
- @mastra/core@0.10.15
|
|
26
|
+
|
|
3
27
|
## 0.11.3-alpha.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/memory",
|
|
3
|
-
"version": "0.11.3
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"typescript": "^5.8.3",
|
|
57
57
|
"typescript-eslint": "^8.34.0",
|
|
58
58
|
"vitest": "^3.2.4",
|
|
59
|
-
"@internal/lint": "0.0.
|
|
60
|
-
"@mastra/core": "0.10.15
|
|
59
|
+
"@internal/lint": "0.0.20",
|
|
60
|
+
"@mastra/core": "0.10.15"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@mastra/core": ">=0.10.9-0 <0.11.0-0"
|