@joshuaswarren/openclaw-engram 9.0.66 → 9.0.67

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 CHANGED
@@ -308,6 +308,7 @@ Key settings:
308
308
 
309
309
  | Setting | Default | Description |
310
310
  |---------|---------|-------------|
311
+ | `recallBudgetChars` | `maxMemoryTokens * 4` | **Total character budget for recall context injection.** Default is 8,000 chars — too small for most deployments. Set to 64,000+ for large-context models. See [docs/config-reference.md](docs/config-reference.md#recall-budget-tuning). |
311
312
  | `openaiApiKey` | `(env fallback)` | Optional OpenAI API key or `${ENV_VAR}` reference for direct-client paths |
312
313
  | `model` | `gpt-5.2` | LLM model for extraction |
313
314
  | `searchBackend` | `"qmd"` | Search engine: `qmd`, `orama`, `lancedb`, `meilisearch`, `remote`, `noop` |
@@ -1878,8 +1878,8 @@
1878
1878
  },
1879
1879
  "autoPromoteToSharedCategories": {
1880
1880
  "type": "array",
1881
- "items": { "type": "string", "enum": ["correction", "decision", "preference"] },
1882
- "default": ["correction", "decision", "preference"],
1881
+ "items": { "type": "string", "enum": ["fact", "correction", "decision", "preference"] },
1882
+ "default": ["fact", "correction", "decision", "preference"],
1883
1883
  "description": "Categories eligible for auto-promotion to shared."
1884
1884
  },
1885
1885
  "autoPromoteMinConfidenceTier": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshuaswarren/openclaw-engram",
3
- "version": "9.0.66",
3
+ "version": "9.0.67",
4
4
  "type": "module",
5
5
  "description": "Local-first memory plugin for OpenClaw. LLM-powered extraction, markdown storage, hybrid search via QMD.",
6
6
  "keywords": [