Reasoning content IS sent back to the API across turns, not stripped. Updated the Chat History note, Important Notes section, and FAQ to accurately reflect that Open WebUI serializes reasoning with original tags and includes it in assistant messages for subsequent requests.
The agentic search setup guide omits that Web Search must be enabled
under Default Features in the model settings. Without this, the
search_web and fetch_url tools are not injected in Native Mode, even
when the Web Search capability and Builtin Tools are both enabled.
This was confirmed as the root cause of non-functional agentic search
in v0.8.7 and relates to the behavioral change introduced in commits
c46ef3b and f1a1e64 (open-webui/open-webui#20641).
[Used Claude Code 🤖]
- Add warning to MCP auth section explaining the interactive browser
redirect requirement that prevents OAuth 2.1 tools from working
as default/pre-enabled tools on models
- Add troubleshooting entry for 'Failed to connect to MCP server'
when caused by OAuth 2.1 default tool misconfiguration
- Document workaround: manually enable per-chat via + button
- Add Networking & Connectivity section to Open Terminal docs
- Request origin table (admin=backend, user=browser)
- Common symptoms table (502, localhost resolution, timeouts)
- Warning about same URL different results with reverse proxy example
- Quick test command to verify backend reachability
- Add general Frontend vs Backend Connections section to connection-error.mdx
- Core rule table explaining what localhost means in each context
- Cross-references to Open Terminal and Tool Server networking docs
- Covers the #1 source of connection confusion across all features