channelRuntime on ChannelGatewayContext, api.runtime.stt.transcribeAudioFile, runtime.events.onAgentEvent.
Plugin SDK Extensions
New extension points for plugin developers:
channelRuntime on ChannelGatewayContext
Channel plugins can access a channelRuntime object on the gateway context — for channel-specific state, helpers, and integrations.
api.runtime.stt.transcribeAudioFile
Runtime API for speech-to-text: transcribe an audio file via the configured STT provider. Enables voice pipelines without custom integrations.
runtime.events.onAgentEvent
Subscribe to agent lifecycle events — session start, turn complete, errors — for plugins that need to react to agent behavior.
For plugin authors
Check the OpenClaw plugin SDK docs for updated types and examples.