Add Studio run interrupt, confirm actions, and template-bound controls.
AbortController cancels message/reroll streams; undo/reroll use in-place confirm; runControls in skill templates gate UI by skillId. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -789,6 +789,22 @@
|
||||
background: color-mix(in srgb, var(--color-accent) 12%, var(--color-bg-secondary));
|
||||
}
|
||||
|
||||
.studio-run-turn-btn.is-confirm-pending {
|
||||
border-color: #f5576c;
|
||||
background: color-mix(in srgb, #f5576c 12%, var(--color-bg-secondary));
|
||||
color: #f5576c;
|
||||
animation: studio-run-confirm-pulse 1.2s infinite;
|
||||
}
|
||||
|
||||
@keyframes studio-run-confirm-pulse {
|
||||
0%, 100% {
|
||||
opacity: 1;
|
||||
}
|
||||
50% {
|
||||
opacity: 0.75;
|
||||
}
|
||||
}
|
||||
|
||||
.studio-run-stub-note {
|
||||
margin: 0;
|
||||
font-size: 0.65rem;
|
||||
|
||||
Reference in New Issue
Block a user