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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user