feat(frontend): git agent versions plate on Hosts list (0.20.32)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-06-22 15:17:47 +10:00
parent 54c1d96933
commit 5e26834e16
7 changed files with 97 additions and 9 deletions
+7 -1
View File
@@ -27,7 +27,11 @@ from app.services.host_remote_actions import (
run_ssh_monitor_update_action,
start_host_remote_action,
)
from app.services.agent_update_settings import get_effective_agent_update_config
from app.services.agent_update_settings import (
PRODUCT_RDP,
PRODUCT_SSH,
get_effective_agent_update_config,
)
from app.services.agent_host_config import get_host_agent_settings, update_host_agent_config
from app.services.host_sessions import (
HostSessionRow,
@@ -165,6 +169,8 @@ def list_hosts(
page_size=page_size,
latest_agent_versions=latest_map,
reference_agent_versions=reference_map,
git_latest_rdp_version=git_release.versions.get(PRODUCT_RDP) or None,
git_latest_ssh_version=git_release.versions.get(PRODUCT_SSH) or None,
)