docs(nodes): add co-located doc.md for llm_kimi#1232
Conversation
The Kimi (Moonshot) node shipped in rocketride-org#1112 but was the only LLM node (1 of 20) missing its co-located doc.md — the docs-site page gathered by `builder docs:build`. This adds it, matching the llm_deepseek / llm_minimax pattern: hand-written prose plus the machine-generated `## Reference` block produced by `nodes:docs-generate` from services.json. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded documentation for the ChangesKimi Node Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Internal: Discord sync markerAuto-managed by the Discord notification workflow. Stores the linked Discord message ID. Do not edit or delete. |
Summary
The Kimi (Moonshot) node (
llm_kimi) landed in #1112, but it was the only LLM node (1 of 20) missing its co-locateddoc.md— the docs-site page gathered into the site bybuilder docs:build. Every sibling (llm_deepseek,llm_minimax,llm_qwen, …) ships one; Kimi only had an in-nodeREADME.md. This adds the missing page so Kimi appears in the published docs.What's included
nodes/src/nodes/llm_kimi/doc.mdfollowing thellm_deepseek/llm_minimaxpattern:README.mdandservices.json, plus a note that temperature is model-aware (K2 reasoning models requiretemperature=1, per feat(nodes): add Kimi (Moonshot) LLM node + model-sync registration #1112).## Referenceblock produced bynodes:docs-generatefromservices.json(not hand-edited, per the co-located-docs rule).Verification
nodes:docs-generateis idempotent on the file (re-run reportsupdated 0); the generated block matchesservices.json.llm_deepseek/doc.md.</{outside inline code.Closes #1107. Completes the documentation requirement from that issue, whose node implementation merged in #1112.
🤖 Generated with Claude Code
Summary by CodeRabbit