Agent DailyAgent Daily
releaseadvanced

[Release] openclaw/openclaw v2026.5.10-beta.3: openclaw 2026.5.10-beta.3

By github-actions[bot]github
View original on github

OpenClaw v2026.5.10-beta.3 introduces stricter build and TypeScript checks, upgrades to pnpm 11, and adds significant enhancements across Slack, Discord voice, models, and the Plugin SDK. Key improvements include provider-level local service startup, context mapping, Slack link/media preview controls, realtime voice diagnostics, and structured media extraction capabilities. Multiple bug fixes address session management, authentication latency, and cross-platform compatibility.

Key Points

  • Upgrade workspace to pnpm 11 with Docker and workflow updates for consistent package management
  • Enable stricter Vitest lint rules and TypeScript compiler checks for implicit returns, side-effect imports, and unused code
  • Add provider-level `localService` startup for on-demand local model servers with one-shot model probes
  • Implement `/context map` command to visualize session context contributors as treemap images
  • Add Slack `unfurlLinks`/`unfurlMedia` config with per-account overrides to suppress link/media previews
  • Support explicit `replyBroadcast` for Slack thread replies enabling parent-channel broadcast behavior
  • Add realtime voice diagnostics for Discord including speaker turns, playback resets, barge-in detection, and audio cutoff analysis
  • Expose runtime-supplied active model metadata to native plugin tool factories for diagnostics and policy decisions
  • Implement `talk.realtime.instructions` for operators to append voice style instructions while preserving agent guidance
  • Add Plugin SDK session actions (`sendSessionAttachment`, `scheduleSessionTurn`) and `extractStructuredWithModel()` for bounded image-first extraction

Found this useful? Add it to a playbook for a step-by-step implementation guide.

Workflow Diagram

Start Process
Step A
Step B
Step C
Complete
Quality

Concepts