hyperhive/frontend/packages
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 5f8bc5315a agent: logout dialog now reflects #585's narrowed wipe (OAuth-only, session preserved)
After PR #585 (closes #584) narrowed the backend wipe to just
.credentials.json + mcp-needs-auth-cache.json (preserving
projects/<hash>/*.jsonl session history + everything else under
~/.claude/), the dialog wording I shipped in 9d58ec3 (which
described a full-dir wipe to satisfy argus's review against the
PRE-#585 backend) is now stale.

Updated to match what the backend actually does:

- title + slash desc + both confirm dialogs now say 'rotate OAuth
  credentials, --continue session history preserved'
- confirms explicitly name the two files deleted (.credentials.json,
  mcp-needs-auth-cache.json) so the operator knows exactly what's
  going + reassures that the conversation context survives
- 'agent picks up where it left off on the next turn after re-login'
  tail makes the recoverability concrete

No code-path changes — just the wording. Backend behavior + endpoint
shape unchanged.
2026-05-29 17:35:38 +02:00
..
agent agent: logout dialog now reflects #585's narrowed wipe (OAuth-only, session preserved) 2026-05-29 17:35:38 +02:00
dashboard dashboard: cancel-X on queued rebuild_queue rows (closes #575) 2026-05-29 16:43:37 +02:00
shared dashboard: SharedWorker for SSE multiplexing (closes #448) 2026-05-26 01:26:56 +02:00