bx

Actions

A hover toolbar under a message — copy, regenerate, and feedback.

The header now stays pinned to the top as you scroll. Hover this message to see the actions.
tsx
<Actions>
  <Action label="Copy" icon="copy" copy={reply} />
  <Action label="Regenerate" icon="refresh-cw" />
  <Action label="Good response" icon="thumbs-up" toggle />
  <Action label="Bad response" icon="thumbs-down" toggle />
</Actions>

Installation

Terminal
$ bext ui add actions