Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

Remote/teleport sessions can now be seeded from a local git bundle

Starting a remote or teleported session can now seed the environment from a local git bundle instead of a full sync, behind new flags

TierNothing to try yethow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindImprovementsin v2.1.273,
Group of 2 Nothing to try yet Notable No documentation found

Starting a remote or teleported session can now seed the environment from a local git bundle instead of a full sync, behind new flags

What

When starting a cloud/bridge (teleport) session, Claude Code can now seed the remote environment from a local git bundle instead of doing a full sync.

  • Whether to enable bundle seeding is controlled by the tengu_ccr_bundle_seed_enabled gate or the CCR_ENABLE_BUNDLE environment variable, and is off by default unless forced.
  • The CCR_FORCE_BUNDLE environment variable can force bundling of the workspace regardless of the gate.
  • These combine into an internal allowBundle decision that determines whether a git bundle is uploaded to seed the remote environment.

Why

Seeding from a git bundle can be faster or more reliable than a full sync when setting up a remote session, while the gate and env vars let this be rolled out and forced on selectively.

Read from
Names in the bundleCCR_ENABLE_BUNDLE
Feature flag
tengu_ccr_bundle_seed_enabled Gate removed from the code

This release deleted the gate from the code while it was still reading on for the account this site reads, so the code path no longer asks a flag before running.

This account: on · anonymous baseline: on · compiled default in v2.1.273: not a boolean we can read

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.273. It isn't a statement about your account. What a flag value here can and cannot tell you

What has happened since
Gate removed from the code v2.1.273 removed the tengu_ccr_bundle_seed_enabled gate from the code while it was still reading on for the account this site reads. The code path no longer asks a flag before it runs.
Gate removed from the code v2.1.248 removed the tengu_ccr_bundle_seed_enabled gate from the code while it was still reading on for the account this site reads. The code path no longer asks a flag before it runs.
Gate removed from the code v2.1.247 removed the tengu_ccr_bundle_seed_enabled gate from the code while it was still reading on for the account this site reads. The code path no longer asks a flag before it runs.
Gate removed from the code v2.1.246 removed the tengu_ccr_bundle_seed_enabled gate from the code while it was still reading on for the account this site reads. The code path no longer asks a flag before it runs.
Gate removed from the code v2.1.238 removed the tengu_ccr_bundle_seed_enabled gate from the code while it was still reading on for the account this site reads. The code path no longer asks a flag before it runs.

See this across every release →

See this entry in the whole of v2.1.273 →