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 v1.0.60 Home All releases olderv1.0.59 v1.0.61newer
Claude Code v1.0.60

Major Features

Agent Management System (New!)

  • New /agents command: Create and manage custom subagents that Claude can delegate tasks to
  • Create agents with specialized system prompts and tool access
  • Choose between AI-generated or manual agent configuration
  • Agents can be stored at project level (.claude/agents/) or personal level (~/.claude/agents/)
  • Built-in agents are always available and cannot be modified
  • Each agent can have a custom background color for visual distinction

Example usage:

# Open the agent management interface
/agents

Background Shell Management Tools (New!)

  • KillShell Tool: Kill a running background shell by its ID
  • Use /bashes command to find shell IDs
  • Returns success/failure status
  • BashOutput Tool: Retrieve output from background shells
  • Returns only new output since last check
  • Shows stdout, stderr, and shell status
  • Automatically truncates very long outputs

See this entry in the whole of v1.0.60 →