Skip to content

Latitude CLI v7.6.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 09:10
5511677

Added

  • latitude memory commands for reading memory observability: list-stores (cursor-paginated store roll-up), get-store (current snapshot, optional point-in-time at), get-store-diff (per-record diff between two timestamps), list-store-users, get-record (body + version history), get-record-change (one change's before/after diff), list-record-reads, and list-record-users. Stores and records are addressed by opaque id query params, so the unattributed ("") store and the unnamed record are reachable.
  • latitude sessions get-memory / get-memory-changes and latitude traces get-memory / get-memory-changes — a session's or trace's memory footprint (per-record read/added/removed token metrics and totals) and its per-record before/after write diffs.
  • latitude users memory-stores — the memory stores an end-user accessed.