Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 14:29
· 17 commits to main since this release
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