← All releases
#2026-03-25

OpenClaw updated to v2026.3.24, bringing Gateway/OpenAI compatibility endpoints, Teams SDK migration, and skill install metadata;...

What changed

  • Improved

    Updated OpenClaw to v2026.3.24 (https://github.com/openclaw/openclaw/releases/tag/v2026.3.24): adds `/v1/models` and `/v1/embeddings` endpoints and forwards explicit model overrides through `/v1/chat/completions` and `/v1/responses` for broader OpenAI client and RAG compatibility.

  • Improved

    v2026.3.24: `/tools` endpoint now returns only tools the current agent can use at the moment, with a compact default view, optional detailed mode, and a live 'Available Right Now' section in the Control UI.

  • Improved

    v2026.3.24: Microsoft Teams integration migrated to the official Teams SDK with streaming 1:1 replies, welcome cards, feedback/reflection, typing indicators, native AI labeling, and message edit/delete support including in-thread fallbacks.

  • New

    v2026.3.24: One-click install recipes added to bundled skills (coding-agent, gh-issues, openai-whisper-api, session-logs, tmux, trello, weather) so the CLI and Control UI can offer dependency installation when requirements are missing.

  • Improved

    v2026.3.24: Control UI skills panel gains status-filter tabs (All / Ready / Needs Setup / Disabled) with counts, replacing inline cards with a click-to-detail dialog showing requirements, toggle, install action, API key entry, and source metadata.

  • Fixed

    v2026.3.24: Outbound media/local file access aligned with the configured fs policy so host-local files and inbound-media paths continue sending when `workspaceOnly` is off, while strict workspace-only agents remain sandboxed.

  • Improved

    Published release notes for 2026-03-24 to releases.json in src/data.