Skip to content

Releases: clawfleet/ClawFleet

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Apr 17:05
f2e3f54

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

Choose a tag to compare

@github-actions github-actions released this 21 Apr 14:29
a23244c

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 shell

OpenClaw 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

Choose a tag to compare

@github-actions github-actions released this 18 Apr 07:03
21d458d

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:

Other changes

  • OpenClaw version: 2026.4.14 (unchanged from v1.0.2)
  • All other features remain fully functional

Links

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 16 Apr 03:05
833b1a7

Changelog

  • 833b1a7 Merge pull request #94 from clawfleet/release/v1.0.2
  • 866f511 release: v1.0.2 — bump OpenClaw 4.14 + Claude policy notice

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Apr 05:58
6871fe5

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

Choose a tag to compare

@github-actions github-actions released this 10 Apr 10:42
8e8d7c8

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 installcurl -fsSL https://clawfleet.io/install.sh | sh sets 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 | sh

Then open http://localhost:8080 in your browser.

Links

v0.9.5

Choose a tag to compare

@github-actions github-actions released this 09 Apr 05:58
2ce163c

Changelog

  • 982c321 Merge pull request #81 from clawfleet/docs/system-design-v0.9.4
  • 0a2c890 Merge pull request #82 from clawfleet/docs/remove-clawsandbox-references
  • 8d452fe Merge pull request #84 from clawfleet/test/ai-smoke-test
  • 2ce163c Merge pull request #85 from clawfleet/chore/bump-openclaw-4.9

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 05 Apr 06:03
6e13765

Changelog

  • 6e13765 Merge pull request #80 from clawfleet/chore/bump-openclaw-4.1

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 05 Apr 05:50
604382a

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

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 04 Apr 15:54
0096a9f

Changelog

  • aff48e7 Merge pull request #73 from clawfleet/docs/system-design-codex-oauth
  • a4ec7b1 Merge pull request #74 from clawfleet/chore/remove-internal-todo
  • 0096a9f Merge pull request #76 from clawfleet/fix/auto-pull-on-create
  • 8283555 fix: auto-pull image when creating instances if not found locally