What's new for you
OpenAI compatibility endpoints, richer tools visibility in /tools and Control UI, Teams SDK migration, Slack interactive parity restore, container-targeted CLI commands, and skills setup UX improvements.
- OpenAI compatibility — add `/v1/models` and `/v1/embeddings`, forward explicit model overrides through `/v1/chat/completions` and `/v1/responses`
- Tools visibility — `/tools` now shows tools actually available to the current agent, plus compact/detailed modes
- Microsoft Teams — migrate to official SDK with streaming 1:1 replies and improved AI UX defaults
- Slack interactive replies — restore richer direct-delivery parity and better options rendering
- CLI containers — add `openclaw --container <name> ...` and `OPENCLAW_CONTAINER` for Docker/Podman workflows
- Skills setup UX — one-click install recipes and clearer “needs setup” guidance
Release highlights
| Feature | Details |
|---|---|
| OpenAI Compatibility Endpoints | Add /v1/models and /v1/embeddings; forward explicit model overrides in chat/responses endpoints. |
| Live Tools Availability | /tools and Control UI now show what the current agent can actually use right now. |
| Microsoft Teams SDK Migration | Move to official Teams SDK with streaming 1:1 replies and AI-native UX patterns. |
| Container-Targeted CLI | Run commands inside Docker/Podman OpenClaw container via --container and OPENCLAW_CONTAINER. |
| Skills Setup UX | One-click install recipes and clearer requirements/setup guidance in CLI and UI. |
Feature deep dives
Learn more about the changes that matter most. Bug fixes and minor improvements are listed on GitHub.
OpenAI Compatibility Endpoints
Adds /v1/models and /v1/embeddings plus explicit model override forwarding for broader client/RAG compatibility.
Read more →Live Tools Availability
Tools surfaces now report what the current agent can use right now, with compact and detailed views.
Read more →Microsoft Teams SDK Migration
Move to official Teams SDK with streaming 1:1 replies, typing indicators, and AI UX best practices.
Read more →Container-Targeted CLI
Run `openclaw` commands inside an active Docker/Podman container using --container or OPENCLAW_CONTAINER.
Read more →Skills Setup UX
One-click install recipes and improved requirements guidance make missing dependency setup faster.
Read more →Full release notes
The complete changelog with all changes, fixes, and technical details is on the official GitHub release page.
Open v2026.3.24 on GitHub →