-
-
Notifications
You must be signed in to change notification settings - Fork 10
Feature Request: Support for adding custom buttons to BetterChat window #82
Description
I’d like to request the ability to add extra buttons directly to the BetterChat window UI.
Currently, I can register commands for my plugin, but I haven’t found a way to add a physical button in the BetterChat interface that users could click to open or trigger plugin functionality.
Use Case:
Allows plugins to provide more intuitive and accessible UI interactions (e.g., open a plugin window, toggle settings, or trigger specific plugin actions without typing commands).
Makes plugin features easier to discover for new users.
Proposed Feature:
Provide a way for plugin developers to register a custom button in the BetterChat window.
Allow binding of button click events to plugin commands or callbacks.
Questions:
Is there already a way to achieve this that I might have missed?
If not, could this be considered as a feature for future versions?