OpenClaw React Client Update Adds Model Per Agent, CLI Tool, and Auto-Start

OpenClaw Client Update Features
The open-source OpenClaw React client has received a major update following community feedback. The project gained significant traction with over 900 clones in its first week.
New Features
- Model Per Agent: You can now assign specific models to specific agents. To configure this, click the + button, hit configure, and select the model you want for that agent.
- Auto-Updates: The client now receives updates automatically. You'll see a notification right on the dashboard when a new update is available.
- New CLI Tool: Managing the client is now easier with terminal commands. You can run
openclaw_client start | stop | restart | uninstalldirectly from your terminal. - Auto-Start: The client now runs automatically after a system reboot, eliminating the need to start it manually each time.
The update is available in the GitHub repository, which has seen significant community engagement. OpenClaw is an open-source platform for AI coding agents, and this client provides a React-based interface for interacting with the system.
📖 Read the full source: r/clawdbot
👀 See Also

OpenClaw Agent Maintains Memory When Switching from Claude Subscription to API
A developer reports successfully migrating their OpenClaw setup from a Claude subscription to API key without losing agent memory, using the mengram-memory skill that saves to an external layer. The agent retained ~100+ learned facts, evolved procedures, and episodic memories.

Claude Workflow Library Now Tracks and Rates Reddit- Sourced Workflows Automatically
A searchable, auto-updated index of Claude and Claude Code workflows from major subreddits, with steps, artifacts, and community ratings.

ZuckerBot MCP Server Enables OpenClaw Agents to Run Meta Ads Campaigns
ZuckerBot is an MCP server that gives OpenClaw agents direct control over Meta Ads, allowing them to execute full campaign loops without human intervention. Over 50 unique agents are now live using it to pull competitor ads, generate targeting, launch campaigns, and adjust performance in code.

Inline Visualizer: Local AI Models Can Now Render Interactive HTML Visualizations
Inline Visualizer is a BSD-3 licensed plugin for Open WebUI that enables any local AI model with tool calling support to render interactive HTML/SVG visualizations directly in chat, with a JavaScript bridge allowing elements to send messages back to the AI.