Skip to content

Compatibility matrix

Pi Hindsight 1.0 is a Pi-first Hindsight integration. This page is the support contract for the 1.0 line.

Component1.0 support policySource of truth
Node.js>=20package.json#engines.node
npm>=10package.json#engines.npm
Pi runtime packagesTested with the @earendil-works/pi-* versions pinned in devDependencies; peer dependencies accept Pi runtime packages supplied by the host Pi installation.package.json#devDependencies and package.json#peerDependencies
TypeBox>=1.1.24 <2package.json#peerDependencies.typebox
Hindsight TypeScript client@vectorize-io/hindsight-client ^0.8.3package.json#dependencies
Hindsight serverHindsight 0.8+ with append update_mode support, compatible with @vectorize-io/hindsight-client ^0.8.3. Advanced surfaces are capability-gated where upstream support varies./hindsight:doctor, live smoke, and official Hindsight API behavior

The automatic memory path requires:

  • retain
  • recall
  • reflect
  • append-style retain updates (updateMode: "append")
  • deterministic document IDs accepted by retain
  • tag filters for scoped recall

If append retain is unavailable, live automatic retain is not considered supported for 1.0. Upgrade to Hindsight 0.8+; /hindsight:doctor documents the server floor and remediation action.

These surfaces are part of the 1.0 Pi surface, but the exact fields and behavior can depend on the connected Hindsight server version:

  • advanced recall/reflect options such as trace, source facts, included chunks, response schemas, and tool-call facts
  • read-only bank config/stats facts in status

When a server does not expose one of these endpoints or fields, Pi Hindsight should fail with a clear unsupported-capability message rather than silently changing request shape. Admin and browsing surfaces (documents, entities, graphs, tags, memory units, mental models, directives, bank templates, operations) live in the Hindsight control-plane web UI.

For 1.0, Pi Hindsight chooses stable Pi-first integration over full upstream global-admin parity.

In scope:

  • Pi lifecycle recall/retain integration
  • queue-first retain and diagnostics
  • deterministic project/user bank routing
  • explicit retain/recall/reflect tools
  • Pi session import
  • live smoke and package/release verification

Out of scope for 1.0 unless a follow-up issue explicitly pulls them in:

  • cross-bank list_banks
  • arbitrary cross-bank create_bank
  • full-bank delete_bank
  • platform-wide bank statistics/admin dashboards
  • audit log and webhook administration
  • generic non-Pi framework adapters in this package

Rationale: global-admin and platform surfaces carry broader safety, permission, and UX obligations than the Pi memory lifecycle. Pi Hindsight can still expose scoped bank operations that directly help Pi users inspect, repair, or configure their selected project/user banks.

/hindsight:doctor and status-style diagnostics should report:

  • Pi Hindsight package version and user agent
  • supported runtime ranges from this matrix
  • configured Hindsight base URL without secrets
  • official Hindsight client package and supported range
  • health reachability
  • server floor (Hindsight 0.8+ append retain) and remediation action
  • memory profile, routes, selected banks, queue state, import state, and activity

Diagnostics must redact API keys and avoid printing raw retained payloads in normal mode.