OpenClaw 2026.3.23 adds DeepSeek provider, Qwen pay-as-you-go, and Chrome MCP improvements

OpenClaw has released version 2026.3.23 with several provider integrations and interface improvements. The update focuses on expanding AI model support and refining existing platform features.
Key Details
The release includes these specific additions and changes:
- DeepSeek provider plugin: Adds support for DeepSeek's AI models through a cloud-based plugin architecture
- Qwen pay-as-you-go: Implements usage-based billing for Qwen models rather than subscription-based access
- OpenRouter auto pricing + Anthropic thinking order: Integrates OpenRouter's automatic pricing system with specific support for Anthropic's thinking capabilities
- Chrome MCP waits for tabs: The Chrome Model Context Protocol implementation now properly waits for browser tabs to load before executing commands
- Discord/Slack/Matrix + Web UI fixes: Addresses bugs and issues in the Discord, Slack, and Matrix integrations along with Web UI improvements
The release note includes the warning: "Upgrade before your agent does it for you," suggesting automated update capabilities in OpenClaw agents.
OpenClaw is an open-source platform for AI coding agents that provides a unified interface to multiple AI providers. The addition of DeepSeek expands the available model options, while the Qwen pay-as-you-go pricing model gives users more flexible billing options compared to traditional subscriptions. The Chrome MCP improvements address common issues when AI agents interact with web browsers programmatically.
This update appears targeted at developers who use multiple AI models across different providers and need reliable integrations with communication platforms like Discord and Slack. The fixes to Web UI and messaging integrations suggest ongoing refinement of the user experience.
📖 Read the full source: r/openclaw
👀 See Also

Stop Re-Teaching Claude Code Every Session: Use a Persistent Config
A Reddit user explains how they saved 20 minutes per session by writing a persistent config for Claude Code, eliminating repetitive steering and achieving 33% faster completions.

LM Studio parser bugs break Qwen3.5 tool calling and reasoning
LM Studio's server parser has three interacting bugs that silently break tool calling, corrupt reasoning output, and make models appear worse than they are. The issues affect reasoning models like Qwen3.5 and DeepSeek-R1, with one bug reported over a year ago still unresolved.

Toothcomb: Open-Source Real-Time Speech Fact-Checker Built with Claude Opus and Sonnet APIs
Toothcomb is an open-source tool that takes a speech transcript, fact-checks claims, detects logical fallacies and manipulative language using Claude Opus API, and supports real-time microphone streaming.

rawq: Local CLI Tool for AI Agent Semantic Code Search
rawq is an open-source CLI tool that helps AI agents find relevant code using semantic search with a 33MB local model via ONNX runtime and BM25 lexical search via tantivy. In testing, AI agents using rawq consumed 4x fewer tokens and completed tasks 2x faster compared to blind read/grep tools.