Skip to content

Notification bell not working as it should be #590

Description

@Thanatermesis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions