Files
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
..
2026-05-30 13:09:17 -07:00