~/dotfiles/.copilot/settings.json
.copilot/settings.json· 739 B · jsonGitHub Raw
{
"version": 1,
"hooks": {
"sessionEnd": [
{
"type": "command",
"bash": "$HOME/.copilot/copilot-cli-notifier.sh",
"powershell": "$HOME/.copilot/copilot-cli-notifier.sh",
"comment": "Show notification when response completes"
}
],
"preToolUse": [
{
"type": "command",
"bash": "$HOME/.copilot/copilot-cli-notifier.sh",
"powershell": "$HOME/.copilot/copilot-cli-notifier.sh",
"comment": "Show notification when Copilot requests permission to use tools"
}
],
"errorOccurred": [
{
"type": "command",
"bash": "$HOME/.copilot/copilot-cli-notifier.sh",
"powershell": "$HOME/.copilot/copilot-cli-notifier.sh",
"comment": "Show notification when errors occur"
}
]
}
}