Use this page to check the current Claude Code version safely. Claude Code changes quickly, so this page focuses on reliable verification steps instead of copying a long static changelog that can become stale.
claude --versionIf the command is not found, return to the installation guide and confirm the CLI is installed in the same terminal environment where you work.
npm view @anthropic-ai/claude-code versionYou can also open the Claude Code npm package and compare the published version with your local claude --version output.
npm install -g @anthropic-ai/claude-code@latest
claude --versionIf your installation method is different, follow the official setup instructions for that method rather than mixing installers.
claude --version still shows the old versionYour shell may be resolving a different binary. Check which executable is being used:
which claude
npm list -g @anthropic-ai/claude-code --depth=0PowerShell, WSL, and IDE terminals can each use a different Node/npm environment. Install and update Claude Code inside the terminal environment where the project actually runs.
Read the official documentation and test on a small repository first. For risky project changes, use Plan Mode before editing files.