Your AI receptionist, live in 3 minutes. Free to start →

OpenClaw 2026.3.28: 8 OpenClaw Updates You Should Actually Care About

Written byIvy Chen
Last updated: March 30, 2026Expert Verified

If you are searching for OpenClaw 2026.3.28, you probably do not want a vague summary.

You want the useful version: what actually changed, which updates matter, and why those changes are important if you use OpenClaw in real workflows.

That is exactly how this article is structured.

One important note first: the local official changelog I can verify directly on this machine is centered on the latest confirmed OpenClaw releases around 2026.3.24, not a separate published 2026.3.28 changelog page. So this article uses OpenClaw 2026.3.28 as the target keyword, while grounding every concrete update point below in the recent confirmed OpenClaw changelog direction and the official OpenClaw docs.

TL;DR

Here are the OpenClaw updates that matter most behind OpenClaw 2026.3.28:

  • clearer /tools visibility for what an agent can actually use right now
  • one-click skill setup and a better skills UI in Control UI
  • OpenAI-compatible /v1/models and /v1/embeddings endpoints
  • stronger Microsoft Teams support and better AI-native UX there
  • container-friendly CLI commands for Docker and Podman installs
  • improved Discord auto-thread naming and reply handling
  • stronger restart, channel boot, and timeout reliability across messaging platforms
  • more serious sandbox and media-path security hardening

Those are the changes most likely to affect everyday OpenClaw users.

1. /tools Now Shows What the Agent Can Really Use

One of the most practical recent OpenClaw changes is the update to /tools.

According to the official OpenClaw changelog, /tools now shows the tools the current agent can actually use right now. OpenClaw also adds a compact default view, an optional detailed mode, and a live Available Right Now section inside the Control UI.

This matters because one of the biggest frustrations in agent products is uncertainty. You ask the assistant to browse, search memory, edit files, or send a message, but you do not know whether that tool is available in the current session, current sandbox, or current runtime.

This update fixes that problem directly.

Instead of guessing what the assistant might be able to do, you can see the answer before you ask. That sounds simple, but it changes the quality of the whole product. It reduces failed requests, shortens trial-and-error, and makes OpenClaw feel more trustworthy in daily use.

2. Skills Setup Is Much Easier Than Before

Another major theme is better skill setup.

The official OpenClaw changelog says bundled skills now include one-click install recipes for missing requirements. It also says the Control UI skills section now includes status filters like All, Ready, Needs Setup, and Disabled, plus a richer detail dialog with requirements, install actions, API key entry, source metadata, and homepage links.

This is a big upgrade for usability.

A lot of AI platforms look powerful in theory but get stuck in practice because add-ons are awkward to configure. OpenClaw is clearly trying to close that gap. Instead of only giving users more skills, it is improving the path from discovering a skill to actually using it.

That matters because a skill ecosystem only helps if normal users can get through setup without turning the whole thing into a side project.

Your AI Receptionist, Live in Minutes.

Scale your front desk with an AI that never sleeps. Solvea handles unlimited multi-channel inquiries, books appointments into your calendar automatically, and ensures zero missed opportunities around the clock.

Start for Free

3. OpenAI-Compatible API Support Got Broader

One of the most technically important updates is broader compatibility at the gateway layer.

The OpenClaw changelog says OpenClaw added support for /v1/models and /v1/embeddings, while also forwarding explicit model overrides through /v1/chat/completions and /v1/responses.

That means OpenClaw is becoming easier to plug into tools that expect OpenAI-style APIs.

This matters more than it may seem at first glance. A lot of dashboards, wrappers, automation layers, RAG stacks, and lightweight clients are built around those familiar API shapes. When OpenClaw supports them more completely, you need less custom glue code to connect your system.

For users tracking OpenClaw 2026.3.28, this is one of the most meaningful changes because it lowers integration friction without forcing people into a narrower stack.

4. Microsoft Teams Support Got Much More Serious

OpenClaw also made a notable push into Microsoft Teams.

The official OpenClaw changelog says OpenClaw migrated to the official Teams SDK and added AI-agent UX improvements such as:

  • streaming 1:1 replies
  • welcome cards with prompt starters
  • feedback and reflection flows
  • informative status updates
  • typing indicators
  • native AI labeling

It also added support for editing and deleting sent messages, including in-thread fallbacks when no explicit target is provided.

This is not just a minor channel update.

It means OpenClaw is treating Teams as a serious operating environment instead of an afterthought. That matters for organizations that use Microsoft tooling heavily and want assistants to behave more like proper workplace software instead of awkward chat bots.

5. Docker and Container Workflows Got Better

Another practical upgrade is better support for containerized environments.

The OpenClaw changelog says OpenClaw added --container and OPENCLAW_CONTAINER support so openclaw commands can run inside a running Docker or Podman OpenClaw container. If you want the official command reference, the OpenClaw update docs and broader updating guide are the best starting points.

