()
| 79 | } |
| 80 | |
| 81 | func Spinner() *Message { |
| 82 | return &Message{ |
| 83 | Type: MessageTypeSpinner, |
| 84 | } |
| 85 | } |
| 86 | |
| 87 | // SpinnerLabeled is a pending-response spinner that names the agent we're waiting |
| 88 | // on. Sender drives the accent color; Content holds the label (e.g. "root → x"). |
no outgoing calls