What's Changed
- fix(manager): wait for Tuwunel via
/_tuwunel/server_versionin start-manager-agent.sh; add explicit Matrix ready check in install scripts before sending welcome message - feat(manager): add "Sending Files to Admin" constraint to TOOLS.md — upload to Matrix media server and reply with
MEDIA: <mxc://...>format - feat(manager): add "Upload a File (Media Upload)" section to matrix-server-management SKILL.md with full curl examples
Docker Images
Multi-architecture images (amd64 + arm64):
# Manager
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/hiclaw-manager:v1.0.2
# Worker
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/hiclaw-worker:v1.0.2Quick Start
macOS / Linux
bash <(curl -fsSL https://raw.githubusercontent.com/higress-group/hiclaw/main/install/hiclaw-install.sh)Windows (PowerShell 7+)
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://higress.ai/hiclaw/install.ps1'))Documentation
For more details, see the installation guide.