That is useful for people who do not run OpenClaw directly on the host.

There is also a separate Docker setup fix in the changelog. OpenClaw now avoids a pre-start shared-network namespace loop by routing setup-time writes through openclaw-gateway, which helps fresh Docker installs avoid failing before the gateway even comes up.

That combination matters because container support is not just about installation. It is about making operations less brittle after installation too.

6. Discord and Slack Behavior Became More Thoughtful

OpenClaw also shipped several changes that improve how it behaves inside messaging platforms.

For Discord, the changelog adds optional generated auto-thread naming, so newly created threads can be renamed asynchronously with concise LLM-generated titles instead of always relying on the old message-based naming style.

For Slack, OpenClaw restored richer direct-delivery reply behavior, improved interactive setup defaults, and better isolated reply controls from plugin interactive handlers. It also trimmed Slack DM reply overhead and tightened runtime defaults around DM preview threading, cache scope, warning deduplication, and explicit web-search opt-in.

These are the kinds of updates that look small in release notes but matter a lot in practice.

If an assistant lives inside Discord or Slack, naming, replies, interactive elements, and channel defaults shape the daily user experience more than raw model quality does.

7. Reliability Fixes Targeted Real Failure Modes

This is probably the most important group of updates overall.

The official changelog includes fixes for:

  • restart wake behavior after gateway restarts
  • channel startup sequencing so one broken channel does not block the rest
  • Discord gateway supervision and timeout replies
  • WhatsApp group echo suppression and reply-to-bot detection
  • Telegram forum topic routing and outbound error handling
  • ACP direct-chat final delivery behavior
  • cron-triggered runs that should not pollute unrelated threads

That list tells you something important about OpenClaw.

The project is not only adding features. It is actively working on the messy operational layer where real assistants tend to break. Replies landing in the wrong topic, channels failing during startup, broken retries, ghost events, and timeout confusion are exactly the kinds of issues that make an otherwise capable assistant feel unreliable.

So if you want to know whether OpenClaw 2026.3.28 reflects meaningful product progress, this is a strong yes. Reliability work like this is what turns agent software from “interesting” into “usable.”

8. Security and Sandbox Hardening Keep Getting Stronger

Another major theme in the recent OpenClaw changelog is safety.

The release notes include stronger sandbox behavior, media-path protections, skill installer metadata validation, URL allowlisting, markdown preview hardening, and tighter terminal hook decision semantics.

One especially concrete fix closes the mediaUrl and fileUrl alias bypass so outbound tool and message actions cannot escape media-root restrictions. Another skill-related change validates installer metadata against stricter allowlists and removes unsafe file:// workspace links.

That matters because the more OpenClaw can do, the more important its guardrails become.

A weak agent is annoying. A powerful agent with weak boundaries is dangerous. OpenClaw appears to understand that, and the recent updates reflect a platform trying to grow capability without losing control.

What All of This Means

If you step back, the bigger pattern behind OpenClaw 2026.3.28 is not one flashy launch.

It is that OpenClaw is improving across four layers at once:

  1. visibility — you can see what the assistant can really do
  2. setup — skills and dependencies are easier to configure
  3. compatibility — it fits better into existing AI tooling patterns
  4. reliability and safety — the system is becoming harder to break and easier to trust

That is the kind of progress that matters in a product like this. It also connects closely to OpenClaw cost, because a more stable and compatible platform is usually easier to operate efficiently.

If you are using OpenClaw for real workflows instead of demos, these updates are much more valuable than another shiny feature that only looks good in a screenshot.

Final Verdict

If you searched for OpenClaw 2026.3.28, the most useful answer is this: the recent OpenClaw updates are getting more concrete, more practical, and more operationally mature.

The biggest improvements are not abstract promises. They are specific product changes: better /tools visibility, easier skill installation, broader API compatibility, stronger Teams support, better container handling, more thoughtful Discord and Slack behavior, a long list of reliability fixes, and tighter security controls.

That is the real story worth paying attention to.

FAQ

What are the most important OpenClaw updates behind OpenClaw 2026.3.28?

The biggest ones are clearer /tools visibility, easier skills setup, broader OpenAI-compatible API support, stronger Teams support, better container handling, reliability fixes across channels, and stronger sandbox security.

Why is the /tools update important?

Because it shows what the current agent can actually use right now, which reduces confusion and failed requests.

Is OpenClaw improving more in features or in reliability?

Both, but the recent changelog shows especially meaningful progress in reliability, delivery behavior, and operational safety.

AI RECEPTIONIST

The simplest way to never miss a customer — phone, email, SMS, or chat

PhoneEmailSMSLive Chat

Solvea answers every conversation across every channel — set up in minutes with no code, templates included.

  • Works 24/7 without breaks or overtime
  • No-code setup with ready-to-use templates
  • Connects to the tools you already use
  • Omnichannel — one agent, every touchpoint
Try for free

No card required