Releases: zhimaAi/ChatClaw
Releases · zhimaAi/ChatClaw
v0.9.6
2026/04/24
- Multi-Language Localization Update: Updated localization files for Arabic, Bengali, German, Spanish, French, Hindi, and Italian, including translations for app titles, common phrases, tool descriptions, and various UI elements.
- WhatsApp Channel Hotfix: Fixed WhatsApp channel initialization error configuration issue.
- Skill Market Synchronization Enhancement: Enhanced skill synchronization logic with remote metadata for improved skill data management.
2026/04/22
- ChatWiki Server URL Version Resolution: Implemented server URL-based version resolution and enhanced binding logic for ChatWiki integration.
- AGENTS.md Documentation: Updated AGENTS.md with language conventions, Codex superpowers, archiving and iteration guidelines for comprehensive AI development guidelines.
2026/04/21
- ChatWiki UI Enhancements: Enhanced account card and provider detail components for improved ChatWiki user experience.
v0.9.5
2026/04/17
- Skill Market Page Refactor (Major): Complete overhaul of
SkillMarketPage.vueincluding enhanced skill loading and caching mechanisms, introducedcachedBrowseSkillsandbrowseLibraryCountfor improved performance, refactored load logic for agents and install targets withloadAgentsWithTargets, and improved category handling built from cached skills. - Skill Market Caching & Synchronization: Implemented a full caching and synchronization system for skill data including new database migration tables,
cache.goandsync.goservice modules with background sync logic,parseFlexibleTimefunction for robust multi-format time comparison, and enhancedScopeRootsmapping for accurate skill file operations across agent workspaces. - Skill Market Scope Support: Enhanced skill file handling with scope-aware logic using
ScopeRoots, refined skill filtering based on selected agent workspace scope, and updated service layer to list agents along with workspace and shared targets. - Default Model Selection: Added
SetDefaultModelDialogcomponent for setting agent default LLM provider and model, introducedDefaultLLMProviderIDandDefaultLLMModelIDfields in agent creation, and added corresponding localization strings in English and Chinese. - OpenClaw Agent Synchronization: Enhanced agent synchronization with reconciliation during Gateway connection, improved
AgentServiceto ensure agents match database state, addedensureSkillsExtraDirsforextraDirsconfiguration management, and fixed agent creation to trigger config sync after RPC. - Install Confirmation i18n: Added
installConfirmDescriptiontranslation key across all supported languages (en-US, ja-JP, ko-KR, zh-CN, zh-TW) with updated SkillMarketPage integration. - SyncService Time Comparison: Replaced direct time parsing with
parseFlexibleTimefor handling multiple time formats with improved robustness and whitespace trimming.
2026/04/16
- Skill Market Uninstall Confirmation: Added dialog-based uninstall confirmation to prevent accidental removals, replaced
AlertDialogwithDialogcomponent for consistent UI, and updated state management to prevent concurrent uninstall actions. - Skill Market Agent Selection Refactor: Simplified agent selection dropdown by removing 'None' option, switched to
OpenClawAgentsServicefor better integration, added method to retrieve agents by OpenClaw ID, and improved agent workspace directory resolution. - Style Updates: Applied
chatclawsystem styling to the skills navigation item in SideNav. - Clawhub Registry Fix: Updated default Clawhub registry URL from
https://clawhub.aitohttps://cn.clawhub-mirror.comfor improved regional accessibility.