## 1. Audio Notification on Chat Completion
When working on long tasks with Cascade, it would be helpful to have an optional
audio alert when the AI finishes generating a response. This way users don't have
to constantly monitor the chat window.
Suggested implementation:
  • Toggle in settings: "Play sound on chat completion"
  • Use system notification sound or custom beep
  • Optional: Desktop notification support
## 2. In-IDE Feedback Command
Currently there's no easy way to send feedback from within Windsurf.
A command like "Windsurf: Send Feedback" in the command palette would be very useful.
Suggested implementation:
  • Add command to Command Palette (Ctrl+Shift+P)
  • Opens a simple form or redirects to feedback portal
  • Could include option to attach logs/context for bug reports
Both features would significantly improve the user experience. Thanks!