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.70 Home All releases olderv2.0.69 v2.0.71newer
Claude Code v2.0.70

Teleport Progress Display

What: Visual progress indicator when teleporting into a remote session, showing each step of the process.

How to use: When teleporting to a session, you'll now see a multi-step progress display:

◐ Teleporting session…
  ✓ Validating session
  ◐ Fetching session logs
  ○ Getting branch info
  ○ Checking out branch

Details:

  • Shows animated spinner for current step
  • Displays checkmarks for completed steps
  • Four stages: validating, fetching_logs, fetching_branch, checking_out
  • Evidence: di2 steps array at line 503776; SU5 progress component at line 503695

See this entry in the whole of v2.0.70 →