feat(auto-reply): add model fallback lifecycle visibility in status, verbose logs, and WebUI (#20704)

This commit is contained in:
Josh Avant
2026-02-19 14:33:02 -08:00
committed by GitHub
parent 6cdcb5904d
commit c2876b69fb
24 changed files with 1855 additions and 55 deletions

View File

@@ -635,6 +635,16 @@
border-color: rgba(34, 197, 94, 0.35);
}
.compaction-indicator--fallback {
color: #d97706;
border-color: rgba(217, 119, 6, 0.35);
}
.compaction-indicator--fallback-cleared {
color: var(--ok);
border-color: rgba(34, 197, 94, 0.35);
}
@keyframes compaction-spin {
to {
transform: rotate(360deg);