@memorilabs/openclaw-memori 0.0.10 → 0.0.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.
@@ -10,10 +10,6 @@ export declare function createMemoriRecallTool(deps: ToolDeps): {
10
10
  type: string;
11
11
  description: string;
12
12
  };
13
- limit: {
14
- type: string;
15
- description: string;
16
- };
17
13
  dateStart: {
18
14
  type: string;
19
15
  description: string;
@@ -12,10 +12,6 @@ export function createMemoriRecallTool(deps) {
12
12
  type: 'string',
13
13
  description: 'REQUIRED: The natural language search query to find specific facts (e.g., "What database did we decide to use?", "Ryan\'s dogs"). DO NOT use wildcards like "*" or regex. This is a semantic search, so use real words.',
14
14
  },
15
- limit: {
16
- type: 'number',
17
- description: 'Maximum number of memories to return (default: 10)',
18
- },
19
15
  dateStart: {
20
16
  type: 'string',
21
17
  description: 'ISO 8601 (MUST be UTC) date string to filter memories created on or after this time',
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.0.10";
1
+ export declare const SDK_VERSION = "0.0.11";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const SDK_VERSION = '0.0.10';
1
+ export const SDK_VERSION = '0.0.11';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memorilabs/openclaw-memori",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Official MemoriLabs.ai long-term memory plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",