Skip to content

Commit 2c3b5fb

Browse files
authored
chore(release): bump version to 0.81 (#654)
1 parent 16c61aa commit 2c3b5fb

8 files changed

Lines changed: 43 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Only write entries that are worth mentioning to users.
1111

1212
## Unreleased
1313

14+
## 0.81 (2026-01-21)
15+
1416
- Skills: Add flow skill type with embedded Agent Flow (Mermaid/D2) in SKILL.md, invoked via `/flow:<skill-name>` commands
1517
- CLI: Remove `--prompt-flow` option; use flow skills instead
1618
- Core: Replace `/begin` command with `/flow:<skill-name>` commands for flow skills

docs/en/release-notes/breaking-changes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ This page documents breaking changes in Kimi CLI releases and provides migration
44

55
## Unreleased
66

7+
## 0.81 - Prompt Flow replaced by Flow Skills
8+
9+
### `--prompt-flow` option removed
10+
11+
The `--prompt-flow` CLI option has been removed. Use flow skills instead.
12+
13+
- **Affected**: Scripts and automation using `--prompt-flow` to load Mermaid/D2 flowcharts
14+
- **Migration**: Create a flow skill with embedded Agent Flow in `SKILL.md` and invoke via `/flow:<skill-name>`
15+
16+
### `/begin` command replaced
17+
18+
The `/begin` slash command has been replaced with `/flow:<skill-name>` commands.
19+
20+
- **Affected**: Users who used `/begin` to start a loaded Prompt Flow
21+
- **Migration**: Use `/flow:<skill-name>` to invoke flow skills directly
22+
723
## 0.77 - Thinking mode and CLI option changes
824

925
### Thinking mode setting migration change

docs/en/release-notes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This page documents the changes in each Kimi CLI release.
44

55
## Unreleased
66

7+
## 0.81 (2026-01-21)
8+
79
- Skills: Add flow skill type with embedded Agent Flow (Mermaid/D2) in SKILL.md, invoked via `/flow:<skill-name>` commands
810
- CLI: Remove `--prompt-flow` option; use flow skills instead
911
- Core: Replace `/begin` command with `/flow:<skill-name>` commands for flow skills

docs/zh/release-notes/breaking-changes.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
## 未发布
66

7+
## 0.81 - Prompt Flow 被 Flow Skills 取代
8+
9+
### `--prompt-flow` 选项移除
10+
11+
`--prompt-flow` CLI 选项已移除,请改用 flow skills。
12+
13+
- **受影响**:使用 `--prompt-flow` 加载 Mermaid/D2 流程图的脚本和自动化
14+
- **迁移**:创建包含嵌入式 Agent Flow 的 flow skill(在 `SKILL.md` 中),并通过 `/flow:<skill-name>` 调用
15+
16+
### `/begin` 命令被替换
17+
18+
`/begin` 斜杠命令已被 `/flow:<skill-name>` 命令替换。
19+
20+
- **受影响**:使用 `/begin` 启动已加载 Prompt Flow 的用户
21+
- **迁移**:使用 `/flow:<skill-name>` 直接调用 flow skills
22+
723
## 0.77 - Thinking 模式与 CLI 选项变更
824

925
### Thinking 模式设置迁移调整

docs/zh/release-notes/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## 未发布
66

7+
## 0.81 (2026-01-21)
8+
79
- Skills:添加 Flow Skill 类型,在 SKILL.md 中内嵌 Agent Flow(Mermaid/D2),通过 `/flow:<skill-name>` 命令调用
810
- CLI:移除 `--prompt-flow` 选项,改用 Flow Skills
911
- Core:用 `/flow:<skill-name>` 命令替代原来的 `/begin` 命令

packages/kimi-code/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "kimi-code"
3-
version = "0.80"
3+
version = "0.81"
44
description = "Kimi Code is a CLI agent that lives in your terminal."
55
readme = "README.md"
66
requires-python = ">=3.12"
7-
dependencies = ["kimi-cli==0.80"]
7+
dependencies = ["kimi-cli==0.81"]
88

99
[project.scripts]
1010
kimi = "kimi_cli.cli:cli"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kimi-cli"
3-
version = "0.80"
3+
version = "0.81"
44
description = "Kimi CLI is your next CLI agent."
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)