Window: 2026-05-01T11:10:39Z – 2026-05-02T12:00:00Z.
claude project purge [path] deletes all Claude Code state for a project — transcripts, tasks, file history, and config entry — with --dry-run, --yes, and --interactive flags; (2) MCP servers that error on startup now auto-retry up to 3 times instead of going disconnected for the whole session; (3) --dangerously-skip-permissions no longer pauses for confirmation on writes to .claude/skills/, .claude/agents/, and .claude/commands/; (4) the /model picker now pulls its list from your gateway's /v1/models endpoint when ANTHROPIC_BASE_URL points at an Anthropic-compatible gateway.npm install -g @anthropic-ai/claude-code; if your MCP servers occasionally fail to connect on session start, the auto-retry now handles that silently; if you use --dangerously-skip-permissions in CI with custom skills, skill-directory writes no longer require a manual approval step; if you route through an LLM gateway, the model picker now reflects your gateway's actual model list.