惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
M
MIT News - Artificial intelligence
D
Docker
S
SegmentFault 最新的问题
B
Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
博客园 - 【当耐特】
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
腾讯CDC
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
C
Check Point Blog
GbyAI
GbyAI
美团技术团队
Recent Announcements
Recent Announcements
F
Fortinet All Blogs
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
feat(cohere): externalize provider plugin · openclaw/open...
vincentkoc · 2026-06-18 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -1387,11 +1387,7 @@

13871387

"clawhub/http-api",

13881388

"clawhub/acceptable-usage",

13891389

"clawhub/moderation",

1390-

"clawhub/namespace-claims",

1391-

"clawhub/security",

1392-

"clawhub/security-audits",

1393-

"clawhub/content-rights",

1394-

"clawhub/plugin-validation-fixes"

1390+

"clawhub/security-audits"

13951391

]

13961392

}

13971393

]

Original file line numberDiff line numberDiff line change

@@ -81,7 +81,7 @@ Each entry lists the package, distribution route, and description.

8181
8282

- **[codex-supervisor](/plugins/reference/codex-supervisor)** (`@openclaw/codex-supervisor`) - included in OpenClaw. Supervise Codex app-server sessions from OpenClaw.

8383
84-

- **[cohere](/plugins/reference/cohere)** (`@openclaw/cohere-provider`) - included in OpenClaw. Adds Cohere model provider support to OpenClaw.

84+

- **[cohere](/plugins/reference/cohere)** (`@openclaw/cohere-provider`) - included in OpenClaw; npm; ClawHub: `clawhub:@openclaw/cohere-provider`. OpenClaw Cohere provider plugin.

8585
8686

- **[comfy](/plugins/reference/comfy)** (`@openclaw/comfy-provider`) - included in OpenClaw. Adds ComfyUI model provider support to OpenClaw.

8787
Original file line numberDiff line numberDiff line change

@@ -1,18 +1,18 @@

11

---

2-

summary: "Adds Cohere model provider support to OpenClaw."

2+

summary: "OpenClaw Cohere provider plugin."

33

read_when:

44

- You are installing, configuring, or auditing the cohere plugin

55

title: "Cohere plugin"

66

---

77
88

# Cohere plugin

99
10-

Adds Cohere model provider support to OpenClaw.

10+

OpenClaw Cohere provider plugin.

1111
1212

## Distribution

1313
1414

- Package: `@openclaw/cohere-provider`

15-

- Install route: included in OpenClaw

15+

- Install route: included in OpenClaw; npm; ClawHub: `clawhub:@openclaw/cohere-provider`

1616
1717

## Surface

1818
Original file line numberDiff line numberDiff line change

@@ -6,31 +6,38 @@ read_when:

66

- You need the Cohere API key env var or CLI auth choice

77

---

88
9-

