fix: remove SessionStart completion check, keep idle_prompt only
Completion notifications should fire while running (idle), not on restart. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
cb56cfb270
commit
67705e2be9
1 changed files with 0 additions and 10 deletions
|
|
@ -91,16 +91,6 @@
|
|||
}
|
||||
],
|
||||
"description": "Restore recent session context on startup"
|
||||
},
|
||||
{
|
||||
"matcher": "*",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/check-completions.sh"
|
||||
}
|
||||
],
|
||||
"description": "Report agent completions from previous session"
|
||||
}
|
||||
],
|
||||
"Notification": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue