github agentscope-ai/hiclaw v1.1.1

6 hours ago

Highlights


Docker Images

Multi-architecture images (amd64 + arm64):

# Embedded all-in-one (infra + controller; pulled by the installer)
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/hiclaw-embedded:v1.1.1

# Manager (lightweight; spawned by the embedded controller)
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/hiclaw-manager:v1.1.1

# Worker
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/hiclaw-worker:v1.1.1

# Controller (used standalone in k8s; bundled inside hiclaw-embedded for docker installs)
docker pull higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/hiclaw-controller:v1.1.1

Quick Start

macOS / Linux

bash <(curl -fsSL https://raw.githubusercontent.com/agentscope-ai/HiClaw/main/install/hiclaw-install.sh)

Windows (PowerShell 7+)

Set-ExecutionPolicy Bypass -Scope Process -Force; =New-Object Net.WebClient; .Encoding=[Text.Encoding]::UTF8; iex .DownloadString('https://higress.ai/hiclaw/install.ps1')

Documentation

For more details, see the installation guide.


What's Changed

  • chore: archive changelog for v1.1.0 by @github-actions[bot] in #701
  • blog: HiClaw v1.1.0 release post by @johnlanni in #704
  • refactor(helm): scope controller RBAC to a single namespace by @Jing-ze in #703
  • feat(copaw,controller): add heartbeat config to Team CRD and wire into CoPaw runtime by @maplefeng-a in #699
  • docs: update README with v1.1.0 news and multi-runtime collaboration by @johnlanni in #705
  • ci: add push-embedded target and selective image building by @johnlanni in #707
  • ci: add version and targets inputs to Build Images workflow by @johnlanni in #708
  • fix: rename "agent" to "OpenClaw", add QwenPaw 1.0.2 in v1.1.0 blog by @johnlanni in #710
  • fix: enable dreaming by default and preserve user plugin config on reconcile by @johnlanni in #714
  • feat(sync): local-first openclaw.json merge (bash + hermes) by @johnlanni in #715
  • fix(install): extract Matrix credentials during upgrade when manager is stopped by @johnlanni in #716
  • fix: MinIO S3 endpoint must use port 9000, not Higress 8080 by @johnlanni in #718
  • docs: rewrite architecture.md for v1.1.0 multi-container architecture by @johnlanni in #721
  • docs: update root AGENTS.md for current layout and runtimes by @johnlanni in #720
  • fix(manager): runtime-aware task dispatch, avoid @worker in admin DM by @johnlanni in #719
  • fix(controller): map K8s conflict to 409 and retry optimistic updates by @johnlanni in #722
  • feat: Token Plan support, Qwen Cloud international, qwen3.6-plus model and upgrade credential fix by @johnlanni in #727
  • refactor(api)!: restructure mcpServers on Worker/Manager/Team CRDs and drop controller-side MCP authorization by @Jing-ze in #694
  • docs: correct QwenPaw vs CoPaw naming in FAQ by @johnlanni in #731
  • fix: disable observe-recovery to preserve user config changes by @johnlanni in #732
  • fix(controller): use host arch when TARGETARCH is unset by @googs1025 in #765
  • fix(install): 拉镜像失败时增加重试 || fix(install): Add retry when pulling the image fails by @googs1025 in #755
  • feat(hiclaw-controller): honor spec.env on Worker/Manager/Team CRs by @Jing-ze in #690
  • feat(controller): optional SOUL.md in Worker package resolve/extract by @Jing-ze in #736
  • fix(controller): honor TeamWorkerSpec.Runtime and HICLAW_DEFAULT_WORKER_RUNTIME for team workers by @Sunrisea in #763
  • fix: ensure agent directory exists before mc mirror sync by @buiminhhuy in #739
  • fix(install): 安装旧版本时误用 hiclaw-embedded:latest 导致 Apple Silicon 崩溃 by @googs1025 in #756
  • docs(manager): include hermes in worker-create checklist and note install-default fallback by @googs1025 in #757
  • fix(install): redirect detect_timezone warnings to stderr by @googs1025 in #758
  • docs: rename CoPaw to QwenPaw across docs by @googs1025 in #760
  • Added the ContainerManaged field enables the management of non-containerized workers. by @xiyuxiaoxiaohaijiao in #752
  • feat(controller): support mcpServers on Team Leader spec by @Jing-ze in #734
  • chore(changelog): archive v1.1.1 release notes by @Jing-ze in #770
  • fix(openclaw-base): clone OpenClaw from higress-group fork by @Jing-ze in #772

New Contributors

Full Changelog: v1.1.0...v1.1.1

Don't miss a new hiclaw release

NewReleases is sending notifications on new releases.