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 v0.2.72 Home All releases olderv0.2.70 v0.2.73newer
Claude Code v0.2.72

Parallel Agent Execution

  • New command: /parallel-agents [on|off|count] - Toggle parallel agent execution or set the number of agents to run concurrently
  • parallel-agents on - Enable with default 3 agents
  • parallel-agents off - Disable parallel execution
  • parallel-agents 5 - Enable with 5 parallel agents
  • parallel-agents or parallel-agents status - Show current status
  • Note: Using parallel agents will increase token usage by approximately (count + 1)x due to the synthesis agent

See this entry in the whole of v0.2.72 →