|
| 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.79 |
| 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 | +Tags: |
| 26 | +- agent |
| 27 | +- agentic |
| 28 | +- ai |
| 29 | +- chatbot |
| 30 | +- claude |
| 31 | +- code |
| 32 | +- coding |
| 33 | +- large-language-model |
| 34 | +- llm |
| 35 | +- programming |
| 36 | +ReleaseNotes: |- |
| 37 | + - Added --console flag to claude auth login for Anthropic Console (API billing) authentication |
| 38 | + - Added "Show turn duration" toggle to the /config menu |
| 39 | + - Fixed claude -p hanging when spawned as a subprocess without explicit stdin (e.g. Python subprocess.run) |
| 40 | + - Fixed Ctrl+C not working in -p (print) mode |
| 41 | + - Fixed /btw returning the main agent's output instead of answering the side question when triggered during streaming |
| 42 | + - Fixed voice mode not activating correctly on startup when voiceEnabled: true is set |
| 43 | + - Fixed left/right arrow tab navigation in /permissions |
| 44 | + - Fixed CLAUDE_CODE_DISABLE_TERMINAL_TITLE not preventing terminal title from being set on startup |
| 45 | + - Fixed custom status line showing nothing when workspace trust is blocking it |
| 46 | + - Fixed enterprise users being unable to retry on rate limit (429) errors |
| 47 | + - Fixed SessionEnd hooks not firing when using interactive /resume to switch sessions |
| 48 | + - Improved startup memory usage by ~18MB across all scenarios |
| 49 | + - Improved non-streaming API fallback with a 2-minute per-attempt timeout, preventing sessions from hanging indefinitely |
| 50 | + - CLAUDE_CODE_PLUGIN_SEED_DIR now supports multiple seed directories separated by the platform path delimiter (: on Unix, ; on Windows) |
| 51 | + - [VSCode] Added /remote-control — bridge your session to claude.ai/code to continue from a browser or phone |
| 52 | + - [VSCode] Session tabs now get AI-generated titles based on your first message |
| 53 | + - [VSCode] Fixed the thinking pill showing "Thinking" instead of "Thought for Ns" after a response completes |
| 54 | + - [VSCode] Fixed missing session diff button when opening sessions from the left sidebar |
| 55 | +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#2179 |
| 56 | +ManifestType: defaultLocale |
| 57 | +ManifestVersion: 1.12.0 |
0 commit comments