Skip to content

Commit 2e0db12

Browse files
authored
New version: Anthropic.ClaudeCode version 2.1.116 (microsoft#362945)
1 parent bba2a1d commit 2e0db12

4 files changed

Lines changed: 120 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Anthropic.ClaudeCode
5+
PackageVersion: 2.1.116
6+
InstallerType: portable
7+
Commands:
8+
- claude
9+
ReleaseDate: 2026-04-20
10+
Installers:
11+
- Architecture: x64
12+
InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.116/win32-x64/claude.exe
13+
InstallerSha256: 41C82DC1988225938A7D588B157AEF3CD3C2FD62FF0661731132404D5BF17258
14+
- Architecture: arm64
15+
InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.116/win32-arm64/claude.exe
16+
InstallerSha256: 1E24E1F042FC45C408663D12C0C9D62CB5DD8955F9EFD67F87D7E5305D105535
17+
ManifestType: installer
18+
ManifestVersion: 1.12.0
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: Anthropic.ClaudeCode
5+
PackageVersion: 2.1.116
6+
PackageLocale: zh-CN
7+
License: 专有软件
8+
ShortDescription: 在终端中直接释放 Claude 的强大功能。即时搜索数百万行代码库,将耗时数小时的工作流程浓缩为单个命令,让你的工具、你的工作流、你的代码库以思维速度演化。
9+
Description: |-
10+
Claude Code 是 Anthropic 推出的一款自主智能编程工具,在你的终端中运行,并以前所未有的速度帮助你将想法转化为代码。
11+
Claude Code 能为你做什么
12+
- 根据描述构建功能:用简单的英文告诉 Claude 你想要实现什么功能。它会制定计划、编写代码,并确保其正常运行。
13+
- 调试并修复问题:描述一个 Bug 或粘贴错误信息,Claude Code 会分析你的代码库,定位问题并自动实施修复。
14+
- 快速浏览任意代码库:针对团队的代码库提出任何问题,都能获得深入准确的回答。Claude Code 能理解整个项目的结构,可从网络获取最新信息,并通过 MCP 从 Google Drive、Figma、Slack 等外部数据源获取内容。
15+
- 自动化繁琐任务:修复棘手的代码格式问题、解决合并冲突、撰写发布说明。这些都可以通过开发者机器上的单条命令完成,也可以在 CI 中自动执行。
16+
开发者为何喜爱 Claude Code
17+
- 在终端中运行:无需打开新的聊天窗口,也不用切换 IDE。Claude Code 就在你熟悉的工作环境,配合你钟爱的工具使用。
18+
- 主动执行操作:Claude Code 可直接编辑文件、运行命令、创建提交。需要更多功能?MCP 让 Claude 能读取 Google Drive 中的设计文档、更新 Jira 工单,或集成你自定义的开发工具。
19+
- 遵循 Unix 哲学:Claude Code 可组合、可脚本化。例如,执行 tail -f app.log | claude -p "如果日志流中出现异常,通过 Slack 通知我" 即可生效。你的 CI 系统也可以运行 claude -p "如有新的文本字符串,将其翻译成法语并为 @lang-fr-team 创建 PR 审阅"。
20+
- 企业级就绪:支持使用 Anthropic 的 API,或部署在 AWS 与 GCP 上。内置企业级的安全性、隐私保护和合规能力。
21+
Tags:
22+
- claude
23+
- 人工智能
24+
- 代码
25+
- 大语言模型
26+
- 智能体
27+
- 编程
28+
- 聊天机器人
29+
- 自主智能
30+
ManifestType: locale
31+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Anthropic.ClaudeCode
5+
PackageVersion: 2.1.116
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)