[FEATURE] Sound bell from inside Intellij's Claude plugin
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Claude often takes minutes to process my requests. I'm not watching scroll that long; things to do at the day job you know. I'd like an audio alert when it's waiting for me.
Bash(printf '\a') seems like the right answer, but I think Claude might be forbidden to use it in a way it can't work around.
The say command works fine. I'm using that as an alternative.
This might be similar to issue 2716.
Proposed Solution
Bash(printf '\a') seems like the right answer, but I think Claude might be forbidden to use it in a way it can't work around.
Alternative Solutions
The say command works fine. I'm using that as an alternative.
Priority
Low - Nice to have
Feature Category
Interactive mode (TUI)
Use Case Example
Claude often takes minutes to process my requests. I'm not watching scroll that long; things to do at the day job you know. I'd like an audio alert when it's waiting for me.
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