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.1.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Teleport checks for local changes before choosing what to seed

You'll notice
Useful2 Signal3
Teleport

Teleport checks whether your local checkout diverged from the remote before deciding what to seed into the container.

What

When a teleport target syncs a directory into a container, Claude Code now checks whether your local checkout has diverged from the remote before deciding which source to seed from, and records the reasoning.

Details
  • Requires directory sync to be armed, a git root, no agent id, an async capability check to pass, and a stored file mode of container_sync.
  • The check module is loaded lazily and raced against a deadline, with abort support, so a slow probe does not stall the decision.
  • tengu_teleport_source_decision gained dimensions for the probe verdict and failure reason, probe duration, counts of differing tracked files and digested paths, the container origin kind, a reason when sync was not armed, and whether the ref was pinned.
Evidence

tengu_teleport_source_decision

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

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

See this entry in the whole of v2.1.234 →