~bigbes/lethe

27c47142 — Eugene Blikh 24 days ago
collector: add polling source runner
ef738a28 — Eugene Blikh 24 days ago
collector: align ingest sender with server response
ad5ee652 — Eugene Blikh 24 days ago
collector: add ingest sender and outbox replay
d7eb706c — Eugene Blikh 24 days ago
collector: add config and state store
ab6efef2 — Eugene Blikh 24 days ago
docs: clarify collector plan assumptions
20e5301a — Eugene Blikh 24 days ago
docs: plan lethe collector implementation
35b7a187 — Eugene Blikh 24 days ago
chore: ignore local worktrees
a1e67ca7 — Eugene Blikh 24 days ago
collector: add Claude Code parser
1be25bac — Eugene Blikh 24 days ago
docs: record shipped web tasks and dev tooling updates
71346073 — Eugene Blikh 30 days ago
web: map tool-call setting to boolean attribute
26d77892 — Eugene Blikh 30 days ago
web: align tool-call hide selector
50654f96 — Eugene Blikh 30 days ago
web: wire display settings UI
7cffe38a — Eugene Blikh 30 days ago
web: add display preference modules
cfa98be8 — Eugene Blikh a month ago
docs(lethe-web-ui-login): record review pass + conclusion
e920ae88 — Eugene Blikh a month ago
web: prune lethe_auth_failures log to the 5-min window on insert
be6e43e7 — Eugene Blikh a month ago
oidcstub: percent-encode authorize redirect query params (PC1)
f1926dc4 — Eugene Blikh a month ago
server/web: fail loud when index.html lacks </head> for config injection
74314eeb — Eugene Blikh a month ago
docs(lethe-web-ui-login): record verify checks
34d3e982 — Eugene Blikh a month ago
docs(lethe-web-ui-login): plan + execute hands-off decisions
13113b8c — Eugene Blikh a month ago
web: AuthGate consolidates three "not authenticated" cards

Create AuthGate component as the single source of truth for the
unauthenticated UI. Cold renders show a manual sign-in button (IV7);
mid-session expiry auto-redirects via useEffect (IV7); auth_error shows
the distinct error card with a "Try again" button and never auto-retries
(IV6). Swap the inline AuthError cards at index, projects, and
SavedSearchesSection call sites.
Next