|
| 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.116 |
| 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 | + - /resume on large sessions is significantly faster (up to 67% on 40MB+ sessions) and handles sessions with many dead-fork entries more efficiently |
| 38 | + - Faster MCP startup when multiple stdio servers are configured; resources/templates/list is now deferred to first @-mention |
| 39 | + - Smoother fullscreen scrolling in VS Code, Cursor, and Windsurf terminals — /terminal-setup now configures the editor's scroll sensitivity |
| 40 | + - Thinking spinner now shows progress inline ("still thinking", "thinking more", "almost done thinking"), replacing the separate hint row |
| 41 | + - /config search now matches option values (e.g. searching "vim" finds the Editor mode setting) |
| 42 | + - /doctor can now be opened while Claude is responding, without waiting for the current turn to finish |
| 43 | + - /reload-plugins and background plugin auto-update now auto-install missing plugin dependencies from marketplaces you've already added |
| 44 | + - Bash tool now surfaces a hint when gh commands hit GitHub's API rate limit, so agents can back off instead of retrying |
| 45 | + - The Usage tab in Settings now shows your 5-hour and weekly usage immediately and no longer fails when the usage endpoint is rate-limited |
| 46 | + - Agent frontmatter hooks: now fire when running as a main-thread agent via --agent |
| 47 | + - Slash command menu now shows "No commands match" when your filter has zero results, instead of disappearing |
| 48 | + - Security: sandbox auto-allow no longer bypasses the dangerous-path safety check for rm/rmdir targeting /, $HOME, or other critical system directories |
| 49 | + - Fixed Devanagari and other Indic scripts rendering with broken column alignment in the terminal UI |
| 50 | + - Fixed Ctrl+- not triggering undo in terminals using the Kitty keyboard protocol (iTerm2, Ghostty, kitty, WezTerm, Windows Terminal) |
| 51 | + - Fixed Cmd+Left/Right not jumping to line start/end in terminals that use the Kitty keyboard protocol (Warp fullscreen, kitty, Ghostty, WezTerm) |
| 52 | + - Fixed Ctrl+Z hanging the terminal when Claude Code is launched via a wrapper process (e.g. npx, bun run) |
| 53 | + - Fixed scrollback duplication in inline mode where resizing the terminal or large output bursts would repeat earlier conversation history |
| 54 | + - Fixed modal search dialogs overflowing the screen at short terminal heights, hiding the search box and keyboard hints |
| 55 | + - Fixed scattered blank cells and disappearing composer chrome in the VS Code integrated terminal during scrolling |
| 56 | + - Fixed an intermittent API 400 error related to cache control TTL ordering that could occur when a parallel request completed during request setup |
| 57 | + - Fixed /branch rejecting conversations with transcripts larger than 50MB |
| 58 | + - Fixed /resume silently showing an empty conversation on large session files instead of reporting the load error |
| 59 | + - Fixed /plugin Installed tab showing the same item twice when it appears under Needs attention or Favorites |
| 60 | + - Fixed /update and /tui not working after entering a worktree mid-session |
| 61 | +ReleaseNotesUrl: https://github.com/anthropics/claude-code/blob/HEAD/CHANGELOG.md#21116 |
| 62 | +ManifestType: defaultLocale |
| 63 | +ManifestVersion: 1.12.0 |
0 commit comments