docs: use kimi-for-coding with generic override fields in model overrides example - #1294
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1c9fb2a82e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| ### Patch Changes | ||
|
|
||
| - [#1285](https://github.com/MoonshotAI/kimi-code/pull/1285) [`c434b4c`](https://github.com/MoonshotAI/kimi-code/commit/c434b4c3e658b686e5f0d0d7d3a2b4cfbfbcaffa) - Cap the output a single foreground shell command may stream so a runaway command can no longer crash the process. A command that produces a very large or unbounded amount of output (e.g. `b3sum --length 18446744073709551615`) previously grew the live-output buffer until Node aborted with a JavaScript heap out-of-memory error; it is now gracefully terminated once its output exceeds 16 MiB, and the result explains how to redirect large output to a file instead. The per-task output ring buffer is also maintained in O(1) per chunk rather than O(n²). Background tasks are unaffected. |
There was a problem hiding this comment.
Put the foreground-output fix in the CLI release
For the #1285 foreground Bash output cap, this release note is being emitted under @moonshot-ai/agent-core, but that package is private (packages/agent-core/package.json) and the repo’s changeset guide says CLI-visible internal fixes should target @moonshot-ai/kimi-code. Since the new apps/kimi-code 0.22.1 changelog only lists #1290 and #1283, users of the published CLI release get no release note indicating that the OOM-crash fix is included; move this consumed changeset/release note to the CLI package before publishing.
Useful? React with 👍 / 👎.
1c9fb2a to
57ed6cb
Compare
commit: |
Replace the kimi-k2 example in the model overrides section with kimi-for-coding and use generic fields (max_context_size, display_name) that are guaranteed to work regardless of the model's thinking-effort support.