🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
Claude Code automatically keeps itself up to date to ensure you have the latest features and security fixes. Update checks: Performed on startup and periodically while running
🌐
Reddit
reddit.com › r/claudeai › don't forget to update your claude cli! it makes a huge difference
r/ClaudeAI on Reddit: Don't forget to update your Claude CLI! It makes a huge difference
June 11, 2025 -

Hey everyone, just wanted to share a quick tip that saved me a lot of headaches. I was getting super frustrated with my Claude CLI vesion 1.0.0 constantly throwing "Invalid tool argument" errors and getting stuck in loops. Turns out I was running an outdated version.

After updating to the latest version (1.0.18), it's like night and day - feels way smarter and more responsive.

The Anthropic team seems to be pushing fixes and improvements constantly.

So friendly reminder: take a minute to update your CLI.

npm install -g /claude-code@latest

You can check your current version with:

claude --version

Current version is 1.0.18

Discussions

claude code 'updates' from version 1.0.45 to 1.0.44
I think .45 had a bad bug. I updated it today and Claude kept freezing up and was telling me a file that didn’t exist was corrupt and that I should restore it from a backup file that also didn’t exist. “Upgrading” to .44 seems to have fixed it More on reddit.com
🌐 r/ClaudeAI
8
4
July 9, 2025
updated to Claude Code 2.0 and I see Sonnet4.5 as default finally!!
it's stupid fast, that's the first thing I've noticed. More on reddit.com
🌐 r/ClaudeAI
35
75
September 29, 2025
Claude Code auto updating to 1.0.58 but where is the release notes?
It is normal to get minor increment updates without release notes. https://claudelog.com/claude-code-changelog/ More on reddit.com
🌐 r/ClaudeAI
3
7
July 23, 2025
Claude code update bug : ClaudeAI
🌐 r/ClaudeAI
People also ask

Is Claude Code secure?
Yes. Claude Code runs locally in your terminal and talks directly to model APIs without requiring a backend server or remote code index. It also asks for permission before making changes to your files or running commands.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Does Claude Code work with the Claude desktop app?
Yes. Max, Pro, Team, and Enterprise users can access Claude Code on the Claude desktop app.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
Which models does Claude Code use?
Claude Code works with the Opus 4.5, Sonnet 4.5, and Haiku 4.5 models. Enterprise users can run Claude Code using models in existing Amazon Bedrock or Google Cloud Vertex AI instances.
🌐
claude.com
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
October 29, 2025 - This repository includes several Claude Code plugins that extend functionality with custom commands and agents.
Starred by 48.2K users
Forked by 3.4K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
GitHub
github.com › anthropics › claude-code › blob › main › CHANGELOG.md
claude-code/CHANGELOG.md at main · anthropics/claude-code
Updated Fetch to skip summarization for pre-approved websites · VSCode: Added support for multiple terminal clients connecting to the IDE server simultaneously · Added --agent CLI flag to override the agent setting for the current session · Added agent setting to configure main thread with a specific agent's system prompt, tool restrictions, and model · VS Code: Fixed .claude.json config file being read from incorrect location
Author   anthropics
🌐
Anthropic
anthropic.com › news › enabling-claude-code-to-work-more-autonomously
Enabling Claude Code to work more autonomously
September 29, 2025 - Run /model to switch models · VS Code extension (beta): Download from the VS Code Extension Marketplace to get started · Terminal updates, including the visual refresh and checkpoints, are available to all Claude Code users—just update your local installation
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
1 month ago - ⏺ Update(src/components/permissions/BasePermissionRequest.tsx)… · ⎿ No changes to make: old_string and new_string are exactly the same. ⏺ Let's run the build to see if our changes are working so far: ⏺ Bash(cd /Users/claude-code/codebase && npm run build)…
🌐
Anthropic
anthropic.com › news › claude-opus-4-5
Introducing Claude Opus 4.5
1 month ago - Alongside Opus, we’re releasing updates to the Claude Developer Platform, Claude Code, and our consumer apps. There are new tools for longer-running agents and new ways to use Claude in Excel, Chrome, and on desktop. In the Claude apps, lengthy conversations no longer hit a wall.
Find elsewhere
🌐
ClaudeLog
claudelog.com › home › changelog
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
4 days ago - Added Claude in Chrome (Beta) feature ... from Claude Code ... Fixed permission rules incorrectly rejecting valid bash commands containing shell glob patterns (e.g., ls *.txt, for f in *.png) Bedrock: Environment variable ANTHROPIC_BEDROCK_BASE_URL is now respected for token counting and inference profile listing ... Added wildcard syntax mcp__server__* for MCP tool permissions to allow or deny all tools from a server · Added auto-update toggle for ...
🌐
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
1 day ago - Latest version: 2.0.76, last published: 20 hours ago. Start using @anthropic-ai/claude-code in your project by running `npm i @anthropic-ai/claude-code`. There are 179 other projects in the npm registry using @anthropic-ai/claude-code.
      » npm install @anthropic-ai/claude-code
    
Published   Dec 22, 2025
Version   2.0.76
Author   Anthropic
🌐
Claude
claude.ai
Claude
Talk with Claude, an AI assistant from Anthropic
🌐
Anthropic
anthropic.com › engineering › claude-code-best-practices
Claude Code: Best practices for agentic coding
Ask Claude to implement its solution in code. This is also a good place to ask it to explicitly verify the reasonableness of its solution as it implements pieces of the solution. Ask Claude to commit the result and create a pull request. If relevant, this is also a good time to have Claude update any READMEs or changelogs with an explanation of what it just did.
🌐
Builder.io
builder.io › blog › claude-code
How I use Claude Code (+ my best tips)
September 29, 2025 - Then, when our engineering team needs updates to PRs, we can just take the @builderio-bot and Claude will automatically address feedback and push up commits to address. Go try it at fusion.builder.io and let me know your feedback · Builder.io visually edits code, uses your design system, and sends pull requests.
🌐
Z
docs.z.ai › devpack › tool › claude
Claude Code - Overview - Z.AI DEVELOPER DOCUMENT
# Check the current version claude --version 2.0.14 (Claude Code) # Upgrade to the latest claude update
🌐
Anthropic
anthropic.com › news › claude-code-on-the-web
Claude Code on the web
November 12, 2025 - Update: Claude Code on the web is now available in research preview for Team and Enterprise users with premium seats, in addition to Pro and Max users. Claude Code on the web is on by default for these users, and account admins can toggle access ...
🌐
Anthropic
anthropic.com › news › claude-sonnet-4-5
Introducing Claude Sonnet 4.5
September 29, 2025 - Claude Developer Platform updates, including the Claude Agent SDK, are available to all developers. Code execution and file creation are available on all paid plans in the Claude apps.