🖥️ Cow CLI
New CLI command system for managing CowAgent from terminal and chat:- Terminal commands: Run
cow <command>forstart,stop,restart,update,status,logs, etc. - Chat commands: Type
/<command>in conversation for/help,/status,/config,/skill,/context,/logs,/version, etc. - Web console: Type
/in the input box to open a slash command menu, with arrow-key input history - Windows support: New PowerShell script
scripts/run.ps1withcowcommand support
🧩 Cow Skill Hub Open Source
Cow Skill Hub is now open source and live — browse, search, install, and publish AI Agent skills:- One-command install:
/skill install <name>in chat orcow skill install <name>in terminal - Multi-source: Install from Skill Hub, GitHub, ClawHub, LinkAI, and more
- Search:
/skill searchand/skill list --remoteto browse the hub - Publish: Submit your own skills at skills.cowagent.ai/submit
- Mirror: Mirror acceleration for faster downloads in China
🌐 Browser Tool
New Browser tool — Agent can control a Chromium browser to visit and interact with web pages:- Navigation & interaction:
navigate,click,fill,select,scroll,press, etc. - Page snapshot: Compact DOM snapshot for efficient page understanding, auto-snapshot after navigation
- Screenshot: Save page screenshots to workspace
- JavaScript execution: Run custom scripts on pages
- CLI install:
cow install-browserfor one-command setup - Docker support: Browser install built into Docker image
🤖 WeCom Bot QR Code Setup
WeCom Bot channel now supports QR code scan for one-click bot creation:- QR scan in Web console: Select “Scan QR” mode, scan with WeCom to auto-create and connect a bot — no manual configuration needed
- Manual mode: Still supports manual Bot ID and Secret input
- Stream push optimization: Throttled push to avoid WebSocket congestion
🐛 Other Improvements & Fixes
- DeepSeek module: Independent DeepSeek Bot with dedicated
deepseek_api_keyconfig (#2719). Thanks @6vision - Web console: Slash command menu, input history, new model options, mobile optimization (#2731). Thanks @zkjqd
- Context loss: Fix context loss after trimming (393f0c0)
- System prompt: Fix system prompt not rebuilding on every turn (13f5fde)
- Gemini: Fix missing model attribute in GoogleGeminiBot (#2716). Thanks @cowagent
- WeChat channel: Fix file send failures and filename loss (6d9b7ba, 45faa9c)
- Docker: Fix volume permissions, reduce image size (3eb8348, 4470d4c)
- Security: Fix Memory Content path traversal risk. Thanks @August829
📦 Upgrade
Runcow update or ./run.sh update to upgrade, or pull the latest code and restart. See Upgrade Guide.
Release Date: 2026.04.01 | Full Changelog