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
feat: use per-session UUID files instead of single latest.jsonl (#94)
Each session now gets its own UUID-named file (e.g. {uuid}.jsonl)
instead of always overwriting latest.jsonl. LoadLatest finds the
most recently modified .jsonl file by mtime. Legacy latest.json
and latest.jsonl files are migrated to UUID-named files automatically.
fix: validate API tokens in auth status and clear stale tokens on OAu…
…th login (#81)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Steve Calvert <steve.calvert@glean.com>