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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user