docs(changelog): shorten the 0.32.0 loop_control and token_counting entries - #2595
Merged
Conversation
|
commit: |
mbuckaway
pushed a commit
to mbuckaway/kimi-code
that referenced
this pull request
Aug 4, 2026
…ntries (MoonshotAI#2595) * docs(changelog): shorten the 0.32.0 loop_control and token_counting entries * docs(changelog): tighten the 0.32.0 loop_control and token_counting entries further * docs(changelog): reword 0.32.0 Polish entries from the user perspective
daofazhiran
pushed a commit
to daofazhiran/kimi-code
that referenced
this pull request
Aug 4, 2026
…ntries (MoonshotAI#2595) * docs(changelog): shorten the 0.32.0 loop_control and token_counting entries * docs(changelog): tighten the 0.32.0 loop_control and token_counting entries further * docs(changelog): reword 0.32.0 Polish entries from the user perspective
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
N/A — follow-up to #2594 (post-release docs maintenance)
Problem
The two
Polishentries in the 0.32.0 changelog block enumerate every old/new config key and env var inline, making them long and backtick-heavy. The details already live indocs/{en,zh}/configuration/config-files.md.What changed
docs/{en,zh}/release-notes/changelog.md: rewrote the two entries to keep only the key mapping (max_retries_per_step→max_attempts_per_step,max_steps_per_run→max_steps_per_turn) plus a link to theloop_control/token_countingsections for the env-var and strategy-value details. English and Chinese pages stay 1:1 (Features 1 / Polish 2 / Bug Fixes 6).pnpm run buildindocs/.Checklist
gen-changesetsskill, or this PR needs no changeset. (No changeset — docs only, not part of the release bundle)gen-docsskill, or this PR needs no doc update. (This PR is the doc update)