matcher を持つ SubagentStop フックが毎回発火する問題を修正した。英語原文を表示
SubagentStop hooks with a specific matcher firing for every stopping subagent whose agent type was empty変更前
SubagentStop hooks configured with a specific matcher fired for every stopping subagent whose agent type was empty, instead of matching against the configured agent type.
変更後
The SubagentStop hook now checks the matcher against the subagent's agent type before firing.
ユーザーへの恩恵
matcher に SubagentStop フックを設定しても、エージェントタイプが空のサブエージェントの停止時に毎回発火しなくなる。