Commit Graph
2 Commits
Author SHA1 Message Date
Sharang ParnerkarandClaude Opus 4.6 ba936543f4 fix(searxng): use POST instead of GET for SearXNG search API
CI / Format (push) Successful in 2s
CI / Clippy (push) Successful in 2m8s
CI / Tests (push) Has been skipped
CI / Deploy (push) Has been skipped
CI / Security Audit (push) Has been skipped
SearXNG's default config sets `method: "POST"` which rejects GET
requests with 405. Switch both search_topic and get_trending_topics
to POST with form-encoded parameters.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 06:52:00 +01:00
Sharang ParnerkarandClaude Opus 4.6 d2ed7741a8 feat(dashboard): add sidebar with Ollama status, trending topics, and article detail panel
Integrate SearXNG news search, Ollama-powered article summarization with
follow-up chat, and a dashboard sidebar showing LLM status, trending
keywords, and recent search history. Sidebar yields to a split-view
article detail panel when a card is selected.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 20:16:15 +01:00