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

Multi-operator Claude Code: Hub-based architecture for multi-agent sessions
A hub-based setup for Claude Code enables multiple people to attach to the same session, route subtasks across repos, and run headless agents in Docker containers.
LTM: A JSON Protocol for Portable Agent Memory Across Models and Machines
LTM is a JSON protocol (Core Memory Packet) plus CLI/server for persisting agent context—dead ends, constraints, next steps—across models, editors, and machines. Packets are 2-5 KB, redact secrets, and support MCP.

Fewshell: A Self-Hosted SSH Copilot That Refuses to Run Commands Without Human Approval
Fewshell is a mobile+desktop SSH copilot with mandatory human approval for every command – no setting to enable auto-approval. Built by an ex-Amazon AI SDE working on AI safety research.

Free Claude Session Optimizer: Token Estimator, Prompt Compressor, and Session Planner
A developer has built a free, no-sign-up tool to help manage Claude's usage limits with three features: a token estimator to preview prompt consumption, a prompt compressor that reduces prompts 40-60% by removing filler phrases, and a session planner that groups tasks to minimize context reloading.