mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-21 08:00:48 +00:00
30 lines
685 B
JSON
30 lines
685 B
JSON
{
|
|
"hooks": {
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "synrepo agent-hook nudge --client codex --event UserPromptSubmit",
|
|
"timeout": 5,
|
|
"statusMessage": "Checking synrepo context guidance"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"PreToolUse": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "synrepo agent-hook nudge --client codex --event PreToolUse",
|
|
"timeout": 5,
|
|
"statusMessage": "Checking synrepo context guidance"
|
|
}
|
|
],
|
|
"matcher": "Bash|apply_patch|mcp__.*"
|
|
}
|
|
]
|
|
}
|
|
}
|