|
| 1 | +# Created with YamlCreate.ps1 Dumplings Mod |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: Anthropic.ClaudeCode |
| 5 | +PackageVersion: 2.1.172 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Anthropic PBC |
| 8 | +Author: Anthropic PBC |
| 9 | +PackageName: Claude Code |
| 10 | +License: Proprietary |
| 11 | +Copyright: © 2026 Anthropic PBC |
| 12 | +ShortDescription: Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed. |
| 13 | +Description: |- |
| 14 | + Claude Code is Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. |
| 15 | + What Claude Code does for you |
| 16 | + - 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. |
| 17 | + - 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. |
| 18 | + - Navigate any codebase: Ask anything about your team’s codebase, and get a thoughtful answer back. Claude Code maintains awareness of your entire project structure, can find up-to-date information from the web, and with MCP can pull from external datasources like Google Drive, Figma, and Slack. |
| 19 | + - Automate tedious tasks: Fix fiddly lint issues, resolve merge conflicts, and write release notes. Do all this in a single command from your developer machines, or automatically in CI. |
| 20 | + Why developers love Claude Code |
| 21 | + - Works in your terminal: Not another chat window. Not another IDE. Claude Code meets you where you already work, with the tools you already love. |
| 22 | + - Takes action: Claude Code can directly edit files, run commands, and create commits. Need more? MCP lets Claude read your design docs in Google Drive, update your tickets in Jira, or use your custom developer tooling. |
| 23 | + - Unix philosophy: Claude Code is composable and scriptable. tail -f app.log | claude -p "Slack me if you see any anomalies appear in this log stream" works. Your CI can run claude -p "If there are new text strings, translate them into French and raise a PR for @lang-fr-team to review". |
| 24 | + - Enterprise-ready: Use Anthropic’s API, or host on AWS or GCP. Enterprise-grade security, privacy, and compliance is built-in. |
| 25 | +Moniker: claudecode |
| 26 | +Tags: |
| 27 | +- agent |
| 28 | +- agentic |
| 29 | +- ai |
| 30 | +- chatbot |
| 31 | +- claude |
| 32 | +- claude-code |
| 33 | +- claudecode |
| 34 | +- code |
| 35 | +- coding |
| 36 | +- large-language-model |
| 37 | +- llm |
| 38 | +- programming |
| 39 | +ReleaseNotes: |- |
| 40 | + - Sub-agents can now spawn their own sub-agents (up to 5 levels deep) |
| 41 | + - Amazon Bedrock now reads the AWS region from ~/.aws config files when AWS_REGION isn't set, matching AWS SDK precedence; /status shows where the region came from |
| 42 | + - Added a search bar when browsing a marketplace's plugins in /plugin |
| 43 | + - Added model attribute to the claude_code.lines_of_code.count OTEL metric |
| 44 | + - Fixed sessions using 1M context without usage credits getting permanently stuck — the session now automatically compacts back under the standard context limit |
| 45 | + - Fixed a repeating "an image in the conversation could not be processed and was removed" error when the conversation contained multiple images |
| 46 | + - Fixed the agents view keeping a session under Working with a busy spinner for up to 30 seconds after the worker replied |
| 47 | + - Fixed background agents potentially reading another directory's project settings (.mcp.json approvals, trust) when dispatched onto a pre-warmed worker |
| 48 | + - Fixed background-session attach failing with EAUTH for sessions started on an older version after the daemon auto-updated |
| 49 | + - Fixed a background sub-agent staying stuck as "active" in the agent panel after a nested agent it spawned was stopped |
| 50 | + - Fixed /model suggestions in the claude agents dispatch input rendering with a misleading slash prefix and showing models disabled for your org |
| 51 | + - Fixed availableModels restrictions not being applied to subagent model overrides, the agent dispatch model picker, and the advisor model |
| 52 | + - Fixed availableModels allowlists hiding the /model picker's Opus and Sonnet 1M rows when entries use version-specific IDs like claude-opus-4-8 |
| 53 | + - Fixed the /model picker on Bedrock offering models the provider doesn't serve — selecting one silently switched the session model and lit the selection marker on multiple rows |
| 54 | + - Fixed model IDs getting a doubled 1M-context suffix (e.g. [1M][1m]) when ANTHROPIC_DEFAULT_OPUS_MODEL already includes one |
| 55 | + - Fixed opusplan model setting not shipping with 1M context in plan mode for entitled users; the opusplan[1m] workaround now also correctly switches to Opus in plan mode |
| 56 | + - Fixed WebFetch(domain:*.example.com) wildcard domain rules never matching subdomains in allow, deny, and ask position, and file permission rules with mid-pattern wildcards (e.g. Read(secrets-*/config.json)) being rejected at startup |
| 57 | + - Fixed up-arrow prompt history showing the main agent's prompts while a subagent's chat tab is open |
| 58 | + - Fixed memory recall not finding mounted team memory stores (CLAUDE_MEMORY_STORES) in remote sessions |
| 59 | + - Fixed workflow validation rejecting scripts whose prompt strings or comments merely mention Date.now()/Math.random() |
| 60 | + - Disable mouse tracking on Windows consoles that don't fully support it |
| 61 | + - Fixed the /plugin marketplace list losing its cursor after backing out of a long plugin list, and Esc from the plugin browser returning to the wrong tab |
| 62 | + - Improved performance in long conversations by removing redundant message normalization and avoiding full message-history transforms when streaming tool-use state is unchanged |
| 63 | + - Reduced idle CPU usage: /goal status chip no longer re-renders the terminal at 5 Hz while idle, and fewer UI re-renders while subagents run in parallel |
| 64 | + - Improved Claude in Chrome tool loading: browser tools now load in a single batched call instead of one per tool |
| 65 | + - Improved the non-interactive Usage Policy refusal message to suggest starting a new session or changing your model |
| 66 | + - /code-review now keeps the ultra option visible when you're not signed in to claude.ai, with an explanation that the cloud review requires a claude.ai account |
| 67 | + - Shortened the Remote Control footer indicator to "/rc active" and hid it on narrow terminals |
| 68 | + - Stopped promoting /loop in remote sessions, where pending loops don't keep the container alive |
| 69 | + - [VSCode] Fixed PowerShell tool calls rendering as raw JSON instead of a proper command display and permission dialog, and stripped ANSI escape codes from displayed shell output |
| 70 | +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21172 |
| 71 | +ManifestType: defaultLocale |
| 72 | +ManifestVersion: 1.12.0 |
0 commit comments