memory-search-plugin 1.3.0 → 1.3.2

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.
@@ -1,19 +1,21 @@
1
1
  {
2
2
  "id": "memory-search-plugin",
3
3
  "name": "Memory Search Plugin",
4
- "version": "1.3.0",
5
- "description": "Memory search and retrieval with owner_id-based isolation (no release_name)",
6
- "main": "index.ts",
7
- "config": {
8
- "MEMORY_GATEWAY_URL": {
9
- "type": "string",
10
- "description": "URL of the claw-memory gateway service",
11
- "required": true
12
- },
13
- "MEMORY_GATEWAY_TOKEN": {
14
- "type": "string",
15
- "description": "Auth token for gateway",
16
- "required": false
4
+ "description": "Memory search and retrieval with owner_id-based isolation",
5
+ "kind": "memory",
6
+ "version": "1.3.2",
7
+ "configSchema": {
8
+ "type": "object",
9
+ "additionalProperties": false,
10
+ "properties": {
11
+ "gatewayUrl": {
12
+ "type": "string",
13
+ "description": "Memory Search Gateway API 地址"
14
+ },
15
+ "gatewayToken": {
16
+ "type": "string",
17
+ "description": "Bearer Token,留空则不认证"
18
+ }
17
19
  }
18
20
  }
19
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memory-search-plugin",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "files": [