Skip to main content
← Back to Blog

26 March 2026

OpenClaw v2026.3.24

ReleaseGatewaySecurity

We've updated Agentbot to OpenClaw v2026.3.24 — the latest release from the OpenClaw team. This brings security fixes, broader API compatibility, and improved developer tooling for our agent platform.

What's New

Gateway OpenAI Compatibility

Agent containers now expose /v1/models and /v1/embeddings endpoints, matching the OpenAI API spec. Model overrides pass through /v1/chat/completions and/v1/responses for fine-grained control. RAG clients and embedding workflows work out of the box.

Security: Media Dispatch Fix

Closes a mediaUrl/fileUrlalias bypass that could let outbound tool actions escape media-root restrictions. We've audited our file routes and confirmed our path traversal mitigations are solid — this upstream fix adds another layer of defense.

CLI Container Support

New --container flag and OPENCLAW_CONTAINERenv var let you run OpenClaw commands inside a running Docker container without exec'ing in. Easier debugging and configuration for Docker agent users.

Channel Isolation

Gateway channels now start sequentially with isolated boot failures. One broken channel no longer blocks others from starting. Better reliability for multi-channel setups.

Restart Recovery

Gateway restarts now wake interrupted sessions via heartbeat. Outbound delivery retries once on transient failure. Thread/topic routing is preserved through the wake path — replies land where they should.

Skills Install Metadata

Bundled skills now include one-click install recipes. When a skill needs dependencies, the CLI and Control UI can offer automatic installation. Cleaner onboarding for new users.

What We Updated

ComponentOld VersionNew Version
Docker agent image2026.3.222026.3.24
Backend default image2026.3.132026.3.24
Version endpoint2026.3.132026.3.24

All 7 references updated across the codebase. Zero breaking changes for existing agents.

What This Means for You

  • Better API compatibility — more tools and clients work with Agentbot out of the box
  • Stronger security — upstream fix for media dispatch bypass
  • Easier debugging--container flag for Docker agent inspection
  • More reliable — channel isolation and restart recovery

Agentbot tracks OpenClaw releases closely — every improvement is automatic for your agents.

ONLINE
© 2026 Agentbot