opencode-mastra-om 0.1.8 → 0.1.9
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/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -179948,7 +179948,6 @@ var MastraPlugin = async (ctx) => {
|
|
|
179948
179948
|
try {
|
|
179949
179949
|
const mastraMessages = convertMessages2(output.messages, sessionId);
|
|
179950
179950
|
if (mastraMessages.length > 0) {
|
|
179951
|
-
await backupObservations(sessionId, "pre-auto-observe");
|
|
179952
179951
|
await runObserve(sessionId, mastraMessages);
|
|
179953
179952
|
}
|
|
179954
179953
|
const record3 = await om.getRecord(sessionId);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "opencode-mastra-om",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Enhanced Mastra Observational Memory plugin for OpenCode — persistent cross-session memory with observation, reflection, and manual trigger tools",
|