Release Notes

Every update makes your Agent stronger

Track every EasyClaw release — new features, improvements, and bug fixes.

12releases
34fixes
40improvements
v1.3.15LATESTMarch 13, 2026
Major updates including Model Context Protocol (MCP) support, graceful gateway shutdown, and enhanced model API network error handling with automatic failover.
Major Updates · 3
🔌
MCP (Model Context Protocol) Support
Added full support for the MCP mechanism via built-in skills and config file injection, greatly expanding tool integration capabilities.
🛑
Graceful Gateway Shutdown
Implemented graceful shutdown via IPC, replacing forced kills. This resolves async callback issues on exit and ensures lock files are correctly cleared.
📡
API Network Failover
Enhanced Model API network error handling with advanced connection error recognition and automatic failover retries.
Improvements · 6
  • +Optimized system prompts to ensure full file paths are consistently outputWin+Mac
  • +Enhanced workspace read access by whitelisting stateDir workspaces for the main agentWin+Mac
  • +Auto-fallback for Tailscale funnel mode when password authentication is missingWin+Mac
  • +Optimized Mobile App Channel display with streaming output and procedural call trackingWin+Mac
  • +Restored documentation for ChannelsWin+Mac
  • +Added official support group QR code in the feedback UIFrontend
Bug Fixes · 6
  • ~Fixed macOS clipboard copy-paste issues via bundled clipboard-helperMac
  • ~Fixed Lark (Feishu) channel unable to send specific workspace filesWin+Mac
  • ~Fixed an issue where sub-agent connection status displayed incorrectly after updatesWin+Mac
  • ~Fixed exit code handling issues that could cause auto-updates to failWin+Mac
  • ~Fixed missing runtime dependencies caused by packaging exclusionsWin+Mac
  • ~Fixed channel popup data population issue on the homepageFrontend
v1.3.14March 12, 2026[expand]
Introduces the new Find Skill feature, drag-and-drop file uploads, built-in image generation skill, and extensive mobile app API enhancements…
Introduces the new Find Skill feature, drag-and-drop file uploads, built-in image generation skill, and extensive mobile app API enhancements.
Major Updates · 3
📎
Rich File Upload Support
Added robust drag-and-drop, paste, and file selection logic. Attachment uploads now support multiple new formats.
🎨
Built-in Image-Gen Skill
Shipped a new native image generation skill directly into the core toolkit.
🤖
Sub-agent Bot Binding
Added official support for binding specific bots directly to sub-agents for customized workflows.
Improvements · 6
  • +Introduced the new 'Find Skill' feature for rapid tool discoveryWin+Mac
  • +Added infinite loop detection for clickAt coordinate commandsWin+Mac
  • +Added 'Open file' and 'Open file location' contextual shortcutsWin+Mac
  • +WeCom (Enterprise WeChat) plugin now supports multiple accountsWin+Mac
  • +Added comprehensive skill and bot management APIs for the mobile appWin+Mac
  • +Adjusted minimum window size to 920x690 and added a 4-key debug shortcutWin+Mac
Bug Fixes · 3
  • ~Added image MIME type sniffing to prevent Anthropic API 400 errorsWin+Mac
  • ~Configured clipboard reading strictly to UTF-8Win+Mac
  • ~Fixed UI issues with chat deletion routing, skill store close button visibility, and text editor line breaksFrontend
v1.3.13March 11, 2026[expand]
Brings infinite loop detection for Computer Use tools, silent command-line updates, parallel build optimizations, and new recommended skills…
Brings infinite loop detection for Computer Use tools, silent command-line updates, parallel build optimizations, and new recommended skills.
Major Updates · 2
🛡️
Computer Use Loop Detection
Implemented advanced loop detection and circuit breakers for computer operation tools to prevent runaway actions.
💻
Silent CLI Updates
Added full command-line support for checking, downloading, and silently installing updates.
Improvements · 4
  • +Added the 'Daily AI News' skill and set it as a recommendation for new usersWin+Mac
  • +Optimized parallel build processing and browser-tool extension loading speedWin+Mac
  • +Added error log reporting mechanismWin+Mac
  • +Corrected channel default display orderWin+Mac
Bug Fixes · 6
  • ~Fixed Electron window negative coordinate bounds for multi-monitor setupsWin+Mac
  • ~Fixed white screen issue caused by network timeoutsWin+Mac
  • ~Forced browser-tool to fully start before attempting to open new tabsWin+Mac
  • ~Fixed NO_REPLY, REPLY_SKIP, and ANNOUNCE_SKIP messaging state anomaliesWin+Mac
  • ~Fixed parallel build errors preventing gateway startup on macOSMac
  • ~Ensured kailoader.exe exits cleanly when EasyClaw is closedWin
