fix: ignore stale SSH update job until running or session start (v0.5.10)

Modal finish only after sawRunning or started_at after sessionOpenedAt, so a previous success no longer closes the window instantly while SAC updater is still running on the host.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-08 15:05:56 +10:00
parent e7d5b1c60b
commit 310e7f699d
4 changed files with 38 additions and 2 deletions
@@ -11,6 +11,7 @@
:message="entry.message"
:output="entry.output"
:log-visible="entry.logVisible"
:session-started-at="entry.sessionStartedAt"
@close="closeHostRemoteActionLog(entry.id)"
@toggle-log="toggleHostRemoteActionLog(entry.id)"
@finished="syncHostRemoteActionJobFinished(entry.id, $event)"