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.47 Home All releases olderv2.0.46 v2.0.49newer
Claude Code v2.0.47

Remote Environment Configuration

What: New CLI command to configure default remote development environments for Teleport sessions

How to use:

# Launch interactive environment selector
claude remote-env

Details:

  • Interactive UI displays all available remote environments
  • Selected environment is saved to local settings as the default
  • Configuration persists across sessions
  • Environments can also be managed at https://claude.ai/code
  • Stores selection in settings.local.json under remote.defaultEnvironmentId
  • Evidence: EZ9() at line 489948, zZ9() at line 489984, command registration at line 490139

See this entry in the whole of v2.0.47 →