v1.3.12March 9, 2026[expand]
Expands the global AI model selection, optimizes Lark connection, enhances App channel attachment support, and brings numerous UI fixes…
Expands the global AI model selection, optimizes Lark connection, enhances App channel attachment support, and brings numerous UI fixes.
Major Updates · 2
🌍
Expanded Global Model Selection
Added more premium international AI models to the selection list for global users.
📱
App Channel Attachment Support
The Mobile App channel now fully supports receiving and processing file and image attachments.
Improvements · 5
  • +Lark (Feishu) integration optimization: stops replying if task hits NO_REPLYWin+Mac
  • +Skill downloads now actively respect system proxy settingsWin+Mac
  • +Optimized screenshot scaling using dpiscale with a 2.5MP minimum limitWin+Mac
  • +Adjusted auto-update check frequency and added daily report prompts to bootstrapWin+Mac
  • +Optimized Skill and BOT selection interactions in the input boxFrontend
Bug Fixes · 5
  • ~Fixed click_at infinite loop bug within the browser-toolWin+Mac
  • ~Fixed missing tool execution results in sub-agent session historyWin+Mac
  • ~Fixed false 'up to date' version displayWin
  • ~Fixed Windows desktop shortcut click bugsWin
  • ~Fixed skill list scrolling display and small window responsivenessFrontend
v1.3.9March 8, 2026[expand]
A minor feature update adding official channel integration for Enterprise WeChat…
A minor feature update adding official channel integration for Enterprise WeChat.
Major Updates · 1
💬
WeCom Channel Support
Added official channel integration for WeCom (Enterprise WeChat), allowing seamless AI interactions within enterprise workspaces.
v1.3.8March 6, 2026[expand]
Introduces an AI model fallback mechanism, 4 AM context protection, Lark plugin caching, and strict config validation…
Introduces an AI model fallback mechanism, 4 AM context protection, Lark plugin caching, and strict config validation.
Major Updates · 3
🛡️
AI Model Fallback List
Introduced a fallback model mechanism. If your primary model goes offline or experiences API errors, the system automatically routes to a backup to prevent failures.
🌙
Session Context Protection
Added a 1-hour context protection period during the 4 AM daily session reset to prevent abrupt mid-conversation context loss.
Lark Plugin Cache
Added a caching mechanism for the Lark (Feishu) plugin's probe functions, significantly reducing repetitive API calls.
Improvements · 4
  • +Added strict checksum validation for main agent modelsWin+Mac
  • +Added system tray log export directly to local files (easyclaw-YY-MM-DD.log)Win+Mac
  • +Changed default verbose mode to 'off' to reduce notification spam on external channelsWin+Mac
  • +Updated and enhanced the built-in PDF skillWin+Mac
Bug Fixes · 4
  • ~Fixed Google Login authorization issuesWin+Mac
  • ~Fixed model anomalies caused by stale models.json cachingWin+Mac
  • ~Fixed daemon process conflicts on macOS startup by auto-unloading stale processesMac
  • ~Fixed macOS easyclaw.json read-only permission issues via automatic backup restorationMac
v1.3.6March 5, 2026[expand]
Fixes port conflict issues, strengthens easyclaw…
Fixes port conflict issues, strengthens easyclaw.json validation, and adds upvote/downvote feedback features.
Major Updates · 2
⚙️
Strengthened Config Validation
Added robust validation for easyclaw.json. If core fields (models.providers, gateway.mode, agents.defaults) are missing, a config restore is triggered automatically.
👍
Upvote / Downvote Feedback
Introduced upvote and downvote functionality on message bubbles to help improve AI response quality.
Improvements · 2
  • +Added automated conflict handling for port 10089 via kailoaderWin+Mac
  • +Ensured the gateway continues loading even as a fallback if background extraction failsWin+Mac
Bug Fixes · 2
  • ~Fixed extraction path for the bundled 7zip binaries in production environmentsWin
  • ~Forced system tray process closure during C++ version overlay installations to prevent file locksWin
