Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.68 Home All releases olderv2.0.67 v2.0.69newer
Claude Code v2.0.68

Sandbox Permission Requests for Swarm Workers

What: Workers in swarm/teammate mode can now request sandbox network permissions (e.g., host access) from the team lead through the mailbox system. Evidence: sandbox_permission_request and sandbox_permission_response message types at lines 355577-355652 Details:

  • New message types: sandbox_permission_request and sandbox_permission_response
  • Workers can request network access to specific hosts
  • Team leads see prompts like "{workerName} needs network access to {host}"
  • Responses are routed back through the mailbox polling system

See this entry in the whole of v2.0.68 →