feat(cli): add /teleport command for portable session management

This commit is contained in:
mkorwel
2026-03-16 08:45:28 -07:00
parent fd62938945
commit 17a23c4ace
10 changed files with 1385 additions and 0 deletions
+5
View File
@@ -43,6 +43,10 @@
"label": "Manage sessions and history",
"slug": "docs/cli/tutorials/session-management"
},
{
"label": "Teleport sessions between machines",
"slug": "docs/cli/teleportation"
},
{
"label": "Plan tasks with todos",
"slug": "docs/cli/tutorials/task-planning"
@@ -136,6 +140,7 @@
{ "label": "Sandboxing", "slug": "docs/cli/sandbox" },
{ "label": "Settings", "slug": "docs/cli/settings" },
{ "label": "Telemetry", "slug": "docs/cli/telemetry" },
{ "label": "Teleportation", "slug": "docs/cli/teleportation" },
{ "label": "Token caching", "slug": "docs/cli/token-caching" }
]
},