Commit graph

4 commits

Author SHA1 Message Date
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
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