|
| 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.20 |
| 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 arrow key history navigation in vim normal mode when cursor cannot move further |
| 38 | + - Added external editor shortcut (Ctrl+G) to the help menu for better discoverability |
| 39 | + - Added PR review status indicator to the prompt footer, showing the current branch's PR state (approved, changes requested, pending, or draft) as a colored dot with a clickable link |
| 40 | + - Added support for loading CLAUDE.md files from additional directories specified via --add-dir flag (requires setting CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD=1) |
| 41 | + - Added ability to delete tasks via the TaskUpdate tool |
| 42 | + - Fixed session compaction issues that could cause resume to load full history instead of the compact summary |
| 43 | + - Fixed agents sometimes ignoring user messages sent while actively working on a task |
| 44 | + - Fixed wide character (emoji, CJK) rendering artifacts where trailing columns were not cleared when replaced by narrower characters |
| 45 | + - Fixed JSON parsing errors when MCP tool responses contain special Unicode characters |
| 46 | + - Fixed up/down arrow keys in multi-line and wrapped text input to prioritize cursor movement over history navigation |
| 47 | + - Fixed draft prompt being lost when pressing UP arrow to navigate command history |
| 48 | + - Fixed ghost text flickering when typing slash commands mid-input |
| 49 | + - Fixed marketplace source removal not properly deleting settings |
| 50 | + - Fixed duplicate output in some commands like /context |
| 51 | + - Fixed task list sometimes showing outside the main conversation view |
| 52 | + - Fixed syntax highlighting for diffs occurring within multiline constructs like Python docstrings |
| 53 | + - Fixed crashes when cancelling tool use |
| 54 | + - Improved /sandbox command UI to show dependency status with installation instructions when dependencies are missing |
| 55 | + - Improved thinking status text with a subtle shimmer animation |
| 56 | + - Improved task list to dynamically adjust visible items based on terminal height |
| 57 | + - Improved fork conversation hint to show how to resume the original session |
| 58 | + - Changed collapsed read/search groups to show present tense ("Reading", "Searching for") while in progress, and past tense ("Read", "Searched for") when complete |
| 59 | + - Changed teammate messages to render with rich Markdown formatting (bold, code blocks, lists, etc.) instead of plain text |
| 60 | + - Changed ToolSearch results to appear as a brief notification instead of inline in the conversation |
| 61 | + - Changed the /commit-push-pr skill to automatically post PR URLs to Slack channels when configured via MCP tools |
| 62 | + - Changed the /copy command to be available to all users |
| 63 | + - Changed background agents to prompt for tool permissions before launching |
| 64 | + - Changed permission rules like Bash(*) to be accepted and treated as equivalent to Bash |
| 65 | + - Changed config backups to be timestamped and rotated (keeping 5 most recent) to prevent data loss |
| 66 | +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#2120 |
| 67 | +ManifestType: defaultLocale |
| 68 | +ManifestVersion: 1.12.0 |
0 commit comments