helios-remote/crates
Helios Agent 346386db99
fix(client): use contains() for sentinel detection to fix Windows timeout
On Windows, cmd.exe echoes the full prompt before the command output,
so the sentinel line looks like:

  C:\Users\Moritz\Desktop>__HELIOS_DONE__0\r\n

starts_with(SENTINEL) never matched. Switching to contains() + finding
the sentinel position fixes detection on both Windows and Unix.
2026-03-03 14:17:56 +01:00
..
client fix(client): use contains() for sentinel detection to fix Windows timeout 2026-03-03 14:17:56 +01:00
common feat: add window management (list, minimize-all, focus, maximize) 2026-03-02 20:00:41 +01:00
server feat: add window management (list, minimize-all, focus, maximize) 2026-03-02 20:00:41 +01:00