mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-21 19:12:42 +00:00
18 lines
399 B
JSON
18 lines
399 B
JSON
|
|
{
|
||
|
|
"description": "Accept with feedback - allows users to provide guidance when approving tool permissions",
|
||
|
|
"hooks": {
|
||
|
|
"PermissionRequest": [
|
||
|
|
{
|
||
|
|
"matcher": "*",
|
||
|
|
"hooks": [
|
||
|
|
{
|
||
|
|
"type": "command",
|
||
|
|
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/accept_with_feedback.py",
|
||
|
|
"timeout": 300
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|