v1.3.5March 4, 2026[expand]
This release brings Electron architecture upgrade, Node…
This release brings Electron architecture upgrade, Node.js 24.13.0 bundled installer, Memory recall fix, sub-agent prompt optimization, and multiple cross-platform bug fixes.
Major Updates · 3
Electron Architecture Upgrade
Node.js loading now uses the Electron approach. Node.js 24.13.0 is bundled in the installer for improved startup stability and compatibility.
🧠
Memory Recall Fix
Fixed an issue where Memory features were difficult to trigger. AI memory recall accuracy is now significantly improved.
🤖
Sub-Agent Prompt Optimization
Built-in sub-agents no longer load .md files into system prompts, reducing context usage and improving response efficiency.
Improvements · 5
  • +Prevent web search unsupported_freshness errorsWin+Mac
  • +Windows: force-kill kailoader during overlay installs for higher update success rateWin
  • +Renamed log paths and filenames from openclaw to easyclawWin+Mac
  • +Improved easyclaw gateway stop to ensure model calls take effect correctlyWin+Mac
  • +Suppress iMessage plugin detection on WindowsWin+Mac
Bug Fixes · 4
  • ~Fixed Slack / Discord configuration file errorsWin+Mac
  • ~Fixed Windows default browser detection issueWin
  • ~Fixed macOS keyboard shortcut issuesMac
  • ~Fixed left tab and history switching click anomaliesFrontend
v1.3.1March 3, 2026[expand]
Mac-only release with new environment variable to control gateway process, startup timing stats, auto-config update on overlay install, and fixes for OpenClaw module, language settings, and Write tool issues…
Mac-only release with new environment variable to control gateway process, startup timing stats, auto-config update on overlay install, and fixes for OpenClaw module, language settings, and Write tool issues.
Major Updates · 2
🔧
Auto Config Update on Overlay Install
After an overlay install, easyclaw.json in the user directory is now automatically updated, preventing stale config issues.
⚙️
Env Variable to Control Gateway Process
Added support for OPENCLAW_START_NOT_KILL_GATEWAY=true env variable to preserve the gateway process on startup, useful for advanced debugging.
Improvements · 2
  • +Added startup timing stats for performance monitoring and optimizationMac
  • +Improved error message copy for clearer and friendlier feedbackMac
Bug Fixes · 2
  • ~Fixed abnormal config issues that could trigger on OpenClaw module startupMac
  • ~Fixed white screen on exit/restart after switching to Traditional Chinese in SettingsMac
v1.2.0February 28, 2026[expand]
Windows 64-bit release built on the Electron framework…
Windows 64-bit release built on the Electron framework. Adds auto config check & one-click fix, and introduces two new AI models: gpt-5.3-codex and opus-4.5.
Major Updates · 2
🖥️
Windows Electron Build Released
A brand-new Windows 64-bit build powered by Electron, delivering improved stability and a smoother experience.
🤖
New AI Models: gpt-5.3-codex & opus-4.5
Two major new AI models added: gpt-5.3-codex and opus-4.5, available directly in model selection.
Improvements · 1
  • +Auto config check on startup with one-click fix to reduce manual troubleshootingWin
Bug Fixes · 1
  • ~Fixed account info loss when redirecting to payment page from reply contentWin
v1.1.0February 27, 2026[expand]
Major Mac client upgrade with native ARM (M1/M2/M3) and Intel support…
Major Mac client upgrade with native ARM (M1/M2/M3) and Intel support. WhatsApp connection stability greatly improved. Multiple UI and logic optimizations.
Major Updates · 2
🍎
Mac Native ARM & Intel Support
The Electron client now supports ARM (M1/M2/M3) and Intel natively, eliminating the power drain and lag from Rosetta emulation.
💬
WhatsApp Connection Stability Overhaul
Thoroughly resolved WhatsApp QR code freeze and reconnect desync issues. Connection status is now real-time with no drops or disconnects.
Improvements · 3
  • +Comprehensive multilingual translation improvements for subscription plan descriptionsWin+Mac
  • +"No-Key Connection" switch now has smart protection — only activates after successful connectionWin+Mac
  • +Duplicate session names now handled intelligently by the systemWin+Mac
v1.0.0February 22, 2026[expand]
EasyClaw's first official release…
EasyClaw's first official release. Introduces the Skill Market and custom Skills, optimizes context trimming logic, adjusts working directory structure, and fixes non-member daily credit refresh issues.
Major Updates · 1
🛒
Skill Market Launched
The Skill Market is now live — browse and install community skills. Custom Skill creation is also supported, giving your AI agent specialized capabilities.
Improvements · 2
  • +Optimized context trimming logic to reduce token consumption rateWin+Mac
  • +Working directory migrated to %userprofile%\.easyclaw for a cleaner structureWin+Mac
Bug Fixes · 1
  • ~Fixed non-member daily credit refresh anomalyWin+Mac