Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion plugins/memory/hindsight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,16 @@ Available in `hybrid` and `tools` memory modes:

## Client Version

Requires `hindsight-client >= 0.4.22`. The plugin auto-upgrades on session start if an older version is detected.
Different modes require different packages:

| Mode | Package | Minimum Version |
|------|---------|----------------|
| `cloud` | `hindsight-client` | `>= 0.4.22` |
| `local_external` | `hindsight-client` | `>= 0.4.22` |
| `local_embedded` | `hindsight-all` | `>= 0.5.0` |

The plugin auto-upgrades `hindsight-client` on session start if an older version is detected, but does **not** auto-install `hindsight-all`. If you are using `local_embedded` mode and see `No module named 'hindsight'` errors, run:

```bash
uv pip install --system hindsight-all
```