🌐
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

🌐
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 47.7K users
Forked by 3.3K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
🌐
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
🌐
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
🌐
GitHub
github.com › anthropics › claude-code › issues › 15012
claude update detects its own spawned process as 'another Claude process running' · Issue #15012 · anthropics/claude-code
2 days ago - Manual update by downloading the binary directly and updating the symlink. OS: Linux (Manjaro) Claude Code version: 2.0.74 → 2.0.75 · 👍React with 👍1Nathan-Furnal · No one assigned ·
Published   Dec 21, 2025
🌐
Reddit
reddit.com › r/claudeai › official: anthropic released claude code 2.0.73 with 9 cli changes,details below
r/ClaudeAI on Reddit: Official: Anthropic released Claude code 2.0.73 with 9 CLI changes,details below
4 days ago -

Claude Code CLI 2.0.73 changelog:

Added clickable [Image #N] links that open attached images in the default viewer.

• Added alt-y yank-pop to cycle through kill ring history after ctrl-y yank.

• Added search filtering to the plugin discover screen (type to filter by name, description, or marketplace).

• Added support for custom session IDs when forking sessions with --session-id combined with --resume or --continue and --fork-session

Fixed slow input history cycling and race condition that could overwrite text after message submission.

• Improved /theme command to open theme picker directly.

• Improved theme picker UI.

Improved search UX across resume session, permissions, and plugins screens with a unified SearchBox component.

• [VSCode] Added tab icon badges showing pending permissions (blue) and unread completions (orange).

Source: Anthropics Claude Code(GitHub)

🌐
Ramanean
ramanean.com › how-to-fix-the-another-process-is-currently-updating-claude-error-in-claude-code
How to Fix the “Another Process is Currently Updating Claude” Error in Claude Code – Ramanean.com
3 days ago - Another process is currently updating Claude. Please try again in a moment. According to technical logs, this is often a NON-FATAL Lock acquisition failure. It is particularly prevalent on macOS (Darwin) systems and can be triggered if: A previous update was interrupted (e.g., terminal closed unexpectedly). The VS Code extension and the CLI are competing for resources.
Find elsewhere
🌐
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
3 days ago - Latest version: 2.0.75, last published: 2 days 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 20, 2025
Version   2.0.75
Author   Anthropic
🌐
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.
🌐
Reddit
reddit.com › r/claudeai › official: anthropic just released claude code 2.0.71 with 7 cli and 2 prompt changes, details below.
r/ClaudeAI on Reddit: Official: Anthropic just released Claude Code 2.0.71 with 7 CLI and 2 prompt changes, details below.
1 week ago -

Claude Code CLI 2.0.71 changelog:

• Added /config toggle to enable/disable prompt suggestions.

• Added /settings as an alias for the /config command.

• Fixed @ file reference suggestions incorrectly triggering when cursor is in the middle of a path.

• Fixed MCP servers from .mcp.json not loading when using --dangerously-skip-permissions

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.

• New syntax highlighting engine for native build.

Prompt Changes:

1: Claude gains an AskUserQuestion tool for in-flow clarification and decision points. Prompt now nudges Claude to ask questions as needed, format questions with 2–4 options ("Other" auto), support multiSelect, mark recommended options, and avoid time estimates when presenting plans/options.

🔗: https://github.com/marckrenn/cc-mvp-prompts/compare/v2.0.70...v2.0.71#diff-b0a16d13c25d701124251a8943c92de0ff67deacae73de1e83107722f5e5d7f1R172-R257

2: Claude’s git safety rules now heavily restrict git commit --amend: allowed only if explicitly requested or to include hook auto-edits, AND only if HEAD was authored by Claude in-session and not pushed. If a hook rejects/fails a commit, Claude must fix issues and create a NEW commit.

🔗: https://github.com/marckrenn/cc-mvp-prompts/compare/v2.0.70...v2.0.71#diff-b0a16d13c25d701124251a8943c92de0ff67deacae73de1e83107722f5e5d7f1L226-R347

Images: Related these 2 prompts in order

🌐
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)…
🌐
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 ...
🌐
Medium
alirezarezvani.medium.com › claude-code-2-0-27-d57610cfe9e1
Claude Code: Updates (New Features) for Claude Code | Medium
October 28, 2025 - Claude Code 2.0.27 introduces browser-based execution, parallel task handling, and plugin extensibility.
🌐
Claude
claude.ai
Claude
Talk with Claude, an AI assistant from Anthropic
🌐
YouTube
youtube.com › watch
HUGE Claude Code Update: Opus 4.5, Desktop App + More! - YouTube
Join AI Startup School Plus & learn to vibe code and get paying customers for your apps ⤵️https://www.skool.com/ai-startup-schoolOr join my free community to...
Published   1 month ago
🌐
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.
🌐
Medium
alirezarezvani.medium.com › claude-code-v2-0-30-full-guide-of-what-is-new-production-readiness-edition-b57be170275e
Claude Code v2.0.30: Full Guide of what is New? Production Readiness Edition
1 month ago - How Anthropic’s latest version of Claude Code 2.0.30 transforms reliability, security, everyday developer experience and Why this release