Based on my analysis of the diff file for version 1.0.68, here is the detailed changelog:
# Claude Code v1.0.68 Changelog
Based on my analysis of the diff file for version 1.0.68, here is the detailed changelog:
# Claude Code v1.0.68 Changelog
A powerful new --teleport feature allows you to resume Claude Code sessions from other machines or continue someone else's shared session.
Usage:
# Resume by session ID
claude --teleport abc123def456
# Resume from a URL
claude --teleport https://claude.ai/chat/abc123def456
Features:
TELEPORT_HEADERS environment variableEnvironment Variables:
TELEPORT_RESUME_URL: Override the default URL for session resumptionTELEPORT_HEADERS: Pass custom headers as JSON (e.g., export TELEPORT_HEADERS='{"Authorization": "Bearer token"}')Configure how Claude Code communicates with you by selecting from different output modes.
Features:
.claude/output-modes/ directoriesNew global control over Claude Code's hook system for better troubleshooting and control.
New Capability:
10 new commands added to the safe command whitelist, allowing execution without approval prompts:
nl - Number lines in fileshostname - Display system hostnamearch - Show system architecturegroups - List user groupsnproc - Display number of processorsbasename - Extract filename from pathdirname - Extract directory from pathrealpath - Resolve to absolute pathbase64 - Encode/decode base64 datafile - Determine file typeshell: true option for better compatibilityNotebookRead tool and related Jupyter notebook reading functionalitynode:streamNone - This release maintains backward compatibility with existing workflows.
.claude/output-modes/ in your home or project directory