Skip to content

Commit 397e99e

Browse files
authored
New version: MoonshotAI.KimiCLI version 1.39.0 (microsoft#364690)
1 parent 27afe17 commit 397e99e

4 files changed

Lines changed: 90 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: MoonshotAI.KimiCLI
5+
PackageVersion: 1.39.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: kimi.exe
10+
Commands:
11+
- kimi
12+
ReleaseDate: 2026-04-24
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/MoonshotAI/kimi-cli/releases/download/1.39.0/kimi-1.39.0-x86_64-pc-windows-msvc.zip
16+
InstallerSha256: CB904CBBC735525E1BE9A30FFBE17295516ABB0F55A45703B9771F927F02C43C
17+
ManifestType: installer
18+
ManifestVersion: 1.12.0
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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: MoonshotAI.KimiCLI
5+
PackageVersion: 1.39.0
6+
PackageLocale: en-US
7+
Publisher: Beijing Yuezhi Dark Face Technology Co., Ltd.
8+
PublisherUrl: https://www.moonshot.ai/
9+
PublisherSupportUrl: https://github.com/MoonshotAI/kimi-cli/issues
10+
PrivacyUrl: https://www.kimi.com/user/agreement/userPrivacy?version=v2
11+
Author: Beijing Yuezhi Dark Face Technology Co., Ltd.
12+
PackageName: Kimi CLI
13+
PackageUrl: https://www.kimi.com/coding/docs/en/kimi-cli.html
14+
License: Apache-2.0
15+
LicenseUrl: https://github.com/MoonshotAI/kimi-cli/blob/HEAD/LICENSE
16+
ShortDescription: A new CLI agent that can help you with your software development tasks and terminal operations.
17+
Moniker: kimi-cli
18+
Tags:
19+
- agent
20+
- agentic
21+
- ai
22+
- chatbot
23+
- code
24+
- coding
25+
- kimi
26+
- large-language-model
27+
- llm
28+
- programming
29+
ReleaseNotes: |-
30+
What's Changed
31+
- fix(shell): approval request text input should render caret correctly by @kermanx in https://github.com/MoonshotAI/kimi-cli/pull/2005
32+
- feat(kimi): add KIMI_MODEL_THINKING_KEEP env for preserved thinking by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2029
33+
- feat(soul): add inject_yolo_prompt config to suppress yolo mode prompt injection by @powerfooI in https://github.com/MoonshotAI/kimi-cli/pull/2028
34+
- fix(kosong/kimi): fill in missing JSON Schema type for MCP tool parameters by @wbxl2000 in https://github.com/MoonshotAI/kimi-cli/pull/2030
35+
- fix(kosong/kimi): omit content field on empty assistant tool-call messages by @wbxl2000 in https://github.com/MoonshotAI/kimi-cli/pull/2035
36+
- fix(kimi): default openai_legacy reasoning_key to fix DeepSeek 400 by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2053
37+
- fix(skill): scope-group the skills system prompt and honor project overrides by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2044
38+
- chore(release): bump kimi-cli 1.39.0 and kosong 0.52.0 by @RealKai42 in https://github.com/MoonshotAI/kimi-cli/pull/2054
39+
Full Changelog: https://github.com/MoonshotAI/kimi-cli/compare/1.38.0...1.39.0
40+
ReleaseNotesUrl: https://github.com/MoonshotAI/kimi-cli/releases/tag/1.39.0
41+
ManifestType: defaultLocale
42+
ManifestVersion: 1.12.0
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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: MoonshotAI.KimiCLI
5+
PackageVersion: 1.39.0
6+
PackageLocale: zh-CN
7+
Publisher: 北京月之暗面科技有限公司
8+
PublisherUrl: https://www.moonshot.cn/
9+
Author: 北京月之暗面科技有限公司
10+
PackageUrl: https://www.kimi.com/coding/docs/kimi-cli.html
11+
ShortDescription: Moonshot AI 自研的命令行通用智能体工具,帮助你快速完成各种各样的编程和文件处理等任务。
12+
Tags:
13+
- kimi
14+
- 人工智能
15+
- 代码
16+
- 大语言模型
17+
- 智能体
18+
- 编程
19+
- 聊天机器人
20+
- 自主智能
21+
ManifestType: locale
22+
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: MoonshotAI.KimiCLI
5+
PackageVersion: 1.39.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)