This release adds an easy way to try Parallel Search from /mcp setup. You can add the hosted search preset when you need web search or page fetching, and you do not need an API key to start. It also fixes MCP status text in non-TUI hosts that expose a plain theme value instead of styling methods. That makes the adapter more reliable across desktop and embedded Pi hosts.
Highlights:
- Add Parallel Search from
/mcp setupas an explicit opt-in preset. - Try web search and page fetching without first creating an API key.
- Keep MCP status updates working in non-TUI hosts with plain theme values.
Highlights
/mcp setupcan now add Parallel Search as an opt-in preset.- Users can try web search and page fetching without first creating an API key.
- MCP status updates work better in non-TUI hosts that provide plain theme values.
Added
- Added an opt-in Parallel Search preset to
/mcp setupfor web search and page fetching without an API key. Thanks to @georgeatparallel for PR #448.
Fixed
- MCP status updates now use plain text when a non-TUI host provides a theme without styling methods. Thanks to @jinnnyang for #449.