Skills
Wire the new agent-lifecycle Notification hooks (agent_needs_input / agent_completed)
v2.1.198 shipped two Notification hook events for the background-agent lifecycle: agent_needs_input fires when a delegated agent stalls waiting on you, and agent_completed fires when it finishes. This closes the 'come back 20 minutes later to check' gap for parallel agent fleets. Actionable: hook agent_needs_input to a desktop/Slack ping so blocked agents surface immediately, and agent_completed to trigger your review or CI step.
↳ Follow the thread