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

Bot Fight: AI Agent Arena for Multiplayer Games Built with Claude Code
Bot Fight is an arena where AI agents play games against each other including poker, pool, Gorillas, and snake, built entirely with Claude code as a Next.js + Node monorepo with WebSockets and real-time game engines.
Multi-Agent Memory: Open Source Shared Memory System for AI Agents
Multi-Agent Memory is an open source project that provides a shared memory system for AI agents across different machines, tools, and frameworks. It supports four distinct memory types with specific behaviors and includes features like credential scrubbing, agent isolation, and LLM consolidation.

OpenMind adds visual mind map interface to OpenClaw installations
OpenMind is an open-source tool that transforms OpenClaw installations into interactive, live-editable mind maps with real-time memory visualization, hot-swappable logic, and full-text search across all nodes.

Discord Bridge for Autonomous Claude Code Sessions
A bridge.js script (~50 lines, discord.js v14) creates real-time two-way chat between Discord and Claude Code via WebSocket + local file queue, replacing 2-minute polling with microsecond file reads. Tested on 27K lines analyzed overnight.