winget install --id Anthropic.ClaudeCode
About Claude Code
Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. What Claude Code does for you - Build features from descriptions: Tell Claude what you want to build in plain English. It will make a plan, write the code, and ensure it works. - Debug and fix issues: Describe a bug or paste an error message. Claude Code will analyze your codebase, identify the problem, and implement a fix. - Navigate any codebase: Ask anything about your team’s cod...
What's new in 2.1.146
- Renamed /simplify to /code-review with an optional effort level (e.g. /code-review high) - Auto mode no longer suppresses AskUserQuestion when the user or a skill explicitly relies on it - Fixed Windows PowerShell tool failing with "command line is invalid" when pwsh is installed via winget or the Microsoft Store (regression in v2.1.124) - Fixed MCP resources/list, resources/templates/list, and prompts/list dropping items past page 1 on paginating servers - Fixed full-screen strobing in attached background sessions on Windows Terminal while Claude is streaming - Fixed the auto-updater status line not showing your current version when an update fails - Fixed on Windows, removing a background-job worktree no longer follows NTFS junctions into the main repo - Fixed /background refusing sessions whose only typed input was a skill or custom slash command - Fixed backgrounded sessions re-prompting for tool permissions you already granted with "don't ask again" - Fixed /theme color editor and "New custom theme" dialogs not responding to Esc - Fixed an uncaught exception at the end of streaming sessions when running via the Agent SDK - Fixed forceLoginOrgUUID and forceLoginMethod managed-settings policies not being enforced against third-party-provider and API-key sessions - Fixed GNOME Terminal right-click and middle-click paste not inserting text - Fixed CLAUDE_CODE_SUBAGENT_MODEL not being forwarded to child processes in multi-agent sessions - Improved auto-updater reliability: native version checks and downloads now retry transient network failures instead of failing immediat...
Version history
| Version | Updated | Notes |
|---|---|---|
| 2.1.146 | - Renamed /simplify to /code-review with an optional effort level (e.g. /code-review high) - Auto mode no longer suppresses AskUserQuestion when the user or a skill explicitly relies on it - Fixed Windows PowerShell tool... | |
| 2.1.145 | - Added claude agents --json to list live Claude sessions as JSON for scripting (tmux-resurrect, status bars, session pickers) - Added agent_id and parent_agent_id attributes to claude_code.tool OTEL spans, and fixed tra... | |
| 2.1.143 | Unknown | - Added plugin dependency enforcement: claude plugin disable now refuses when another enabled plugin depends on the target (with a copy-pasteable disable-chain hint), and claude plugin enable force-enables transitive dep... |
| 2.1.142 | Unknown | - Added new claude agents flags: --add-dir, --settings, --mcp-config, --plugin-dir, --permission-mode, --model, --effort, and --dangerously-skip-permissions to configure dispatched background sessions - Fast mode now use... |
| 2.1.141 | Unknown | - Added terminalSequence field to hook JSON output so hooks can emit desktop notifications, window titles, and bells without a controlling terminal - Added CLAUDE_CODE_PLUGIN_PREFER_HTTPS to clone GitHub plugin sources o... |
| 2.1.140 | Unknown | - Improved Agent tool subagent_type matching to accept case- and separator-insensitive values (e.g. "Code Reviewer" resolves to code-reviewer) - Updated agent color palette - Fixed /goal silently hanging when disableAllH... |
| 2.1.139 | Unknown | - Added agent view (Research Preview): a single list of every Claude Code session — running, blocked on you, or done. Run claude agents to get started. See https://code.claude.com/docs/en/agent-view - Added /goal command... |
| 2.1.138 | Unknown | - Internal fixes |
| 2.1.137 | Unknown | - [VSCode] Fixed extension failing to activate on Windows |
| 2.1.136 | Unknown | - Added CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL to re-enable the session quality survey for enterprises capturing responses through OpenTelemetry - Added settings.autoMode.hard_deny for auto mode classifier rules tha... |
| 2.1.133 | Unknown | - Added worktree.baseRef setting (fresh | head) to choose whether --worktree, EnterWorktree, and agent-isolation worktrees branch from origin/<default> or local HEAD. Note: the default fresh changes EnterWorktree's base... |
| 2.1.132 | Unknown | - Added CLAUDE_CODE_SESSION_ID environment variable to the Bash tool subprocess environment, matching the session_id passed to hooks - Added CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1 env var to opt out of the fullscreen alt... |
| 2.1.131 | Unknown | - Fixed VS Code extension failing to activate on Windows due to a hardcoded build path in the bundled SDK (createRequire polyfill bug) - Fixed Mantle endpoint authentication failing with missing x-api-key header |
| 2.1.129 | Unknown | - Added --plugin-url <url> flag to fetch a plugin .zip archive from a URL for the current session - Added CLAUDE_CODE_FORCE_SYNC_OUTPUT=1 env var to force-enable synchronized output on terminals that auto-detection misse... |
| 2.1.128 | Unknown | - Bare /color (no args) now picks a random session color - /mcp now shows the tool count for connected servers and flags servers that connected with 0 tools - --plugin-dir now accepts .zip plugin archives in addition to... |
| 2.1.126 | Unknown | - The /model picker now lists models from your gateway's /v1/models endpoint when ANTHROPIC_BASE_URL points at an Anthropic-compatible gateway - - Added claude project purge [path] to delete all Claude Code state for a p... |
| 2.1.123 | Unknown | - Fixed OAuth authentication failing with a 401 retry loop when CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 is set |
| 2.1.122 | Unknown | - Added ANTHROPIC_BEDROCK_SERVICE_TIER environment variable to select a Bedrock service tier (default, flex, or priority), sent as the X-Amzn-Bedrock-Service-Tier header - Pasting a PR URL into the /resume search box now... |
| 2.1.121 | Unknown | - Added alwaysLoad option to MCP server config — when true, all tools from that server skip tool-search deferral and are always available - Added claude plugin prune to remove orphaned auto-installed plugin dependencies;... |
| 2.1.120 | Unknown | - Windows: Git for Windows (Git Bash) is no longer required — when absent, Claude Code uses PowerShell as the shell tool - Added claude ultrareview [target] subcommand to run /ultrareview non-interactively from CI or scr... |