Commit a88c201
refactor(agents): drop transcript compact mode and simplify row spacing
- Remove the compact layout prop from AgentSessionTranscriptList,
ManagedAgentSessionPanel, and AgentSessionThreadPanel; always render the
tighter transcript density
- Revert consecutive tool-call grouping (tool_group segments, ToolCallGroup,
segment spacing helpers) and render each tool as a normal transcript row
- Add symmetric per-type row spacing: my-2.5 for messages, my-1 for tools,
my-2 for other items
- Simplify ToolItem wrapper padding now that grouped/compact props are gone1 parent 087a67f commit a88c201
6 files changed
Lines changed: 31 additions & 227 deletions
File tree
- desktop/src/features
- agents/ui
- channels/ui
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
18 | | - | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 33 | + | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
| |||
0 commit comments