-
Notifications
You must be signed in to change notification settings - Fork 1.2k
docs(changelog): fix 0.32.0 entry formatting and doc links #2598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,12 +10,12 @@ This page documents the changes in each Kimi Code CLI release. | |
|
|
||
| ### Features | ||
|
|
||
| - Add four hook events: `TurnStarted`, `UserPromptQueued`, `TaskStarted`, and `SessionHeartbeat`; `SessionEnd` now also reports `archive` when a session is archived instead of exited. Configure the events under `[[hooks]]` in `config.toml` — see [Hooks](../customization/hooks.md) for details. | ||
| - Add four hook events: `TurnStarted`, `UserPromptQueued`, `TaskStarted`, and `SessionHeartbeat`. Configure them under `[[hooks]]` in `config.toml` — see [Hooks](https://moonshotai.github.io/kimi-code/en/customization/hooks.html) for details. | ||
|
|
||
| ### Polish | ||
|
|
||
| - Rename two `[loop_control]` keys: `max_retries_per_step` → `max_attempts_per_step` and `max_steps_per_run` → `max_steps_per_turn`; the old keys stop working — see [`loop_control`](../configuration/config-files.md#loop-control). | ||
| - Add a `[token_counting]` config section: when a provider doesn't report token usage, switch the context-size display to local estimates — see [`token_counting`](../configuration/config-files.md#token-counting). | ||
| - Rename two `[loop_control]` keys: `max_retries_per_step` → `max_attempts_per_step` and `max_steps_per_run` → `max_steps_per_turn`; the old keys stop working with a rename warning at startup — see [loop_control](https://moonshotai.github.io/kimi-code/en/configuration/config-files.html#loop-control). | ||
| - Add a `[token_counting]` config section: when a provider doesn't report token usage, switch the context-size display to local estimates — see [token_counting](https://moonshotai.github.io/kimi-code/en/configuration/config-files.html#token-counting). | ||
|
Comment on lines
+17
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
These two link labels are config section identifiers, but the change removes the inline-code styling from AGENTS.md reference: docs/AGENTS.md:L52-L52 Useful? React with 👍 / 👎. |
||
|
|
||
| ### Bug Fixes | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This new instruction still tells future
sync-changelogruns to emit relative docs links, but this commit changed the 0.32.0 entries to absolutehttps://moonshotai.github.io/kimi-code/...URLs because changelog snippets are pasted outside the docs site. The next config-surface changelog entry generated from this skill will reintroduce the same non-resolving pasted links, so the guidance should either require the published absolute URL format or the docs entries should remain relative consistently.Useful? React with 👍 / 👎.