claude-code - 💡(How to fix) Fix Subagents cannot use WebSearch/WebFetch tools even when parent session has access

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Bug Report

When spawning subagents via the Agent tool, the subagent is unable to use WebSearch or WebFetch tools even when the parent Claude Code session has those tools available.

Steps to reproduce

  1. In a Claude Code session where WebFetch/WebSearch are available to the main agent
  2. Spawn a subagent (e.g., type: Explore or general-purpose) with a research task that requires web access
  3. The subagent repeatedly reports permission denied for WebSearch/WebFetch

Expected behavior

Subagents should inherit the tool permissions of the parent session, or at minimum have access to web tools when the parent does.

Actual behavior

Subagent reports: "I don't have permission to use WebSearch or WebFetch in this session" and cannot complete web research tasks, even when the same tools work fine in the parent session.

Impact

Blocks delegation of any web research tasks to subagents, forcing the parent agent to do all web lookups itself and defeating the purpose of parallel subagent execution.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Subagents should inherit the tool permissions of the parent session, or at minimum have access to web tools when the parent does.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Subagents cannot use WebSearch/WebFetch tools even when parent session has access