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:
PTah
2026-07-08 15:05:56 +10:00
parent e7d5b1c60b
commit 310e7f699d
4 changed files with 38 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
"""Единый источник версии SAC (API, health, логи, OpenAPI)."""
APP_NAME = "Security Alert Center"
APP_VERSION = "0.5.9"
APP_VERSION = "0.5.10"
APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}"