Commit 1ca6ac1
committed
feat(Sky): Add terminal replay info to replay-events log
Extend the replay mechanism in SkyBridge to surface terminal state returned by Mountain's `sky:replay-events` IPC call. Add `terminals?: number` and `terminalDataBytes?: number` to the type definition and include them in the log summary alongside tree-views, scm providers, and commands.
This provides visibility into terminal sessions that were active during the early boot phase when extension activations may create terminals before the frontend is ready to receive them. The byte count helps diagnose payload sizes during replay.1 parent af2e8fa commit 1ca6ac1
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2926 | 2926 | | |
2927 | 2927 | | |
2928 | 2928 | | |
| 2929 | + | |
| 2930 | + | |
2929 | 2931 | | |
2930 | 2932 | | |
2931 | | - | |
| 2933 | + | |
2932 | 2934 | | |
2933 | 2935 | | |
2934 | 2936 | | |
| |||
0 commit comments