You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.