/teleport command not available on Claude Max (v2.1.1)
Open 💬 16 comments Opened Jan 8, 2026 by bryanhpchiang
Description
The /teleport command announced in v2.1.0 release notes is not available.
Environment
- Claude Code version: 2.1.1
- Account type: Claude Max
- OS: macOS
Expected behavior
/teleport slash command should be available to teleport CLI sessions to claude.ai/code, as announced in the v2.1.0 release notes.
Actual behavior
When typing /teleport, the command does not appear. Instead, only /remote-env shows up as an autocomplete option. The /teleport command is completely missing from the available slash commands list.
Reference
This feature was announced in the v2.1.0 release by @bcherny on January 7, 2026:
"/teleport your session to claude.ai/code"
Steps to reproduce
- Update to Claude Code v2.1.1
- Type
/teleport - Only
/remote-envappears as an option -/teleportis not present
---
This issue was created by Claude 🤖
16 Comments
Screenshot
(Screenshot showing
/teleporttyped, with only/remote-envappearing as autocomplete option - to be added by OP)The
/remote-envdescription says "Configure the default remote environment for teleport sessions" - so there's clearly teleport-related code, but the actual/teleportcommand itself is missing.Also the /tp command mentioned in the Claude Code Web docs does not work.
I version up to v2.1.2, however
/teleportand/tpcommands are still not existing.Additionally, my "Open in CLI" button in Claude Code Web is grayed out and I can't teleport from there.
@natcasd I got the same issue, but I figured out that I can fix it by running:
git push origin
It looks like you can’t teleport to a session until the branch exists on your remote repository.
I'm at version 2.1.5, still no /teleport nor /tp.
claude --teleport <ID>works fine, but I figure either the docs should be updated so as to not mention/teleport, or/teleportshould be brought back into the CLI command set.There is no
/teleportcommand in v2.1.20.It should be removed from the docs, then.
Bump - I got caught up with this today.
--teleportworks, but there is no/teleportor/tpcommand in CC.Right. There's no way to send a local Claude CLI session into the cloud. It used to be the
&command, but that's long gone.Yes, this is exactly what I am experiencing. The
&also does not work, but I can't find that in the docs anywhere so I'm assuming they removed that syntax in favor of/teleport.There IS a
/teleportcommand. What @oikon48 and others are saying is that the command does not show up for us specifically, even with new claude code versions.The newly released
/powerupcommand showcases/teleportas being available, however there is no/teleportcommand.Screenshots
No teleport command showing:
<img width="298" height="199" alt="Image" src="https://github.com/user-attachments/assets/d5b651f0-ce4f-41a0-bd64-ed5cd16360b7" />
If you try it anyway:
/teleport<img width="301" height="171" alt="Image" src="https://github.com/user-attachments/assets/08954d8d-9bfa-49a5-bc38-e036935d8e50" />
/remote-control<img width="370" height="98" alt="Image" src="https://github.com/user-attachments/assets/ed260dda-9050-4606-acf2-4a99de8f19c5" />
But these are promoted by
/powerup:<img width="1877" height="376" alt="Image" src="https://github.com/user-attachments/assets/e0adfccb-5c4e-4485-9ace-c2beae5b2478" />
+1
+1