@tpsdev-ai/openclaw-flair 0.20.1 → 0.22.0
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ In your OpenClaw config (`openclaw.json`):
|
|
|
64
64
|
|
|
65
65
|
| Option | Type | Default | Description |
|
|
66
66
|
|--------|------|---------|-------------|
|
|
67
|
-
| `url` | string | `http://127.0.0.1:
|
|
67
|
+
| `url` | string | `http://127.0.0.1:19926` | Flair server URL |
|
|
68
68
|
| `agentId` | string | *required* | Agent ID for memory namespacing. Use `"auto"` for multi-agent gateways. |
|
|
69
69
|
| `keyPath` | string | auto-resolved | Path to Ed25519 private key |
|
|
70
70
|
| `autoCapture` | boolean | `true` | Auto-capture important info from conversations |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tpsdev-ai/openclaw-flair",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"description": "OpenClaw memory plugin for Flair — agent identity and semantic memory",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@sinclair/typebox": "0.34.48",
|
|
61
|
-
"@tpsdev-ai/flair-client": "0.
|
|
61
|
+
"@tpsdev-ai/flair-client": "0.22.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"typescript": "5.9.3"
|