Issue
This doesn't seems to be correct:
--notifications, --no-notifications
Enable/disable terminal bell notifications when LLM
responses are ready (default: False) [env var:
CECLI_NOTIFICATIONS]
--notifications-command COMMAND
Specify a command to run for notifications instead of
the terminal bell. If not specified, a default command
for your OS may be used. [env var:
CECLI_NOTIFICATIONS_COMMAND]
Actually I don't receive a notification bell, which can be emulated with this command:
sleep 5 ; echo -e "\a"
note: in some desktops, unfocus the terminal window before 5 seconds in order to see the bell better
Instead, it shows me GUI notifications, not very useful since it annoys my visiliby all the time and also the bell can trigger a blink in my pager so I can see exactly "where is required attention"
How I can configure it to use the real bell instead of GUI ballon notifications ?
Maybe we would want to have two options, one for GUI notifications and one for Bell notifications ?
Version and model info
No response
Issue
This doesn't seems to be correct:
Actually I don't receive a notification bell, which can be emulated with this command:
note: in some desktops, unfocus the terminal window before 5 seconds in order to see the bell better
Instead, it shows me GUI notifications, not very useful since it annoys my visiliby all the time and also the bell can trigger a blink in my pager so I can see exactly "where is required attention"
How I can configure it to use the real bell instead of GUI ballon notifications ?
Maybe we would want to have two options, one for GUI notifications and one for Bell notifications ?
Version and model info
No response