Skip to content

Tags: achuDk/hiclaw

Tags

v1.0.8

Toggle v1.0.8's commit message
docs(changelog): rewrite current.md with v1.0.7 format and add missin…

…g features

Reorganize changelog into What's New / Bug Fixes sections (EN + ZH) with
commit links. Add previously missing entries: Worker import system, agent
docs progressive disclosure, debug log export tool, install step-back
navigation, Docker layer optimization, worker security hardening, Higress
mergeConsecutiveMessages, and infinite task loop prevention.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: clarify MCP and SKILLS relationship in 1.0.6 release blog (agen…

…tscope-ai#308)

v1.0.6

Toggle v1.0.6's commit message
update manager worker dockerfile

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add OpenClaw Console Higress route with basic-auth and update b…

…ase image tag (agentscope-ai#252)

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(copaw): add container support for CoPaw workers (agentscope-ai#156)

v1.0.3

Toggle v1.0.3's commit message
update changelog

v1.0.2

Toggle v1.0.2's commit message
docs: add FAQ entry for file sending and receiving support

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 1.0.1 (agentscope-ai#24)

v1.0.0

Toggle v1.0.0's commit message
docs: add screenshot images to README How It Works section

v0.9.11

Toggle v0.9.11's commit message
ci: separate openclaw-base build from manager/worker release

- Add build-base.yml: triggers on openclaw-base/ changes, pushes openclaw-base:latest
- build.yml: remove push-openclaw-base from release flow, only build manager+worker
- Makefile: make build/push both use registry openclaw-base:latest for layer sharing
  build no longer rebuilds base locally; use make build-openclaw-base if needed