fix(memory): avoid live embedding probes in status

This commit is contained in:
Peter Steinberger
2026-04-27 13:55:51 +01:00
parent dc495e6d62
commit df65a75f92
13 changed files with 216 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ openclaw memory index --agent main --verbose
`memory status`:
- `--deep`: probe vector + embedding availability.
- `--deep`: probe vector + embedding availability. Plain `memory status` stays fast and does not run a live embedding ping.
- `--index`: run a reindex if the store is dirty (implies `--deep`).
- `--fix`: repair stale recall locks and normalize promotion metadata.
- `--json`: print JSON output.