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
traceary session latest now ranks sessions by the newest lifecycle boundary while keeping lookups scoped to the same session context (client, agent, repo, session_id).
traceary log, traceary audit, and traceary session {start,end,latest,active} now support --json for script-friendly output.
traceary list now supports structured filters: --kind, --client, --agent, --session-id, and --repo.
CLI help and docs now explain default resolution order, environment-variable fallbacks, and hooks usage more clearly.
Fixes
Prefer the newest session_started event when the same session is started multiple times.
Ignore lifecycle boundaries from other repos or agents that reuse the same session_id.
Add regression coverage for cross-context session lookup and active-session resolution.