aboutsummaryrefslogtreecommitdiffstats
path: root/docs/superpowers
AgeCommit message (Collapse)AuthorFilesLines
2026-07-31docs: design for web search via SearXNGDanilo M.1-0/+243
Model-decided tool calling against a SearXNG instance, with the loop inside stream_chat, results shown as a collapsible block, and a cap of two searches per turn. Verified against the live stack before writing: Qwen3.5-9B through the router emits well-formed tool_calls and answers correctly from a role: "tool" result. No llama-server flags are involved; the shipped --tools option runs server-side tools and none of them search the web. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>