mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 18:08:05 -06:00
5168b5d4ab
* feat(voice-call): add sessionScope "main" for main-session call routing Inbound and outbound calls can now share the configured agent's main session instead of a dedicated voice session. The new scope resolves through the existing explicit-key canonicalization path, honoring core session.mainKey and global-scope aliasing. The inbound webhook path now forwards coreSession like every other resolver call site. * style: format events.test.ts * test(voice-call): split events.test.ts under the max-lines cap