🌐
GitHub
github.com › anthropics › claude-code › blob › main › CHANGELOG.md
claude-code/CHANGELOG.md at main · anthropics/claude-code
VS Code: Fixed .claude.json config file being read from incorrect location · Pro users now have access to Opus 4.5 as part of their subscription! Fixed timer duration showing "11m 60s" instead of "12m 0s" Windows: Managed settings now prefer ...
Author   anthropics
🌐
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
2 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
Discussions

Claude Code V2.0 - We got Check Points :O
This feels like Christmas morning! More on reddit.com
🌐 r/ClaudeAI
113
347
July 31, 2025
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
Official: Anthropic released Claude code 2.0.73 with 9 CLI changes,details below
Unfortunately it doesn’t work in PowerShell, it produces gobbledygook output and drops large chunks of text. Can you please roll it back? More on reddit.com
🌐 r/ClaudeAI
75
189
3 days ago
Claude Code $200 plan limit reached and cooldown for 4 days
New pricing that is affecting "OnLy" 2% of users More on reddit.com
🌐 r/ClaudeAI
349
978
October 8, 2025
People also ask

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
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
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 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 › claude-opus-4-5
Introducing Claude Opus 4.5
1 month ago - Claude Opus 4.5 delivers frontier reasoning within Lovable's chat mode, where users plan and iterate on projects. Its reasoning depth transforms planning—and great planning makes code generation even better.
🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
REM Install stable version (default) curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd REM Install latest version curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd latest && del install.cmd REM Install specific version number curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd 1.0.58 && del install.cmd · Make sure that you remove any outdated aliases or symlinks before installing. Binary integrity and code signing
🌐
ClaudeLog
claudelog.com › home › changelog
ClaudeLog - Claude Code Docs, Guides, Tutorials & Best Practices
3 days ago - Complete version history of Claude Code releases, from early beta versions to the latest stable release. Each version includes feature additions, bug fixes, and links to relevant documentation. Need to downgrade?
🌐
Reddit
reddit.com › r/claudeai › claude code v2.0 - we got check points :o
r/ClaudeAI on Reddit: Claude Code V2.0 - We got Check Points :O
July 31, 2025 -

I'm not sleeping tonight.


Enhanced terminal experience

We’ve also refreshed Claude Code’s terminal interface. The updated interface features improved status visibility and searchable prompt history (Ctrl+r), making it easier to reuse or edit previous prompts.


Claude Agent SDK

For teams who want to create custom agentic experiences, the Claude Agent SDK (formerly the Claude Code SDK) gives access to the same core tools, context management systems, and permissions frameworks that power Claude Code. We’ve also released SDK support for subagents and hooks, making it more customizable for building agents for your specific workflows.

Developers are already building agents for a broad range use cases with the SDK, including financial compliance agents, cybersecurity agents, and code debugging agents.

Execute long-running tasks with confidence

As Claude Code takes on increasingly complex tasks, we're releasing a checkpointing feature to help delegate tasks to Claude Code with confidence while maintaining control. Combined with recent feature releases, Claude Code is now more capable of handling sophisticated tasks.

Checkpoints

Complex development often involves exploration and iteration. Our new checkpoint system automatically saves your code state before each change, and you can instantly rewind to previous versions by tapping Esc twice or using the /rewind command. Checkpoints let you pursue more ambitious and wide-scale tasks knowing you can always return to a prior code state.

When you rewind to a checkpoint, you can choose to restore the code, the conversation, or both to the prior state. Checkpoints apply to Claude’s edits and not user edits or bash commands, and we recommend using them in combination with version control.

Subagents, hooks, and background tasks

Checkpoints are especially useful when combined with Claude Code’s latest features that power autonomous work:

Subagents delegate specialized tasks—like spinning up a backend API while the main agent builds the frontend—allowing parallel development workflows Hooks automatically trigger actions at specific points, such as running your test suite after code changes or linting before commits Background tasks keep long-running processes like dev servers active without blocking Claude Code’s progress on other work Together, these capabilities let you confidently delegate broad tasks like extensive refactors or feature exploration to Claude Code.

Find elsewhere
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
1 month ago - Perfect for short coding sprints in small codebases with access to both Sonnet 4.5 and Opus 4.5. ... Per month with annual subscription discount ($200 billed up front). $20 if billed monthly. ... Claude Code is included in your Max plan.
🌐
Anthropic
anthropic.com › news › claude-sonnet-4-5
Introducing Claude Sonnet 4.5
September 29, 2025 - Claude Sonnet 4.5 amplifies GitHub Copilot's core strengths. Our initial evals show significant improvements in multi-step reasoning and code comprehension—enabling Copilot's agentic experiences to handle complex, codebase-spanning tasks better.
🌐
Claude
claude.ai
Claude
Talk with Claude, an AI assistant from Anthropic
🌐
Anthropic
anthropic.com › news › enabling-claude-code-to-work-more-autonomously
Enabling Claude Code to work more autonomously
September 29, 2025 - We’re introducing several upgrades to Claude Code: a native VS Code extension, version 2.0 of our terminal interface, and checkpoints for autonomous operation.
🌐
Z
docs.z.ai › devpack › tool › claude
Claude Code - Z.AI DEVELOPER DOCUMENT
# Check the current version claude --version 2.0.14 (Claude Code) # Upgrade to the latest claude update
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Claude Code for VS Code - Visual Studio Marketplace
Extension for Visual Studio Code - Claude Code for VS Code: Harness the power of Claude Code without leaving your IDE
🌐
Anthropic
anthropic.com › news › claude-4
Introducing Claude 4
GitHub says Claude Sonnet 4 soars in agentic scenarios and will introduce it as the model powering the new coding agent in GitHub Copilot. Manus highlights its improvements in following complex instructions, clear reasoning, and aesthetic outputs. iGent reports Sonnet 4 excels at autonomous ...
🌐
Anthropic
anthropic.com › claude › sonnet
Claude Sonnet 4.5
September 29, 2025 - For Devin, Claude Sonnet 4.5 increased planning performance by 18% and end-to-end eval scores by 12%—the biggest jump we've seen since the release of Claude Sonnet 3.6. It excels at testing its own code, enabling Devin to run longer, handle harder tasks, and deliver production-ready code ...
🌐
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
3 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)

🌐
Anthropic
anthropic.com › claude-code
Claude Code
Perfect for short coding sprints in small codebases with access to both Sonnet 4.5 and Opus 4.5. ... Per month with annual subscription discount ($200 billed up front). $20 if billed monthly. ... Claude Code is included in your Max plan.
🌐
Anthropic
anthropic.com › news › claude-opus-4-1
Claude Opus 4.1
GitHub notes that Claude Opus 4.1 improves across most capabilities relative to Opus 4, with particularly notable performance gains in multi-file code refactoring.