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

Claude Code v0.2.72

12 entries read diff v0.2.70 → v0.2.72 Markdown
Find
Pick an entry · j / k steps through
10 entries

Changesopen

#

# Claude Code v0.2.72 Changelog

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

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

Enhanced Progress Indicators#

  • Offline indicator: Progress spinner now shows "offline" status when internet connection is lost
  • Network connectivity monitoring: Real-time detection of internet connectivity with visual feedback
  • Mode-specific spinners: Different visual indicators for different operations:
  • for tool use
  • for responding/thinking
  • for requesting

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Improved File Size Display#

  • New human-readable file size formatting (e.g., "1.5MB" instead of "1572864 bytes")
  • Automatic unit conversion: bytes → KB → MB → GB

Streamlined Command Output Display#

  • Simplified display of command execution results
  • Cleaner separation of stdout and stderr output
  • More concise "No output" message when commands produce no output

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Better Progress Tracking#

  • Token counting now updates smoothly during generation
  • Elapsed time counter with 10ms precision
  • Improved animation timing for character counting

Enhanced Settings Display#

  • Local settings now show: On this machine in <path>
  • Project settings now show: Checked in at .claude/settings.json
  • Clearer distinction between local and project-wide settings

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Parallel Agent Architecture#

When enabled, the Task tool can now:

  1. Spawn multiple agents to work on different aspects of a problem simultaneously
  2. Collect results from all agents
  3. Use a synthesis agent to combine findings into a cohesive response
  4. Display progress for each agent separately in the UI

Example output with parallel agents:

3 total tool uses across 3 agents

Agent 1:
  [tool use progress]

Agent 2:
  [tool use progress]

Synthesis (combining results):
  [synthesis progress]

Stream Event Handling#

  • New stream_request_start event type for better request lifecycle tracking
  • Improved mode detection for different content block types
  • More granular control over UI updates during streaming

Removed Legacy Features#

  • Removed persistent shell functionality and related classes
  • Removed unused spinner configurations and animation styles
  • Cleaned up deprecated utility functions

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

1 entry

Bug Fixesopen

#

  • Fixed duplicate import statements
  • Improved error handling for offline scenarios
  • Better cleanup of temporary resources

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.72. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Updated spinner to indicate tokens loaded and tool usage
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.