Was working in 2.4.21, but after update to 2.4.22 it is not able to access the Task tool to delegate sub-agent tasks.
Reverted back to 2.4.21 and is working again.
Steps to Reproduce
Steps to Reproduce
Install Cursor 2.4.22 (or upgrade from 2.4.21 to 2.4.22).
Ensure custom subagents exist in ~/.cursor/agents/ (e.g. plan-reviewer.md, code-reviewer.md) with valid YAML frontmatter.
Start an agent conversation and ask it to use a subagent (e.g. “use the plan-reviewer subagent to review this plan” or “delegate to code-reviewer”).
Observed in 2.4.22: Subagent is not invoked — either the Task tool is missing from the agent’s toolset, or invocation fails.
Revert to 2.4.21: Subagent invocation works again.
The issue is that even when subagent_delegation_context is injected into the prompt, the Task tool itself doesn’t get attached to the agent. The team is aware, there’s no timeline yet, but your report helps with prioritization.
Workaround: roll back to 2.4.21 (like you already did). Subagents work there.
Can you share the Request ID from a chat where the Task tool didn’t show up? It’ll help the team debug this (you’ll need to temporarily disable Privacy Mode):
Cursor Settings CMD + Shift + J
Find “Privacy Mode” and turn it off
Create a new chat and reproduce the issue
Click the three dots in the top-right of the chat > Copy Request ID
Send it here
After that, you can turn Privacy Mode back on right away.