feat: Claude CLI OAuth token expiry warning
New GET /auth/status endpoint reads ~/.claude/.credentials.json and returns hours remaining + warning flag. UI shows a dismissible amber banner when < 24h remain, turning red if expired. Checked on page load and every 30 minutes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -206,7 +206,7 @@ Chat request body (`POST /chat`):
|
||||
|
||||
- **Auto memory distillation (long)** — short and mid run automatically; long-term integration is off by default (set `AUTO_DISTILL_LONG=true` in `.env` to enable)
|
||||
- **Ollama local model backend** — direct Ollama API support (no CLI wrapper)
|
||||
- **OAuth token auto-refresh notifications** — alert when Claude CLI token is near expiry
|
||||
- **OAuth token auto-refresh notifications** — ✓ implemented: amber banner shown when Claude CLI token is within 24h of expiry (check `GET /auth/status`)
|
||||
- **Multi-user support** — per-user identity/memory files; currently single-user (Scott)
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user