Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/prompts/gen-docs.txt → .kimi/prompts/gen-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

我们现在对代码库有了一些修改,请你参考最近的 git commit、staged changes、changelog.md 等的内容,根据 @AGENTS.md 中的信息,必要时找到实际的代码全文,确保理解了所有变更对产品用户体验的真实改变,然后逐页、逐段地检查和更新文档内容。

你应该首先确保英文 changelog 使用 node scripts/sync-changelog.mjs 进行了同步,然后确保中文文档符合最新代码的行为,最后,加载 translate-docs.txt 提供的要求,进行双语同步。
你应该首先确保英文 changelog 使用 node docs/scripts/sync-changelog.mjs 进行了同步,然后确保中文文档符合最新代码的行为,最后,加载 translate-docs.txt 提供的要求,进行双语同步。
1 change: 1 addition & 0 deletions .kimi/prompts/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
首先从 AGENTS.md 和 .github/workflows/release*.yml 中理解本项目的发版自动化流程。然后,检查每个 packages、sdks 和根目录的包是否在上次发版(根据 tag 确认)后有变更。如果有变更,对于每个变更的包,跟我确认新的版本号(遵循语义化版本规范),并更新相应的 pyproject.toml 和 CHANGELOG.md 文件中的版本号,运行 uv sync。然后运行 gen-docs.md 中的指示以确保文档是最新的。开一个新的分支叫 bump-<package>-<new-version>,提交所有更改并推送到远程仓库。如果一次有多个包需要发版,可以合并在一个分支升级版本号,这问题不大,分支名你适当编写即可。完成后,用 gh 命令开一个 Pull Request,描述所做的更改。持续检查这个 PR 的状态,直到被合并。合并后,切到 main 分支,拉取最新的更改。提示我最终发布 tag 所需的 git tag 命令,我会自行 tag + push tags。
File renamed without changes.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Only write entries that are worth mentioning to users.

## Unreleased

## 0.75 (2026-01-09)

- Tool: Improve `ReadFile` tool description
- Skills: Add built-in `kimi-cli-help` skill to answer Kimi CLI usage and configuration questions

Expand Down
2 changes: 2 additions & 0 deletions docs/en/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This page documents the changes in each Kimi CLI release.

## Unreleased

## 0.75 (2026-01-09)

- Tool: Improve `ReadFile` tool description
- Skills: Add built-in `kimi-cli-help` skill to answer Kimi CLI usage and configuration questions

Expand Down
2 changes: 2 additions & 0 deletions docs/zh/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## 未发布

## 0.75 (2026-01-09)

- Tool:改进 `ReadFile` 工具描述
- Skills:添加内置 `kimi-cli-help` Skill,解答 Kimi CLI 使用和配置问题

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kimi-cli"
version = "0.74"
version = "0.75"
description = "Kimi CLI is your next CLI agent."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.