docs/en/releases/v2.0.9.mdx
The Web Console adds a new Models page that organizes everything by provider × capability, covering chat, image, voice, embedding and search models in one place:
/memory rebuild-index after switching to rebuild the index onlineDocumentation: Models Overview
Adds support for MCP (Model Context Protocol), expanding from a fixed built-in toolset to an open, pluggable tool ecosystem — any MCP-compatible service can be plugged in directly as an agent tool.
stdio and sse transportsmcpServers configuration style used by Claude Desktop / Cursor, reads ~/cow/mcp.json by defaultDocumentation: MCP Tools. Thanks @yangluxin613 (#2801)
For sites that require login or have anti-bot protection, the browser tool can now persist a login session for long-term reuse, and supports attaching to your real Chrome browser to bypass fingerprint detection:
~/.cow/browser_profile as the browser user data dir by default; once logged in, sessions are reused automatically on subsequent runstools.browser.cdp_endpoint to take over a real Chrome instance with full browser permissionsDocumentation: Browser Tool. Thanks @leafmove (#2809)
gpt-5.5, gemini-3.5-flash, qwen3.7-max, ernie-5.1reasoning_effort thinking-depth parameter; fixed thinking models like MiMo failing to connect via the OpenAI-compatible protocolweb_host now defaults to 127.0.0.1; for server deployments, set it to 0.0.0.0 and configure a password manually. Thanks @August829, @yidaozhongqing, @YLChen-007, @icysunKeyboardInterrupt stack traces. Thanks @yangluxin613 (#2806)Source-code deployments can run cow update for a one-click upgrade, or pull the latest code and restart manually. See the Upgrade Guide for details.
Release Date: 2026.05.22 | Full Changelog