orca/src/renderer
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
..
src fix(terminal): wait for shell-ready before every SSH startup command (#12963) 2026-08-09 14:17:09 -07:00
index.html fix(macos): prevent stale UI surfaces after wake (#11226) 2026-07-28 16:37:13 -07:00
popout.html fix(macos): prevent stale UI surfaces after wake (#11226) 2026-07-28 16:37:13 -07:00
web-index.html