Teleporting a session to the cloud now checks GitHub access ahead of time and can fail earlier
Before moving a session to the cloud ('teleport'), Claude Code now looks up the project's git remote, and if it points to GitHub, kicks off a check in the background to confirm access to that repository. If that check finds GitHub isn't connected, or the repository can't be found, the teleport is stopped immediately with a specific message instead of failing later once it reaches the server.
Catching a missing GitHub connection or an inaccessible repository up front means you find out sooner, rather than after the teleport has already started and failed on the server side.
tengu_teleport_github_access_precheck Not enough to sayNothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.
This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.268: on
Read once, for one account on one subscription tier, against v2.1.268. It isn't a statement about your account. What a flag value here can and cannot tell you
Whether this precheck runs for any given account depends on the tengu_teleport_github_access_precheck gate, which is unread for this…
New in this build: tengu_teleport_github_access_precheck