2026-06-26 claude-codeai-agentscli Claude Code 2.1.191 Lets /rewind Reach Back Past a /clear Claude Code v2.1.191 (June 24, 2026) extends /rewind so you can restore conversation and code state from before you ran /clear, recovering context that used to be gone for good.
2026-06-19 claude-codeai-agentscli Claude Code 2.1.183 Stops Auto Mode From Running Destructive Git and IaC Commands Claude Code v2.1.183 (June 19, 2026) blocks git reset --hard, git clean -fd, and terraform/pulumi/cdk destroy in auto mode unless you asked for them, closing the agentic loophole where one bad turn nukes uncommitted work.
2026-06-09 claude-codeai-agentscli Claude Code 2.1.169 Adds --safe-mode and a /cd That Keeps the Prompt Cache Warm Claude Code v2.1.169 (June 8, 2026) ships a --safe-mode flag that disables every customization for clean troubleshooting, and a /cd command that moves your session to a new directory without breaking the prompt cache mid-run.
2026-05-05 claude-codeai-agentscli Claude Code 2.1.128 Loads Plugins From .zip Archives and Stops Dropping Unpushed Commits Claude Code v2.1.128 (May 4, 2026) ships --plugin-dir support for .zip archives, makes EnterWorktree branch from local HEAD, and stops the CLI from leaking its own OTLP endpoint into Bash subprocesses.
2026-05-03 claude-codeai-agentscli Claude Code 2.1.126 Adds `claude project purge` to Wipe All State for a Repo Claude Code v2.1.126 ships claude project purge, a new CLI subcommand that deletes every transcript, task, file-history entry, and config block tied to a project path in a single shot. Includes --dry-run, --yes, --interactive, and --all.
2026-04-29 claude-codeai-agentscli Export Claude Code Conversations to PDF With jsonl-to-pdf A practical guide to turning the JSONL files Claude Code writes under ~/.claude/projects/ into shareable PDFs using jsonl-to-pdf, with sub-agent nesting, secret redaction, compact and dark themes, and CI-friendly batch recipes.