Hacker News new | ask | show | jobs
by lemagedurage 19 days ago
True. For Claude Code, I disabled explore subagents globally by adding this to ~/.claude/settings.json:

  "permissions": {
    "deny": [
      "Task(Explore)"
    ]
  }
2 comments

Is Explore the only thing subagents are ever used for?
Should be

"Agent(Explore)"

You're right, looks like they changed it, though Task should still work.

> In version 2.1.63, the Task tool was renamed to Agent. Existing Task(...) references in settings and agent definitions still work as aliases.

https://code.claude.com/docs/en/sub-agents