-
Notifications
You must be signed in to change notification settings - Fork 851
Description
Describe the feature or problem you'd like to solve
Display a Toast Notification when interaction is required and when the task is completed.
Proposed solution
In some scenarios, where there's no speaker or sound notifications are inappropriate,
while waiting for Copilot-CLI tasks to complete, repeatedly entering the terminal for confirmation is necessary.
If a Toast Notification could be displayed when interaction is needed and upon task completion,
it would allow users to focus on other tasks and improve efficiency.
Example prompts or workflows
Currently, this functionality is achieved by writing the prompt in ~.copilot\copilot-instructions.md, but it would be better if it were built into Copilot-CLI.
The PowerShell module `BurntToast` has been installed on this machine. You must send me a notification when you have finished your work or need to ask me something. Execute the PowerShell command `New-BurntToastNotification -Text "{title}", "{content}"`
Additional context
