Changelog
0.2.0 (2026-04-01)
Section titled “0.2.0 (2026-04-01)”- Package renamed —
@codeteleport/mcpis nowcodeteleport. Install withnpm install -g codeteleport - Documentation site — full docs at docs.codeteleport.com
0.1.7 (2026-03-31)
Section titled “0.1.7 (2026-03-31)”- Plans config — centralized plan limits and features in single source of truth
0.1.6 (2026-03-27)
Section titled “0.1.6 (2026-03-27)”- Graceful error handling — MCP tools return
isError: trueinstead of crashing, CLI shows clean messages - User info in status —
codeteleport statusandteleport_statusshow email, plan, sessions/devices usage - GET /v1/auth/me — new API endpoint returns current user info
- teleport_local_list — new MCP tool scans local sessions from
~/.claude/ - list —local/—cloud —
codeteleport listprompts for local vs cloud,--pushfor batch upload - Corrupt config handling — helpful message instead of JSON parse crash
0.1.5 (2026-03-27)
Section titled “0.1.5 (2026-03-27)”- Interactive push —
codeteleport pushscans current directory for sessions, shows picker if multiple found - Interactive pull —
codeteleport pulllists cloud sessions, always prompts before downloading - GitHub OAuth login —
codeteleport auth login --githubopens browser for GitHub OAuth flow - Login method prompt —
codeteleport auth loginasks: (1) GitHub (2) Email & Password - —api-url flag —
codeteleport auth login --api-url http://localhost:8787for local dev - Local session scanner — reads cwd from JSONL data (not ambiguous directory name decoding)
- Unconfirmed upload retry — stale uploads no longer block re-push with 409
0.1.4 (2026-03-26)
Section titled “0.1.4 (2026-03-26)”- Billing plan enforcement — free plan limits enforced on upload (25 sessions, 3 devices)
- Updated repository URL — npm package points to public
codeteleport-mcprepo
0.1.3 (2026-03-26)
Section titled “0.1.3 (2026-03-26)”- MCP tool input schemas — all 5 tools now expose typed parameters to Claude Code
- Push auto-overwrite — pushing an existing session deletes the old version first
- Zod v4 — upgraded to native zod@4, fixes TS2589 infinite type recursion
- Custom domain — API URL updated to api.codeteleport.com
0.1.2 (2026-03-25)
Section titled “0.1.2 (2026-03-25)”- MCP server ESM fix — dynamic
import()for ESM MCP SDK modules - Custom domain route
- Two-pass unbundle — user dir swap + project path anchoring
- —target-dir flag
- detectHomeDir — auto-detects
/Users/x,/home/x,/root - Detailed MCP tool descriptions
0.1.1 (2026-03-25)
Section titled “0.1.1 (2026-03-25)”- npm publish prep — README, license, keywords, repository
- Platform support — macOS and Linux
0.1.0 (2026-03-25)
Section titled “0.1.0 (2026-03-25)”- Initial release
- CLI: auth login, push, pull, list, status, delete
- MCP server: teleport_push, teleport_pull, teleport_list, teleport_status, teleport_delete
- Core engine: bundle/unbundle with path rewriting, JSONL scanning, metadata extraction