Only Stop, TeammateIdle, TaskCreated and TaskCompleted hooks are treated as internal; other hook feedback reads as your text.
What's wrong with this entry?
Hook feedback is no longer detected purely by the trailing marker on the first line; the hook name must be one of an explicit allowlist for the message to be treated as internal rather than user text.
- Allowlist is Stop, TeammateIdle, TaskCreated and TaskCompleted.
- Each name is checked as a prefix against the same
hook feedback:marker. - Feedback from any other hook now falls through and is treated as ordinary user content.
sry = ["Stop", "TeammateIdle", "TaskCreated", "TaskCompleted"]
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.248
New hook events and compiled-in plugin admission defaults
Both mention teammate idle task completed hook