We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d156ae commit 0dc133fCopy full SHA for 0dc133f
1 file changed
cycode/cli/apps/ai_guardrails/consts.py
@@ -118,7 +118,6 @@ def _get_claude_code_hooks_config(async_mode: bool = False) -> dict:
118
'hooks': {
119
'SessionStart': [
120
{
121
- 'matcher': 'startup|resume|clear|compact',
122
'hooks': [{'type': 'command', 'command': f'{CYCODE_SESSION_START_COMMAND} --ide claude-code'}],
123
}
124
],
0 commit comments