| Filename | Latest commit message | Latest commit date |
|---|---|---|
The compose box's send-error path used: flow.insertBefore(row, flow.firstChild) This inserts the error before the first (oldest) child — at the top of the terminal's scroll area — which is completely out of view since the operator is at the bottom watching new messages. Changed to flow.append(row) + scroll the wrap element to the bottom so the error appears where the operator is looking. Also prefixed the message with '✗ ' so it's visually distinct from regular flow rows. |
||
| .. | ||
| agent | ||
| dashboard | ||
| shared | ||