docs: use kimi-for-coding in model overrides example; drop dangling experimental refs - #1337
Merged
wbxl2000 merged 2 commits intoJul 3, 2026
Conversation
kimi-for-coding is the stable public model ID users actually configure; kimi-k2 is the underlying model name and shouldn't appear in the config example. Demonstrate overrides with max_context_size and display_name.
The `## experimental` section was commented out when micro_compaction was removed, but the top-level fields table and the intro sentence still linked to the now-dead #experimental anchor. Remove those references.
|
commit: |
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.
What
Two doc fixes to
docs/{zh,en}/configuration/config-files.md:Model overrides example — use
kimi-for-codinginstead ofkimi-k2, and demonstrate overrides withmax_context_size/display_name. This re-applies docs: use kimi-for-coding with generic override fields in model overrides example #1294 (merged 2026-07-02), whose change is no longer present onmain— the overrides example currently showskimi-k2again.kimi-for-codingis the stable public model ID users actually configure;kimi-k2is the underlying model name and is confusing to show in a config example.Dangling
#experimentalreferences — the## experimentalsection was commented out when micro_compaction was removed (chore(agent-core): remove experimental micro compaction #1317), but the top-level fields table and the intro sentence still link to the now-dead#experimentalanchor. Remove those two references.Why
main.zh and en kept in parity.