You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai
7
7
### Changes
8
8
9
9
- Dependencies: bump the bundled Codex harness to `@openai/codex` `0.132.0` and refresh the app-server model-list docs for the new catalog.
10
+
- CLI/policy: add the bundled Policy plugin for policy-backed channel conformance checks, doctor lint findings, and opt-in workspace repair. (#80407) Thanks @giodl73-repo.
10
11
- Agents/config: allow `agents.list[].experimental.localModelLean` so lean local-model mode can be enabled for one configured agent instead of globally.
11
12
- Providers/xAI: add device-code OAuth login so remote and headless setups can authorize xAI without a localhost browser callback. (#84005) Thanks @fuller-stack-dev.
Copy file name to clipboardExpand all lines: docs/plugins/plugin-inventory.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ commands.
109
109
|[opencode-go](/plugins/reference/opencode-go)| Adds OpenCode Go model provider support to OpenClaw. |`@openclaw/opencode-go-provider`<br />included in OpenClaw | providers: opencode-go; contracts: mediaUnderstandingProviders |
110
110
|[openrouter](/plugins/reference/openrouter)| Adds OpenRouter model provider support to OpenClaw. |`@openclaw/openrouter-provider`<br />included in OpenClaw | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders |
111
111
|[perplexity](/plugins/reference/perplexity)| Adds web search provider support. |`@openclaw/perplexity-plugin`<br />included in OpenClaw | contracts: webSearchProviders |
112
+
|[policy](/plugins/reference/policy)| Adds policy-backed doctor checks for workspace conformance. |`@openclaw/policy`<br />included in OpenClaw | plugin |
112
113
|[qianfan](/plugins/reference/qianfan)| Adds Qianfan model provider support to OpenClaw. |`@openclaw/qianfan-provider`<br />included in OpenClaw | providers: qianfan |
113
114
|[qwen](/plugins/reference/qwen)| Adds Qwen, Qwen Cloud, Model Studio, DashScope model provider support to OpenClaw. |`@openclaw/qwen-provider`<br />included in OpenClaw | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders |
114
115
|[runway](/plugins/reference/runway)| Adds video generation provider support. |`@openclaw/runway-provider`<br />included in OpenClaw | contracts: videoGenerationProviders |
Copy file name to clipboardExpand all lines: docs/plugins/reference.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ pnpm plugins:inventory:gen
96
96
|[openrouter](/plugins/reference/openrouter)| Adds OpenRouter model provider support to OpenClaw. |`@openclaw/openrouter-provider`<br />included in OpenClaw | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders |
97
97
|[openshell](/plugins/reference/openshell)| Sandbox backend powered by OpenShell with mirrored local workspaces and SSH-based command execution. |`@openclaw/openshell-sandbox`<br />npm; ClawHub | plugin |
98
98
|[perplexity](/plugins/reference/perplexity)| Adds web search provider support. |`@openclaw/perplexity-plugin`<br />included in OpenClaw | contracts: webSearchProviders |
99
+
|[policy](/plugins/reference/policy)| Adds policy-backed doctor checks for workspace conformance. |`@openclaw/policy`<br />included in OpenClaw | plugin |
99
100
|[qa-channel](/plugins/reference/qa-channel)| Adds the QA Channel surface for sending and receiving OpenClaw messages. |`@openclaw/qa-channel`<br />source checkout only | channels: qa-channel |
100
101
|[qa-lab](/plugins/reference/qa-lab)| OpenClaw QA lab plugin with private debugger UI and scenario runner. |`@openclaw/qa-lab`<br />source checkout only | plugin |
101
102
|[qa-matrix](/plugins/reference/qa-matrix)| Matrix QA transport runner and substrate. |`@openclaw/qa-matrix`<br />source checkout only | plugin |
0 commit comments