docs: kimi-code v0.6.0 skill/docs refresh + README 11 providers#8
Merged
Merged
Conversation
…rok/agy)
Closes the doc-debt deferred through the v0.6.20 release, plus the README
provider-list drift the user flagged.
kimi doc-debt (the skill prose + reference docs still described the legacy
Python kimi-cli, contradicting the merged kimi-code v0.6.0 adapter):
- kimi-cli-runtime/SKILL.md: rewritten for kimi-code v0.6.0 — `-p` one-shot
(no `--print`/`--input-format`), `-p` rejects `--yolo`/`--auto`/`--plan`,
STRUCTURED stdout session id (`{role:meta,type:session.resume_hint,
session_id:session_<uuid>}`, not the stderr regex), `--session`/`-C` resume
(no `-r`), `~/.kimi-code/config.toml`, prompt-only review, content may be a
string or block list. Legacy flags now appear only as explicit "do NOT use".
- kimi-prompting/SKILL.md: rule 4 dropped `--max-steps-per-turn` (moved to
config `[loop_control]`); reframed as single-turn Ask guidance.
- docs/provider-paths.md + docs/polycli-v1-public-surface.md: kimi rows updated
to the kimi-code one-shot stance (no `--plan`/`--no-thinking`/`--max-steps`).
README (rendered on GitHub):
- provider prose list + Hosts/providers table + capability matrix now list all
11 providers — added the missing `agy` (since v0.6.18) and `grok` (v0.6.20).
Matrix capability values sourced from registry.js (agy: structuredOutput —;
grok: structuredOutput ✓).
- readme-header.svg: "ten provider CLIs" → "eleven".
No code/bundle change. npm test 483/483; validate:codex-adapter / host-map /
manifests green.
bbingz
added a commit
that referenced
this pull request
Jun 2, 2026
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.
Closes the kimi doc-debt deferred through v0.6.20 (skill prose + reference docs still described the legacy Python kimi-cli) and updates the GitHub-rendered README to the current 11 providers.
-pone-shot, structuredsession.resume_hintid,--session/-Cresume,~/.kimi-code/, prompt-only review). Legacy--print/--input-format/-r/--no-thinking/--max-steps-per-turnnow appear only as 'do NOT use'.agy(v0.6.18) andgrok(v0.6.20); SVG 'ten'→'eleven'.No code/bundle change. npm test 483/483; validate:codex-adapter / host-map / manifests green.