OpenClaw v2026.4.23

Image Generation, Codex OAuth & Agent Context Forking

Released: April 24, 2026
Generated: April 25, 2026

Sources: GitHub Release Notes, OpenClaw Documentation

📋 Executive Summary

OpenClaw v2026.4.23 is a feature-heavy release delivering native image generation through multiple providers, advanced agent orchestration with forked context inheritance, and deeper Codex OAuth integration.

  • Image Generation: Native OpenAI & OpenRouter image generation without API keys
  • Agent Orchestration: Optional forked context for subagent sessions
  • Codex Harness: Structured debug logging and routing fixes
  • Pi Update: Bundled packages bumped to 0.70.0 with GPT-5.5 catalog metadata

🚀 What's New

Image Generation Without API Keys

  • OpenAI via Codex OAuth: openai/gpt-image-2 works without OPENAI_API_KEY
  • OpenRouter Integration: Image generation through OpenRouter with OPENROUTER_API_KEY
  • Quality Hints: Agents can request provider-supported quality, output format, background, moderation, and compression hints

Impact: Removes friction for users already authenticated via Codex OAuth or OpenRouter — no additional API key management needed.

🔀 Agent Context Forking

Optional Inheritance for Subagent Sessions

  • Native sessions_spawn runs can now inherit the requester transcript
  • Clean isolated sessions remain the default
  • Includes prompt guidance, context-engine hook metadata, docs, and QA coverage

Use Case: Complex multi-step workflows where a child agent needs full conversation history to make contextually aware decisions, while simple tasks stay isolated.

⏱️ Tool Timeouts & Memory Tuning

Per-Call Timeout Support

  • Optional timeoutMs for image, video, music, and TTS generation tools
  • Agents extend provider request timeouts only when a specific generation needs it

Local Embedding Context Size

  • Configurable memorySearch.local.contextSize with 4096 default
  • Tune local embedding contexts for constrained hosts without patching memory host

🔧 Codex Harness Fixes

  • Routing: Native request_user_input prompts route back to originating chat
  • Follow-ups: Preserved queued follow-up answers
  • Approval: Honors newer app-server command approval amendment decisions
  • Debug Logging: Structured logging for embedded harness selection decisions — /status stays simple while gateway logs explain auto-selection and Pi fallback reasons

📦 Dependency Updates

Pi Packages 0.70.0

  • Updated bundled Pi packages to 0.70.0
  • Uses Pi's upstream gpt-5.5 catalog metadata for OpenAI and OpenAI Codex
  • Local gpt-5.5-pro forward-compat handling retained

Note: This aligns OpenClaw with OpenAI's latest model catalog on the same day GPT-5.5 shipped — maintaining the tight integration pattern seen in previous releases.

🔄 Migration Guide

# Update OpenClaw

npm update -g openclaw

# Or via your package manager

openclaw --version # Should show 2026.4.23

  • No breaking changes in this release
  • New image generation features require Codex OAuth or OpenRouter API key
  • Memory context size tuning is optional — defaults are sensible
  • Subagent forked context is opt-in via sessions_spawn parameters

👥 Community Impact

  • Rapid release cadence continues — second release in 48 hours (v2026.4.22 → v2026.4.23)
  • Image generation parity with OpenClaw's multi-provider architecture
  • Codex OAuth deepening reduces API key sprawl for enterprise users

Strategic Observation: OpenClaw is iterating faster than most commercial platforms, shipping meaningful features daily. The Codex OAuth integration suggests a bet on OpenAI's enterprise distribution strategy.

📚 Sources & References