You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(web): attach terminal channel on connect and runtime bind
- Subscribe to terminal://channel_replay and write to the matched session's
terminal, prepending an ANSI clear-screen sequence so replay replaces
existing content rather than appending to it.
- On WebSocket connect/reconnect (when bootstrapReady), iterate all tabs and
sessions and send terminal_channel_attach for each session with a
terminalRuntimeId, so the server streams replay followed by live output.
0 commit comments