Commit graph

14 commits

Author SHA1 Message Date
Thomas Cravey
83b3446239 fix(og): remove unused import, clean parser helper; build 2025-08-16 19:54:46 -05:00
Thomas Cravey
8c67ce27b5 fix(ui/og): robust OG/Twitter parsing via html tokenizer; keep navbar on summarizer; make tail pane scrollable; stub loadInfo; channel dropdown to be added; SSE broadcast already wired 2025-08-16 19:54:18 -05:00
Thomas Cravey
62456fad97 fix(build): remove duplicate handleSummarizerUI; finalize dashboard JS string concatenation 2025-08-16 19:22:11 -05:00
Thomas Cravey
a223663ce2 fix(ui): remove remaining JS template literals from dashboard; add link cards rendering 2025-08-16 19:21:23 -05:00
Thomas Cravey
3f94aa7068 feat(dashboard phase1): SSE stream with 15s heartbeat; history paging (50); channel sidebar and nav/footer; OG/Twitter link card endpoint; tail UI rework with infinite scroll and auto-follow pause 2025-08-16 19:18:31 -05:00
Thomas Cravey
a6091b8758 feat(webui): login interstitial with cookie auth (7d), hide token from main UI; auto-scroll tail/summary to bottom on update 2025-08-16 16:09:19 -05:00
Thomas Cravey
118cb921f0 feat(webui): add summarize loading indicator, wrap long lines, auto-load last 25 on first channel, optional auto-follow (poll every 3s) 2025-08-16 15:45:27 -05:00
Thomas Cravey
f78dc43374 feat(webui): responsive tweaks for mobile; seed channels from config when DB empty; expose KnownChannels on server 2025-08-16 15:32:57 -05:00
Thomas Cravey
bb60430df2 fix(webui): replace template literals to avoid backticks inside Go raw string; build again 2025-08-16 15:26:25 -05:00
Thomas Cravey
45d1d98e56 feat(webui): add minimal dashboard (Pico.css) with tail, trigger, status; JSON endpoints: /api/info,/api/channels,/api/tail,/api/trigger; default compose/UI auth via HTTP_TOKEN 2025-08-16 15:24:50 -05:00
Thomas Cravey
26ae405e9b feat: notify on direct messages; store DMs under sender nick; respect quiet hours and rate limit for DMs 2025-08-16 12:36:01 -05:00
Thomas Cravey
00ddd9e460 defaults: raise max/defaults (OPENAI_MAX_TOKENS=128000, larger summarizer timeouts/limits, DIGEST_WINDOW=24h, RETENTION=365); docs: add inline env option, defaults table; compose: bind 127.0.0.1:8080 2025-08-16 12:29:58 -05:00
Thomas Cravey
9ecf4f4f4c docs: expand .env example to show max/large values; add SUMM_TIMEOUT and summarizer tunables\n\nfeat: summarizer improvements\n- readability extraction for articles\n- image links passed to model as vision inputs\n- configurable max groups/links/bytes and timeout\n- higher default ceilings; resilient fallback summary 2025-08-15 20:41:31 -05:00
Thomas Cravey
2954e85e7a feat: initial Beta 1 release
- soju raw connector with event playback and CHATHISTORY fallback
- SQLite store with msgid de-dup and retention job
- Mentions + Pushover + tuning; structured JSON logs
- Summaries: concise, link-following, multi-line grouping
- HTTP: /healthz, /ready, /tail, /trigger, /metrics
- Docker: distroless, healthcheck, version metadata
- Docs: README, CHANGELOG, compose
2025-08-15 18:06:28 -05:00