[Cohere](https://cohere.com) provides OpenAI-compatible inference through its Compatibility API. OpenClaw includes a bundled Cohere provider plugin with the Command A model catalog.

10-
11-

| Property | Value |

12-

| --------------- | ---------------------------------------- |

13-

| Provider id | `cohere` |

14-

| Plugin | bundled, `enabledByDefault: true` |

15-

| Auth env var | `COHERE_API_KEY` |

16-

| Onboarding flag | `--auth-choice cohere-api-key` |

17-

| Direct CLI flag | `--cohere-api-key <key>` |

18-

| API | OpenAI-compatible (`openai-completions`) |

19-

| Base URL | `https://api.cohere.ai/compatibility/v1` |

20-

| Default model | `cohere/command-a-03-2025` |

9+

[Cohere](https://cohere.com) provides OpenAI-compatible inference through its Compatibility API. OpenClaw ships the Cohere provider during its externalization transition and also publishes it as an official external plugin with the Command A model catalog.

10+
11+

| Property | Value |

12+

| --------------- | ---------------------------------------------------- |

13+

| Provider id | `cohere` |

14+

| Plugin | bundled during transition; official external package |

15+

| Auth env var | `COHERE_API_KEY` |

16+

| Onboarding flag | `--auth-choice cohere-api-key` |

17+

| Direct CLI flag | `--cohere-api-key <key>` |

18+

| API | OpenAI-compatible (`openai-completions`) |

19+

| Base URL | `https://api.cohere.ai/compatibility/v1` |

20+

| Default model | `cohere/command-a-03-2025` |

2121
2222

## Get started

2323
24-

1. Create a Cohere API key.

25-

2. Run onboarding:

24+

1. Cohere is included in current OpenClaw packages. If it is unavailable, install the external package and restart the Gateway:

25+
26+

```bash

27+

openclaw plugins install @openclaw/cohere-provider

28+

openclaw gateway restart

29+

```

30+
31+

2. Create a Cohere API key.

32+

3. Run onboarding:

2633
2734

```bash

2835

openclaw onboard --non-interactive \

2936

--auth-choice cohere-api-key \

3037

--cohere-api-key "$COHERE_API_KEY"

3138

```

3239
33-

3. Confirm the catalog is available:

40+

4. Confirm the catalog is available:

3441
3542

```bash

3643

openclaw models list --provider cohere

@@ -40,7 +47,7 @@ The default model is set only when no primary model is already configured.

4047
4148

## Environment-only setup

4249
43-

Make `COHERE_API_KEY` available to the Gateway process, then select the bundled model:

50+

Make `COHERE_API_KEY` available to the Gateway process, then select the Cohere model:

4451
4552

```json5

4653

{

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,13 @@

1+

# OpenClaw Cohere Provider

2+
3+

Official OpenClaw provider plugin for Cohere's OpenAI-compatible Compatibility

4+

API.

5+
6+

Install from OpenClaw:

7+
8+

```bash

9+

openclaw plugins install @openclaw/cohere-provider

10+

openclaw gateway restart

11+

```

12+
13+

Configure a Cohere API key, then select `cohere/command-a-03-2025`.

Original file line numberDiff line numberDiff line change

@@ -6,7 +6,7 @@ import { createCohereCompletionsWrapper } from "./stream.js";

66

export default defineSingleProviderPluginEntry({

77

id: "cohere",

88

name: "Cohere Provider",

9-

description: "Bundled Cohere provider plugin",

9+

description: "Cohere provider plugin",

1010

provider: {

1111

label: "Cohere",

1212

docsPath: "/providers/cohere",

Original file line numberDiff line numberDiff line change

@@ -1,5 +1,7 @@

11

{

22

"id": "cohere",

3+

"name": "Cohere",

4+

"description": "OpenClaw Cohere provider plugin.",

35

"activation": {

46

"onStartup": false

57

},

Original file line numberDiff line numberDiff line change

@@ -1,15 +1,35 @@

11

{

22

"name": "@openclaw/cohere-provider",

33

"version": "2026.6.8",

4-

"private": true,

5-

"description": "OpenClaw Cohere provider plugin",

4+

"description": "OpenClaw Cohere provider plugin.",

5+

"repository": {

6+

"type": "git",

7+

"url": "https://github.com/openclaw/openclaw"

8+

},

69

"type": "module",

710

"devDependencies": {

811

"@openclaw/plugin-sdk": "workspace:*"

912

},

1013

"openclaw": {

1114

"extensions": [

1215

"./index.ts"

13-

]

16+

],

17+

"install": {

18+

"clawhubSpec": "clawhub:@openclaw/cohere-provider",

19+

"npmSpec": "@openclaw/cohere-provider",

20+

"defaultChoice": "npm",

21+

"minHostVersion": ">=2026.6.8"

22+

},

23+

"compat": {

24+

"pluginApi": ">=2026.6.8"

25+

},

26+

"build": {

27+

"openclawVersion": "2026.6.8",

28+

"bundledDist": true

29+

},

30+

"release": {

31+

"publishToClawHub": true,

32+

"publishToNpm": true

33+

}

1434

}

1535

}

Original file line numberDiff line numberDiff line change

@@ -323,6 +323,10 @@ function resolveInstallRoute(packageJson, status) {

323323

return "source checkout only";

324324

}

325325

if (status === "core") {

326+

const release = packageJson.openclaw?.release;

327+

if (release?.publishToClawHub === true || release?.publishToNpm === true) {

328+

return `included in OpenClaw; ${resolveInstallRoute(packageJson, "external")}`;

329+

}

326330

return "included in OpenClaw";

327331

}

328332

const install = packageJson.openclaw?.install;