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
+3
View File
@@ -286,6 +286,9 @@ export interface HostListResponse {
latest_agent_versions?: Record<string, string>;
/** Эталон для «устарела»: max(git latest, min, max в fleet) */
reference_agent_versions?: Record<string, string>;
/** Последние версии из git (version.txt на main) */
git_latest_rdp_version?: string | null;
git_latest_ssh_version?: string | null;
}
export interface ProblemSummary {