un-inception/clients/c/src
russell@unturf.com 2ae90fce12 feat: add log cursor, silent reconnect, auto-reconnect for --follow
- Log cursor (~/.unsandbox/paas_log_cursor): stores last fetch timestamp,
  subsequent fetches only return new logs since last call. Explicit
  --since overrides cursor. First run defaults to 5m.
- Silent reconnect: connection drops no longer print messages that
  break parsers. Reconnects happen transparently.
- Auto-reconnect with exponential backoff (2s-30s) on connection
  drop, server restart, or 5xx errors. Backoff resets after 30s
  of healthy streaming.
- Reconnect uses since= parameter to avoid replaying old logs.
2026-02-01 18:58:22 -05:00
..
un.c feat: add log cursor, silent reconnect, auto-reconnect for --follow 2026-02-01 18:58:22 -05:00
un.h feat(cli): add --level flag, rename --stream to --follow, fix Ctrl+C 2026-02-01 14:22:07 -05:00