Skip to content

Commit cfdedb9

Browse files
authored
New version: Anthropic.ClaudeCode version 2.1.20 (microsoft#333925)
1 parent b561225 commit cfdedb9

File tree

4 files changed

+122
-0
lines changed

4 files changed

+122
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.20
6+
InstallerType: portable
7+
Commands:
8+
- claude
9+
ReleaseDate: 2026-01-27
10+
Installers:
11+
- Architecture: x64
12+
InstallerUrl: https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.20/win32-x64/claude.exe
13+
InstallerSha256: 12E88D78570B6E979F5CF290652DC45CA8B9327F43BB27E275F87146190BEF05
14+
ManifestType: installer
15+
ManifestVersion: 1.12.0
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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
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.20
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.20
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)