Skip to content

Commit 1eb3b7d

Browse files
Thomas Tupperclaude
authored andcommitted
fix: remove fallback_raw from write requests, bump to 1.1.3
Stop sending fallback_raw: true to foxmemory-store. The raw fallback was storing unextracted conversation text as junk memories when inference returned NONE. foxmemory-store now ignores this field. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aba850e commit 1eb3b7d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ class FoxmemoryHttpProvider implements Mem0Provider {
184184
messages,
185185
metadata: undefined,
186186
infer_preferred: true,
187-
fallback_raw: true,
188187
});
189188
const result = json?.data?.result || json?.result || { results: [] };
190189
return normalizeAddResult(result);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foxlight-foundation/foxmemory-plugin-v2",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"openclaw": {
55
"extensions": ["./dist/index.js"]
66
},

0 commit comments

Comments
 (0)