← All releases

v2026.3.28

March 29, 2026 · View on GitHub

What's new for you

Qwen OAuth portal auth removal (migrate to Model Studio API key), xAI Responses + x_search integration, MiniMax image generation, plugin approval hooks, OpenAI apply_patch default-on, and new config schema CLI.

  • Breaking — Qwen `qwen-portal-auth` removed; migrate with `openclaw onboard --auth-choice modelstudio-api-key`
  • xAI — provider moved to Responses API with first-class `x_search` and onboarding setup
  • MiniMax — image generation support for `image-01` including image-to-image editing
  • Plugins — async `requireApproval` in `before_tool_call`; `/approve` now handles plugin approvals too
  • OpenAI/Codex — `apply_patch` enabled by default with sandbox-aligned write policy
  • CLI — new `openclaw config schema` command to print generated openclaw.json schema

Release highlights

FeatureDetails
Qwen Auth MigrationRemove deprecated portal auth. Migrate to Model Studio API key flow.
xAI Responses + x_searchBundled xAI provider now uses Responses API with first-class x_search and onboarding support.
MiniMax Image GenerationAdd image-01 generation and image-to-image editing with aspect ratio controls.
Plugin Approval HooksAsync requireApproval in before_tool_call with /approve fallback across channels.
openclaw config schemaPrint generated openclaw.json schema directly from CLI.

⚠️ Breaking changes

Qwen `qwen-portal-auth` integration is removed; use Model Studio API key onboarding. Automatic config migrations older than two months are also dropped — very old legacy keys now fail validation instead of being silently rewritten.

Full release notes

The complete changelog with all changes, fixes, and technical details is on the official GitHub release page.

Open v2026.3.28 on GitHub →