Releases: clawfleet/ClawFleet
Release list
v1.2.1
Changelog
- 37f49d7 Merge pull request #100 from clawfleet/docs/system-design-hermes
- 97d8040 Merge pull request #103 from clawfleet/chore/gitignore-update
- f2e3f54 Merge pull request #104 from clawfleet/feat/hermes-configure
- 492e4cd Merge pull request #99 from clawfleet/docs/hermes-readme-wiki
- f9665b3 feat: Hermes Configure automation + runtime-prefixed instance naming (#101)
v1.2.0
ClawFleet v1.2.0 — Hermes Integration + Shell Access
Hermes Agent Support
ClawFleet now manages Hermes Agent instances alongside OpenClaw — a unified AI Fleet with multiple runtimes.
- Create Hermes instances from the Dashboard or CLI — select "Hermes" in the Runtime dropdown
- Full native experience — each Hermes container runs both Dashboard (config UI) and Gateway (messaging platforms)
- Unified Fleet view — instances grouped by runtime (🦞 OpenClaw / ☤ Hermes) with distinct color accents
- Lifecycle management — create, suspend, resume, destroy Hermes instances just like OpenClaw
Hermes instances are configured through the Hermes native Dashboard (click the ⚕ Dashboard button on the card). ClawFleet handles container isolation, port allocation, and data persistence.
clawfleet shell command
New CLI command for interactive terminal access into any running instance:
clawfleet shell claw-1 # Hermes → launches interactive TUI chat
clawfleet shell claw-2 # OpenClaw → opens bash shellOpenClaw 2026.4.15
Bumped from 2026.4.14 to 2026.4.15. Tested: build, configure, gateway health, chat compatibility — all pass.
What's new for users
| Feature | How to use |
|---|---|
| Create Hermes instance | Dashboard → Create Instances → Runtime: Hermes |
| Configure Hermes | Click ⚕ Dashboard on the Hermes card |
| Hermes CLI chat | clawfleet shell <hermes-instance> |
| OpenClaw shell access | clawfleet shell <openclaw-instance> |
Links
v1.1.0
ClawFleet v1.1.0 — Upstream Provider Update
Breaking upstream change: Codex OAuth suspended
OpenAI has added Cloudflare protection to the chatgpt.com/backend-api endpoint, blocking all third-party OAuth access. This affects the entire OpenClaw ecosystem, not just ClawFleet. See openclaw/openclaw#68033 for details.
What changed in this release:
- ChatGPT (Codex) is no longer the recommended provider — marked with
⚠️ "Currently unavailable" in the Dashboard - OpenAI API key is now the default and recommended provider (★ Recommended)
- README messaging updated: focus on "connect any model provider with a single API key + Docker isolation"
What you should do
If you were using Codex OAuth, switch to an API key provider:
- OpenAI API — platform.openai.com (pay-per-token)
- Google AI Studio — aistudio.google.com (free tier available, no credit card)
- Anthropic / DeepSeek — also fully supported
Other changes
- OpenClaw version: 2026.4.14 (unchanged from v1.0.2)
- All other features remain fully functional
Links
v1.0.2
v1.0.1
Changelog
- 287dda5 Merge pull request #88 from clawfleet/test/smoke-test-deep-tests
- 79f2f04 Merge pull request #89 from clawfleet/docs/readme-install-video-and-dashboard
- a906b3b Merge pull request #90 from clawfleet/docs/update-youtube-link
- fea7d6e Merge pull request #91 from clawfleet/fix/install-colima-ux
- f74ffea Merge pull request #92 from clawfleet/docs/readme-docker-desktop-hint
- 6871fe5 Merge pull request #93 from clawfleet/chore/bump-openclaw-4.11
- 2bea9d5 fix: improve install.sh UX for Mac without Docker
v1.0.0
ClawFleet v1.0.0 — First Stable Release
Deploy and manage a fleet of isolated OpenClaw instances on a single machine, from a browser dashboard.
Highlights
- One-line install —
curl -fsSL https://clawfleet.io/install.sh | shsets up everything including Docker - Browser Dashboard — create, start, stop, configure instances without touching the CLI
- Container Isolation — each OpenClaw instance runs in its own Docker container, isolated from the host and from each other
- Codex OAuth — log in with your ChatGPT subscription ($20/month), no API keys needed
- Roster System — agents automatically know about each other and can @mention teammates for collaboration
- Version Pinning — ships with tested OpenClaw 2026.4.9, shielding you from upstream breaking changes
- Soul Archive — persistent character/persona across container restarts
- Multi-platform — macOS (Apple Silicon & Intel) and Linux (amd64 & arm64)
What's included
- CLI commands:
build,create,list,start,stop,restart,destroy,logs,dashboard,config,version - REST API + WebSocket (real-time stats, logs, events)
- Asset management: models, channels (Discord/Telegram/Slack/Lark), characters
- Skill management: browse, install, uninstall from ClawHub
- i18n: English + Chinese
Getting started
curl -fsSL https://clawfleet.io/install.sh | shThen open http://localhost:8080 in your browser.
Links
v0.9.5
v0.9.4
v0.9.3
Changelog
- ccc0673 Merge pull request #75 from clawfleet/chore/remove-todo
- fd4b651 Merge pull request #77 from clawfleet/ui/rename-google-to-aistudio
- 88b4421 Merge pull request #78 from clawfleet/fix/console-session-isolation
- 604382a Merge pull request #79 from clawfleet/ui/rename-google-to-aistudio
- 3ce6947 fix: Control Panel session isolation + rename Google to Google AI Studio
- eb6dc67 fix: Control Panel session isolation via direct gateway port
- b7e7a3c fix: rename Google to Google AI Studio + fix --gemini-api-key flag