feat: one-click agent upgrade from hosts list (0.3.9)

Add Omada-style git version arrow in the agent version column to trigger WinRM/SSH background updates, and soften host detail live refresh with debounced incremental event patches.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-24 15:32:09 +10:00
parent 0601aafd2d
commit 9053ef0588
7 changed files with 352 additions and 38 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
"""Единый источник версии SAC (API, health, логи, OpenAPI)."""
APP_NAME = "Security Alert Center"
APP_VERSION = "0.3.8"
APP_VERSION = "0.3.9"
APP_VERSION_LABEL = f"{APP_NAME} v.{APP_VERSION}"