fix: stabilize AI coach chat against truncation and empty replies
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4327,6 +4327,10 @@ body.hub-page-ai #page-ai {
|
||||
font-style: italic;
|
||||
animation: ai-think-pulse 1.2s ease-in-out infinite;
|
||||
}
|
||||
.ai-bubble-error {
|
||||
border-color: color-mix(in srgb, var(--red) 55%, var(--border-soft));
|
||||
color: var(--red);
|
||||
}
|
||||
@keyframes ai-think-pulse {
|
||||
0%,
|
||||
100% {
|
||||
|
||||
Reference in New Issue
Block a user