Skip to content

v0.1.13

Choose a tag to compare

@github-actions github-actions released this 09 Apr 00:49

Highlights

  • 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.

Closed issues