Commit Graph

2 Commits

Author SHA1 Message Date
Grace (Clawdbot)
23fcdefea6 feat(exec-events): add top-level sessionKey to payload 2026-01-28 12:07:24 +01:00
Grace (Clawdbot)
e239ff27f6 feat(exec-events): add top-level runId to payload
- Added runId?: string to ExecEventBase type in exec-events.ts
- Added runId to all three emitExecEvent calls (exec.started, exec.output, exec.completed)
- Fixes Crabwalk mismatch where it expects exec.runId but Gateway sent context.runId
- runId is sourced from session.execEvents.context?.runId for backward compatibility

Resolves: Crabwalk exec nodes not displaying due to schema mismatch
2026-01-28 12:07:24 +01:00