feat(trace-workbench): show spawned-session links in chat tool blocks

The parent session log has no record of subagent spawns (the workflow
engine spawns them internally; the only durable linkage is the child
header's parentSession field), so the workbench reconstructs call ->
children attribution by creation-time window. Surface that panel in the
chat tool block too, not just the trajectory row.
This commit is contained in:
NI0317
2026-07-18 14:33:45 +08:00
parent b965285f28
commit 5c0d741531
2 changed files with 6 additions and 1 deletions

View File

@@ -1290,6 +1290,9 @@ h4 {
border-radius: 12px;
background: #f7fbf7;
overflow: hidden;
/* Inside .activity-body (white-space: pre-wrap) the template's own
newlines must not render. */
white-space: normal;
}
.spawn-list-head {