orca/src
Brennan Benson b09f7bd431
fix(terminal): wait for shell-ready before every SSH startup command (#12963)
* fix(terminal): wait for shell-ready before every SSH startup command

Renderer-delivered SSH launches wrote the startup command after a flat 50ms,
so a remote shell still reaching its prompt could drop it. Only Codex plans
opted into waiting.

Gate on whether a startup command exists rather than on which agent it names:
an unready shell drops whatever is written to it regardless. The relay already
gates its own delivery on the marker it armed; this mirrors that for the
renderer path, bounded by the existing 1.5s fallback.

* fix(terminal): arm SSH marker for every startup

* fix(terminal): cancel stale SSH startup writes
2026-08-09 14:17:09 -07:00
..
cli Gate artifact publishing behind off-by-default capability (#13368) 2026-08-09 13:19:08 -07:00
main fix(terminal): deliver SIGWINCH to the PTY foreground process group (#13164) 2026-08-09 14:09:57 -07:00
preload fix(mobile): allow reachable Hyper-V pairing addresses (#13107) 2026-08-07 20:37:47 -07:00
relay fix(terminal): deliver SIGWINCH to the PTY foreground process group (#13164) 2026-08-09 14:09:57 -07:00
renderer fix(terminal): wait for shell-ready before every SSH startup command (#12963) 2026-08-09 14:17:09 -07:00
shared Gate artifact publishing behind off-by-default capability (#13368) 2026-08-09 13:19:08 -07:00
types fix(codex): publish Windows system-default sessions (#12611) 2026-08-07 16:53:41 -07:00