docs(instructions): beep when agent needs user input or choice - #16
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
新增互動規則:agent 在需要使用者輸入/選擇/確認、交還控制停下等待前,先用終端機發一聲短 beep,讓使用者不用盯著畫面也會注意到。
Why
按鈕確認、決策點常常使用者沒發現 agent 已在等 → 白等。加一個聽覺提示,配合既有的按鈕式確認,讓「換你了」更明顯。
How
copilot-instructions.md§1 新增規則:停下等待前先 beep(PowerShell[console]::beep(880,200); [console]::beep(1320,300);bash/zshprintf '\a')。accessibility.signals.*,指令 Help: List Signal Sounds)取得穩定原生提示音。m2_pr§6 早已有 beep,與此中央規則一致,未重複改動其他 prompt。Impact
v1.6.0(CHANGELOG 已記)。Verification
python scripts/validate.py全部通過(0 警告)[console]::beep)