diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5dc959a..d5d308792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Docs: https://docs.openclaw.ai ### Fixes +- Docs: run oxfmt to fix format checks. (#6513) Thanks @app/clawdinator. - Auto-reply: avoid referencing workspace files in /new greeting prompt. (#5706) Thanks @bravostation. - Process: resolve Windows `spawn()` failures for npm-family CLIs by appending `.cmd` when needed. (#5815) Thanks @thejhinvirtuoso. - Docs: update MiniMax OAuth setup commands; Extensions: use OpenClaw plugin SDK for MiniMax OAuth. (#5402) Thanks @Maosghoul. diff --git a/docs/concepts/model-providers.md b/docs/concepts/model-providers.md index 99bf02259..9034600f6 100644 --- a/docs/concepts/model-providers.md +++ b/docs/concepts/model-providers.md @@ -134,13 +134,13 @@ Moonshot uses OpenAI-compatible endpoints, so configure it as a custom provider: - Auth: `MOONSHOT_API_KEY` - Example model: `moonshot/kimi-k2.5` - Kimi K2 model IDs: - {/_ moonshot-kimi-k2-model-refs:start _/} + - `moonshot/kimi-k2.5` - `moonshot/kimi-k2-0905-preview` - `moonshot/kimi-k2-turbo-preview` - `moonshot/kimi-k2-thinking` - `moonshot/kimi-k2-thinking-turbo` - {/_ moonshot-kimi-k2-model-refs:end _/} + ```json5 { diff --git a/docs/providers/moonshot.md b/docs/providers/moonshot.md index 0a10af674..0ae961276 100644 --- a/docs/providers/moonshot.md +++ b/docs/providers/moonshot.md @@ -14,14 +14,15 @@ provider and set the default model to `moonshot/kimi-k2.5`, or use Kimi Coding with `kimi-coding/k2p5`. Current Kimi K2 model IDs: -{/_ moonshot-kimi-k2-ids:start _/} + + - `kimi-k2.5` - `kimi-k2-0905-preview` - `kimi-k2-turbo-preview` - `kimi-k2-thinking` - `kimi-k2-thinking-turbo` - {/_ moonshot-kimi-k2-ids:end _/} + ```bash openclaw onboard --auth-choice moonshot-api-key