Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Permission prompts now show the network hosts a command is allowed to reach

Bash and tool permission prompts now list the allowed network hosts, which are also recorded in telemetry

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPermissionswhat it touches
KindImprovementsin v2.1.268,
Group of 3 You'll notice No documentation found

Bash and tool permission prompts now list the allowed network hosts, which are also recorded in telemetry

What

  • Permission-request prompts now render the network allow-list (networkAllowHosts) for a pending command or tool, alongside the existing sandbox and tool-type information.
  • The bash-command permission dialog specifically now shows a hosts component next to the command description, driven by the tool call's networkAllowHosts data.
  • When a tool's input carries such a host allow-list, approving it now records the allowed domains (allowed_domains) against that tool use in telemetry, and the list is also attached to the classifier record.

Why This lets you see exactly which network hosts a command or tool will be allowed to reach before you approve it, rather than approving blind, and gives better visibility into what was actually allowed after the fact.

Read from
Names in the bundlenetworkAllowHosts

See this entry in the whole of v2.1.268 →

Feedback