fix(web): keep later thinking below rectification tool steps

BUG-360: stream thinking and tool activity as an ordered trace so later CoT opens under 正在整理 instead of filling the first 思考 block.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-08-23 17:02:06 +08:00
co-authored by Cursor
parent f18eb195d9
commit 6b225a288c
12 changed files with 346 additions and 18 deletions
+7
View File
@@ -271,6 +271,13 @@ button:disabled { cursor: default; opacity: .45; }
gap: var(--space-2);
min-height: 24px;
}
.agent-thinking-step.is-think:has(.message-thinking) {
display: block;
min-height: 0;
}
.agent-thinking-step.is-think .message-thinking {
margin-bottom: 0;
}
.agent-thinking-marker {
width: 20px;
height: 20px;