Ship Assistent 0.15.2: apply closed generate patches immediately, recover stalled streams, and skip repeat greetings when a chat already has replies.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-23 09:28:04 +03:00
co-authored by Cursor
parent 4b36850e2b
commit e53f483a00
19 changed files with 790 additions and 287 deletions
+24 -9
View File
@@ -561,9 +561,30 @@
margin-left: 0.15rem;
}
.sa-sessions-toggle {
font-size: 0.78rem !important;
padding: 0.18rem 0.5rem !important;
.sa-chats-toggle {
position: relative;
}
.sa-chats-toggle.sa-sessions-toggle-active,
.sa-drawer-open .sa-chats-toggle {
opacity: 1;
background: color-mix(in srgb, currentColor 12%, transparent);
}
.sa-chats-count {
position: absolute;
top: -0.2rem;
right: -0.25rem;
min-width: 0.95rem;
height: 0.95rem;
padding: 0 0.22rem;
border-radius: 999px;
background: color-mix(in srgb, #6af 55%, #222);
color: #081018;
font-size: 0.62rem;
font-weight: 700;
line-height: 0.95rem;
text-align: center;
}
.sa-session-label {
@@ -574,16 +595,10 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
border-radius: 0.3rem;
padding: 0.1rem 0.35rem;
}
.sa-session-label:hover {
opacity: 1;
background: color-mix(in srgb, currentColor 10%, transparent);
}
.sa-chats-panel,
.sa-chats-drawer {
/* drawer lives in .sa-chat-workspace — not a dropdown */