feat(agents): Enhance agent update confirmation and status handling

This commit is contained in:
Abhimanyu Saharan
2026-02-04 18:25:13 +05:30
parent d2f4d11508
commit 554ecc4c85
6 changed files with 39 additions and 15 deletions

View File

@@ -15,6 +15,7 @@ const STATUS_STYLES: Record<
provisioning: "warning",
offline: "outline",
deleting: "danger",
updating: "accent",
};
export function StatusPill({ status }: { status: string }) {