Show live and historical turn activity trace (model, pack, steps) (0.15.17).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-23 22:23:26 +03:00
co-authored by Cursor
parent 649c64a587
commit baa75f2858
7 changed files with 731 additions and 118 deletions
+18
View File
@@ -3081,6 +3081,24 @@
word-break: break-word;
}
.sa-activity-meta {
padding: 0.15rem 0.55rem 0.25rem;
font-size: 0.72rem;
line-height: 1.35;
opacity: 0.78;
word-break: break-word;
border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}
.sa-activity-historical {
margin: 0.25rem 0 0.35rem;
opacity: 0.95;
}
.sa-activity-historical .sa-activity-head {
cursor: pointer;
}
@keyframes sa-spin {
to { transform: rotate(360deg); }
}