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

✍️ OpenClawRadar📅 Published: March 24, 2026🔗 Source
OpenClaw 2026.3.23 adds DeepSeek provider, Qwen pay-as-you-go, and Chrome MCP improvements
Ad

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.

Ad

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

Ad

👀 See Also

Custom Output Styles Collection for Claude Code
Tools

Custom Output Styles Collection for Claude Code

A developer has created 13 custom output styles for Claude Code that modify the AI's behavior through system prompts. The styles include Roast for brutal code critique, Socratic for guided questioning, Breaker for adversarial testing, Ship It for pragmatic solutions, Paranoid for security focus, and TDD for test-driven development.

OpenClawRadar
Open-Source Job Search Framework Built in Claude Code
Tools

Open-Source Job Search Framework Built in Claude Code

A developer created an open-source job search framework in Claude Code that handles structured self-profiling, automated job portal scraping, fit evaluation, and a drafter-reviewer agent pipeline for tailored applications. The system stops before submission and requires manual review.

OpenClawRadar
Anchormd: A Tool for Managing Context Across Claude AI Sessions
Tools

Anchormd: A Tool for Managing Context Across Claude AI Sessions

Anchormd is an open-source tool that addresses context loss in Claude AI sessions by indexing curated markdown plans into a searchable knowledge graph. It allows agents to load project overviews at session start and query for specific details as needed.

OpenClawRadar
Ninetails Memory Engine V4.5: Int8 Quantization + LRU Cache Cuts Local MCP Memory to 60MB
Tools

Ninetails Memory Engine V4.5: Int8 Quantization + LRU Cache Cuts Local MCP Memory to 60MB

The Ninetails Memory Engine V4.5 uses Int8 scalar quantization and LRU cache eviction to reduce vector storage from 6KB to 1.5KB per embedding, keeping the entire engine at 40-60MB RAM. It combines 70% vector similarity with 30% BM25 search in a fully local SQLite implementation.

OpenClawRadar