From 2c152ffa7fb7fd12fc736f0e9a91fb8b18a1d2bb Mon Sep 17 00:00:00 2001 From: Shakker Date: Fri, 1 May 2026 13:45:01 +0100 Subject: [PATCH] docs: note groq manifest catalog migration --- CHANGELOG.md | 1 + docs/providers/groq.md | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b934fbf054..248f75769e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -498,6 +498,7 @@ Docs: https://docs.openclaw.ai - Plugin SDK/models: add a shared manifest-backed provider catalog builder and move Qianfan, Xiaomi, NVIDIA, Cerebras, Mistral, Moonshot, DeepSeek, Tencent TokenHub, and StepFun provider catalogs onto their plugin manifest `modelCatalog` rows. Thanks @shakkernerd. - Plugin SDK/models: move BytePlus and Volcano Engine standard and plan-provider catalogs into plugin manifest `modelCatalog` rows and remove the now-unused Volcengine-family shared catalog SDK subpath. Thanks @shakkernerd. - CLI/models: move Fireworks and Together AI fixed provider catalogs into plugin manifest `modelCatalog` rows so provider-filtered listing can use manifest-backed static rows. Thanks @shakkernerd. +- CLI/models: move Groq's fixed text model catalog into the Groq plugin manifest and declare its setup auth env metadata so provider-filtered listing can use manifest-backed rows without deprecated auth metadata. Thanks @shakkernerd. - Channels/Yuanbao: register the Tencent Yuanbao external channel plugin (`openclaw-plugin-yuanbao`) in the official channel catalog, contract suites, and community plugin docs, with a new `docs/channels/yuanbao.md` quick-start guide for WebSocket bot DMs and group chats. (#72756) Thanks @loongfay. - Channels/QQBot: add full group chat support (history tracking, @-mention gating, activation modes, per-group config, FIFO message queue with deliver debounce), C2C `stream_messages` streaming with a `StreamingController` lifecycle manager, unified `sendMedia` with chunked upload for large files, and refactor the engine into pipeline stages, focused outbound submodules, builtin slash-command modules, and explicit DI ports via `createEngineAdapters()`. (#70624) Thanks @cxyhhhhh. - Plugins/startup: migrate bundled plugin manifests to explicit `activation.onStartup` declarations so Gateway startup imports only the bundled plugins that intentionally register startup-time runtime surfaces. Thanks @shakkernerd. diff --git a/docs/providers/groq.md b/docs/providers/groq.md index c6e49118bfa..d9d21030de3 100644 --- a/docs/providers/groq.md +++ b/docs/providers/groq.md @@ -55,8 +55,9 @@ to Groq through its OpenAI-compatible API. ## Built-in catalog -Groq's model catalog changes frequently. Run `openclaw models list | grep groq` -to see currently available models, or check +OpenClaw ships a manifest-backed Groq catalog for fast provider-filtered model +listing. Run `openclaw models list --all --provider groq` to see the bundled +rows, or check [console.groq.com/docs/models](https://console.groq.com/docs/models). | Model | Notes | @@ -67,8 +68,8 @@ to see currently available models, or check | **Mixtral 8x7B** | MoE architecture, strong reasoning | -Use `openclaw models list --provider groq` for the most up-to-date list of -models available on your account. +Use `openclaw models list --all --provider groq` for the manifest-backed Groq +rows known to this OpenClaw version. ## Reasoning models