@tpsdev-ai/pi-flair 0.21.0 → 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -56,7 +56,7 @@ Or use environment variables:
56
56
 
57
57
  ```bash
58
58
  export FLAIR_AGENT_ID=my-agent
59
- export FLAIR_URL=http://127.0.0.1:9926
59
+ export FLAIR_URL=http://127.0.0.1:19926
60
60
  pi
61
61
  ```
62
62
 
@@ -73,7 +73,7 @@ pi
73
73
  | Variable | Default | Description |
74
74
  |----------|---------|-------------|
75
75
  | `FLAIR_AGENT_ID` | *(required)* | Agent identity for memory scoping |
76
- | `FLAIR_URL` | `http://127.0.0.1:9926` | Flair server URL |
76
+ | `FLAIR_URL` | `http://127.0.0.1:19926` | Flair server URL |
77
77
  | `FLAIR_KEY_PATH` | auto-resolved | Path to Ed25519 private key |
78
78
  | `FLAIR_MAX_RECALL_RESULTS` | `5` | Max results for memory_search |
79
79
  | `FLAIR_MAX_BOOTSTRAP_TOKENS` | `4000` | Max tokens in bootstrap output |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpsdev-ai/pi-flair",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "Flair memory extension for pi — persistent memory access from within pi sessions",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "node": ">=18"
22
22
  },
23
23
  "dependencies": {
24
- "@tpsdev-ai/flair-client": "0.21.0",
24
+ "@tpsdev-ai/flair-client": "0.22.0",
25
25
  "@sinclair/typebox": "0.34.48"
26
26
  },
27
27
  "license": "Apache-2.0",