From a079d98eb43c6465c1c9158bfbadbae8c116cd9e Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 17 Jun 2026 16:05:56 +0800 Subject: [PATCH] docs(plugins): refresh Cohere inventory --- docs/.i18n/glossary.zh-CN.json | 4 ++++ docs/plugins/plugin-inventory.md | 4 +++- docs/plugins/reference.md | 2 +- docs/plugins/reference/cohere.md | 23 +++++++++++++++++++++++ 4 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 docs/plugins/reference/cohere.md diff --git a/docs/.i18n/glossary.zh-CN.json b/docs/.i18n/glossary.zh-CN.json index 41c528f68141..6dc8b64c6bd1 100644 --- a/docs/.i18n/glossary.zh-CN.json +++ b/docs/.i18n/glossary.zh-CN.json @@ -1175,6 +1175,10 @@ "source": "Control UI", "target": "Control UI" }, + { + "source": "Models CLI", + "target": "模型 CLI" + }, { "source": "Z.AI (GLM)", "target": "Z.AI (GLM)" diff --git a/docs/plugins/plugin-inventory.md b/docs/plugins/plugin-inventory.md index 27f016c9171c..75b65248691e 100644 --- a/docs/plugins/plugin-inventory.md +++ b/docs/plugins/plugin-inventory.md @@ -51,7 +51,7 @@ Each entry lists the package, distribution route, and description. ## Core npm package -90 plugins +91 plugins - **[admin-http-rpc](/plugins/reference/admin-http-rpc)** (`@openclaw/admin-http-rpc`) - included in OpenClaw. OpenClaw admin HTTP RPC endpoint. @@ -81,6 +81,8 @@ Each entry lists the package, distribution route, and description. - **[codex-supervisor](/plugins/reference/codex-supervisor)** (`@openclaw/codex-supervisor`) - included in OpenClaw. Supervise Codex app-server sessions from OpenClaw. +- **[cohere](/plugins/reference/cohere)** (`@openclaw/cohere-provider`) - included in OpenClaw. Adds Cohere model provider support to OpenClaw. + - **[comfy](/plugins/reference/comfy)** (`@openclaw/comfy-provider`) - included in OpenClaw. Adds ComfyUI model provider support to OpenClaw. - **[copilot-proxy](/plugins/reference/copilot-proxy)** (`@openclaw/copilot-proxy`) - included in OpenClaw. Adds Copilot Proxy model provider support to OpenClaw. diff --git a/docs/plugins/reference.md b/docs/plugins/reference.md index 6a70cf7aeb34..d04bc31a2f59 100644 --- a/docs/plugins/reference.md +++ b/docs/plugins/reference.md @@ -15,5 +15,5 @@ This page is generated from `extensions/*/package.json` and pnpm plugins:inventory:gen ``` -Use [Plugin inventory](/plugins/plugin-inventory) to browse all 127 +Use [Plugin inventory](/plugins/plugin-inventory) to browse all 128 generated plugin reference pages by distribution, package, and description. diff --git a/docs/plugins/reference/cohere.md b/docs/plugins/reference/cohere.md new file mode 100644 index 000000000000..170ea88adcea --- /dev/null +++ b/docs/plugins/reference/cohere.md @@ -0,0 +1,23 @@ +--- +summary: "Adds Cohere model provider support to OpenClaw." +read_when: + - You are installing, configuring, or auditing the cohere plugin +title: "Cohere plugin" +--- + +# Cohere plugin + +Adds Cohere model provider support to OpenClaw. + +## Distribution + +- Package: `@openclaw/cohere-provider` +- Install route: included in OpenClaw + +## Surface + +providers: cohere + +## Related docs + +- [cohere](/providers/cohere)