Skip to content

Commit fee37bf

Browse files
authored
New version: MoonshotAI.KimiCLI version 0.68 (microsoft#326093)
1 parent b70217d commit fee37bf

File tree

4 files changed

+91
-0
lines changed

4 files changed

+91
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: MoonshotAI.KimiCLI
5+
PackageVersion: "0.68"
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: kimi.exe
10+
Commands:
11+
- kimi
12+
ProductCode: 2025-11-12
13+
ReleaseDate: 2025-12-24
14+
Installers:
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/MoonshotAI/kimi-cli/releases/download/0.68/kimi-0.68-x86_64-pc-windows-msvc.zip
17+
InstallerSha256: 3DA100A02402E1989BC3B984A83DAF4D368FD1CF9AC4209D26C2F30900CF30AB
18+
ManifestType: installer
19+
ManifestVersion: 1.10.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.10.0.schema.json
3+
4+
PackageIdentifier: MoonshotAI.KimiCLI
5+
PackageVersion: "0.68"
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+
- feat(cli): add --config and --config-file to pass in config by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/515
32+
- feat(acp): support file diff preview in ACP mode by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/517
33+
- refactor(tool): display SetTodoList result with TodoDisplayBlock by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/519
34+
- perf(tool): send only the diffs via display field by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/520
35+
- feat(acp): connect to MCP servers managed by ACP clients by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/521
36+
- feat(acp): run shell command in ACP terminal by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/522
37+
- feat(mcp): add OAuth authorization support with auth/reset-auth/test commands by @xiaoju111a in https://github.com/MoonshotAI/kimi-cli/pull/479
38+
- chore: bump version to 0.68 by @stdrc in https://github.com/MoonshotAI/kimi-cli/pull/525
39+
Full Changelog: https://github.com/MoonshotAI/kimi-cli/compare/0.67...0.68
40+
ReleaseNotesUrl: https://github.com/MoonshotAI/kimi-cli/releases/tag/0.68
41+
ManifestType: defaultLocale
42+
ManifestVersion: 1.10.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.10.0.schema.json
3+
4+
PackageIdentifier: MoonshotAI.KimiCLI
5+
PackageVersion: "0.68"
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.10.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.10.0.schema.json
3+
4+
PackageIdentifier: MoonshotAI.KimiCLI
5+
PackageVersion: "0.68"
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)