Commit 930d560
committed
fix(chat): truncate tool summary to single line
Collapsed tool rows wrapped on long summaries (e.g. `bash` with
lengthy commands), making the list hard to scan. Switch from
break-words to truncate so each row stays on one line with ellipsis;
full content remains visible after expanding.1 parent 9a5ec8b commit 930d560
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments