mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
chore(release): prepare 2026.8.1 (#120375)
This commit is contained in:
committed by
GitHub
parent
5a79d19ba1
commit
48639663b0
@@ -15,9 +15,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2026.7.2</string>
|
||||
<string>2026.8.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2026070200</string>
|
||||
<string>2026080100</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>OpenClaw</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
||||
@@ -303,7 +303,7 @@ Each entry lists the package, distribution route, and description.
|
||||
|
||||
- **[slack](/plugins/reference/slack)** (`@openclaw/slack`) - npm; ClawHub. OpenClaw Slack channel plugin for channels, DMs, commands, and app events.
|
||||
|
||||
- **[sms](/plugins/reference/sms)** (`@openclaw/sms`) - npm; ClawHub: `clawhub:@openclaw/sms`. Twilio SMS channel plugin for OpenClaw text messages.
|
||||
- **[sms](/plugins/reference/sms)** (`@openclaw/sms`) - npm; ClawHub: `clawhub:@openclaw/sms`. Twilio SMS/MMS channel plugin for OpenClaw messages.
|
||||
|
||||
- **[stepfun](/plugins/reference/stepfun)** (`@openclaw/stepfun-provider`) - npm; ClawHub: `clawhub:@openclaw/stepfun-provider`. Adds StepFun, StepFun Plan model provider support to OpenClaw.
|
||||
|
||||
|
||||
@@ -7,9 +7,7 @@ title: "Cua Computer plugin"
|
||||
|
||||
# Cua Computer plugin
|
||||
|
||||
Experimental CUA Driver SDK computer control for Windows and Linux node hosts. It preserves
|
||||
the node `screen.snapshot` and `computer.act` contract while using a configured, trusted
|
||||
CUA Driver 0.14.1 SDK session directly; it does not run a CUA daemon or MCP proxy.
|
||||
Experimental CUA Driver SDK computer control for Windows and Linux node hosts.
|
||||
|
||||
## Distribution
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ Adds Google, Google Gemini CLI, Google Vertex model provider support to OpenClaw
|
||||
|
||||
## Surface
|
||||
|
||||
providers: `google`, `google-gemini-cli`, `google-vertex`; contracts: `imageGenerationProviders`, `mediaUnderstandingProviders`, `memoryEmbeddingProviders`, `musicGenerationProviders`, `realtimeVoiceProviders`, `speechProviders`, `usageProviders`, `videoGenerationProviders`, `webSearchProviders`
|
||||
providers: `google`, `google-gemini-cli`, `google-vertex`; contracts: `imageGenerationProviders`, `mediaUnderstandingProviders`, `memoryEmbeddingProviders`, `musicGenerationProviders`, `realtimeVoiceProviders`, `speechProviders`, `videoGenerationProviders`, `webSearchProviders`
|
||||
|
||||
## Related docs
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
summary: "Twilio SMS channel plugin for OpenClaw text messages."
|
||||
summary: "Twilio SMS/MMS channel plugin for OpenClaw messages."
|
||||
read_when:
|
||||
- You are installing, configuring, or auditing the sms plugin
|
||||
title: "Sms plugin"
|
||||
@@ -7,7 +7,7 @@ title: "Sms plugin"
|
||||
|
||||
# Sms plugin
|
||||
|
||||
Twilio SMS channel plugin for OpenClaw text messages.
|
||||
Twilio SMS/MMS channel plugin for OpenClaw messages.
|
||||
|
||||
## Distribution
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/acpx",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -43,10 +43,10 @@
|
||||
]
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"staticAssets": [
|
||||
{
|
||||
"source": "./src/runtime-internals/mcp-proxy.mjs",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/admin-http-rpc",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw admin HTTP RPC endpoint",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/alibaba-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Alibaba Model Studio video provider plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/amazon-bedrock-mantle-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Amazon Bedrock Mantle provider plugin for OpenAI-compatible model routing.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -24,10 +24,10 @@
|
||||
"minHostVersion": ">=2026.5.12-beta.1"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/amazon-bedrock-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Amazon Bedrock provider plugin with model discovery, embeddings, and guardrail support.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -28,10 +28,10 @@
|
||||
"minHostVersion": ">=2026.5.12-beta.1"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/anthropic-vertex-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Anthropic Vertex provider plugin for Claude models on Google Vertex AI.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -25,10 +25,10 @@
|
||||
"minHostVersion": ">=2026.5.12-beta.1"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/anthropic-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Anthropic provider, Claude CLI, and native session catalog plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/arcee-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Arcee provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/azure-speech",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Azure Speech plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/baseten-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Baseten provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.7.2"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/beam",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "Read-only coding-session Beam receiver",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/bonjour",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Bonjour/mDNS gateway discovery",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/brave-plugin",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Brave Search provider plugin for web search.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"allowInvalidConfigRecovery": true
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/browser-plugin",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw browser tool plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/buzz",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "Connect OpenClaw agents to Buzz rooms",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,7 +16,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -24,13 +24,18 @@
|
||||
}
|
||||
},
|
||||
"openclaw": {
|
||||
"extensions": ["./index.ts"],
|
||||
"extensions": [
|
||||
"./index.ts"
|
||||
],
|
||||
"setupEntry": "./setup-entry.ts",
|
||||
"channel": {
|
||||
"id": "buzz",
|
||||
"configuredState": {
|
||||
"env": {
|
||||
"allOf": ["BUZZ_RELAY_URL", "BUZZ_PRIVATE_KEY"]
|
||||
"allOf": [
|
||||
"BUZZ_RELAY_URL",
|
||||
"BUZZ_PRIVATE_KEY"
|
||||
]
|
||||
}
|
||||
},
|
||||
"label": "Buzz",
|
||||
@@ -42,9 +47,31 @@
|
||||
"order": 56,
|
||||
"setup": {
|
||||
"fields": [
|
||||
{ "key": "relayUrl", "kind": "string", "cli": { "flags": "--relay-url <url>", "description": "Buzz relay WebSocket URL" } },
|
||||
{ "key": "privateKey", "kind": "string", "sensitive": true, "cli": { "flags": "--private-key <key>", "description": "Buzz bot Nostr private key" } },
|
||||
{ "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use BUZZ_PRIVATE_KEY with the supplied relay URL" } }
|
||||
{
|
||||
"key": "relayUrl",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--relay-url <url>",
|
||||
"description": "Buzz relay WebSocket URL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "privateKey",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--private-key <key>",
|
||||
"description": "Buzz bot Nostr private key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use BUZZ_PRIVATE_KEY with the supplied relay URL"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -55,10 +82,10 @@
|
||||
"minHostVersion": ">=2026.7.2"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/byteplus-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw BytePlus provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.7.2"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/canvas-plugin",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Canvas plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/cerebras-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Cerebras provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/chutes-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Chutes.ai provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/clawrouter",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw ClawRouter plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/clickclack",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw ClickClack channel plugin",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
@@ -17,7 +17,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -54,15 +54,81 @@
|
||||
},
|
||||
"setup": {
|
||||
"fields": [
|
||||
{ "key": "code", "kind": "string", "sensitive": true, "cli": { "flags": "--code <code>", "description": "ClickClack one-time setup code or setup URL" } },
|
||||
{ "key": "token", "kind": "string", "sensitive": true, "cli": { "flags": "--token <token>", "description": "ClickClack bot token" } },
|
||||
{ "key": "tokenFile", "kind": "string", "sensitive": true, "cli": { "flags": "--token-file <path>", "description": "ClickClack bot token file" } },
|
||||
{ "key": "baseUrl", "kind": "string", "cli": { "flags": "--base-url <url>", "description": "ClickClack API base URL" } },
|
||||
{ "key": "workspace", "kind": "string", "cli": { "flags": "--workspace <workspace>", "description": "ClickClack workspace id, slug, or name" } },
|
||||
{ "key": "defaultTo", "kind": "string", "cli": { "flags": "--default-to <target>", "description": "Default ClickClack target" } },
|
||||
{ "key": "allowFrom", "kind": "string-list", "cli": { "flags": "--allow-from <ids>", "description": "Allowed ClickClack senders" } },
|
||||
{ "key": "agentActivity", "kind": "boolean", "cli": { "flags": "--agent-activity", "description": "Enable ClickClack agent activity" } },
|
||||
{ "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use CLICKCLACK_BOT_TOKEN" } }
|
||||
{
|
||||
"key": "code",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--code <code>",
|
||||
"description": "ClickClack one-time setup code or setup URL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "token",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--token <token>",
|
||||
"description": "ClickClack bot token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "tokenFile",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--token-file <path>",
|
||||
"description": "ClickClack bot token file"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "baseUrl",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--base-url <url>",
|
||||
"description": "ClickClack API base URL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "workspace",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--workspace <workspace>",
|
||||
"description": "ClickClack workspace id, slug, or name"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "defaultTo",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--default-to <target>",
|
||||
"description": "Default ClickClack target"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "allowFrom",
|
||||
"kind": "string-list",
|
||||
"cli": {
|
||||
"flags": "--allow-from <ids>",
|
||||
"description": "Allowed ClickClack senders"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "agentActivity",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--agent-activity",
|
||||
"description": "Enable ClickClack agent activity"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use CLICKCLACK_BOT_TOKEN"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -74,10 +140,10 @@
|
||||
"allowInvalidConfigRecovery": true
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/cloudflare-ai-gateway-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Cloudflare AI Gateway provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/codex",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Codex app-server harness and native session supervision plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -35,10 +35,10 @@
|
||||
]
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/cohere-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Cohere provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/comfy-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw ComfyUI provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.7.2"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/copilot-proxy",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Copilot Proxy provider plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/copilot",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw GitHub Copilot agent runtime plugin (registers a `github-copilot` AgentHarness backed by @github/copilot-sdk over JSON-RPC to the GitHub Copilot CLI)",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -24,10 +24,10 @@
|
||||
"minHostVersion": ">=2026.5.28"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/crabbox-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw cloud worker provider backed by the Crabbox CLI",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/cua-computer",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "Experimental CUA Driver SDK computer control for Windows and Linux node hosts",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/deepgram-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Deepgram media-understanding provider",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/deepinfra-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw DeepInfra provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/deepseek-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw DeepSeek provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/diagnostics-otel",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw diagnostics OpenTelemetry exporter for metrics, traces, and logs.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -37,10 +37,10 @@
|
||||
"minHostVersion": ">=2026.4.25"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/diagnostics-prometheus",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw diagnostics Prometheus exporter for runtime metrics.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.4.25"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/diffs-language-pack",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw diffs viewer syntax highlighting language pack",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -22,13 +22,13 @@
|
||||
"minHostVersion": ">=2026.5.27"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"assetScripts": {
|
||||
"build": "node ../../scripts/build-diffs-viewer-runtime.mjs full"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"staticAssets": [
|
||||
{
|
||||
"source": "./assets/viewer-runtime.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/diffs",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw read-only diff viewer plugin and file renderer for agents.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -28,13 +28,13 @@
|
||||
"minHostVersion": ">=2026.4.30"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"assetScripts": {
|
||||
"build": "node ../../scripts/build-diffs-viewer-runtime.mjs curated"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"staticAssets": [
|
||||
{
|
||||
"source": "./assets/viewer-runtime.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/discord",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Discord channel plugin for channels, DMs, commands, and app events.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -24,7 +24,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -66,12 +66,18 @@
|
||||
"key": "token",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": { "flags": "--token <token>", "description": "Discord bot token" }
|
||||
"cli": {
|
||||
"flags": "--token <token>",
|
||||
"description": "Discord bot token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": { "flags": "--use-env", "description": "Use DISCORD_BOT_TOKEN" }
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use DISCORD_BOT_TOKEN"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -93,10 +99,10 @@
|
||||
"allowInvalidConfigRecovery": true
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"staticAssets": [
|
||||
{
|
||||
"source": "./assets/embedded-app-sdk.mjs",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/document-extract-plugin",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw local document extraction plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/duckduckgo-plugin",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw DuckDuckGo plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.7.2"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/elevenlabs-speech",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw ElevenLabs speech plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/exa-plugin",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Exa plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/fal-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw fal provider plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/featherless-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Featherless AI provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.11"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/feishu",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Feishu/Lark channel plugin for chats and workplace tools (community maintained by @m1heng).",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -20,7 +20,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -54,7 +54,9 @@
|
||||
],
|
||||
"order": 35,
|
||||
"quickstartAllowFrom": true,
|
||||
"setup": { "fields": [] }
|
||||
"setup": {
|
||||
"fields": []
|
||||
}
|
||||
},
|
||||
"install": {
|
||||
"npmSpec": "@openclaw/feishu",
|
||||
@@ -62,10 +64,10 @@
|
||||
"minHostVersion": ">=2026.5.29"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/file-transfer",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw file transfer plugin (file_fetch, dir_list, dir_fetch, file_write)",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/firecrawl-plugin",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Firecrawl plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -24,10 +24,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/fireworks-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Fireworks provider plugin",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
@@ -17,10 +17,10 @@
|
||||
"minHostVersion": ">=2026.6.9"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/fish-audio-speech",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Fish Audio speech plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.7.2"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/github-copilot-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw GitHub Copilot provider plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/gmi-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw GMI Cloud provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/google-meet",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Google Meet participant plugin for joining calls through Chrome or Twilio transports.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -17,7 +17,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -34,10 +34,10 @@
|
||||
"minHostVersion": ">=2026.4.20"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/google-plugin",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Google plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/googlechat",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Google Chat channel plugin for spaces and direct messages.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,7 +16,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -66,39 +66,63 @@
|
||||
"key": "token",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": { "flags": "--token <json>", "description": "Google Chat service account JSON" }
|
||||
"cli": {
|
||||
"flags": "--token <json>",
|
||||
"description": "Google Chat service account JSON"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "tokenFile",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": { "flags": "--token-file <path>", "description": "Google Chat service account file" }
|
||||
"cli": {
|
||||
"flags": "--token-file <path>",
|
||||
"description": "Google Chat service account file"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "audienceType",
|
||||
"kind": "choice",
|
||||
"choices": ["app-url", "project-number"],
|
||||
"cli": { "flags": "--audience-type <type>", "description": "Google Chat audience type" }
|
||||
"choices": [
|
||||
"app-url",
|
||||
"project-number"
|
||||
],
|
||||
"cli": {
|
||||
"flags": "--audience-type <type>",
|
||||
"description": "Google Chat audience type"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "audience",
|
||||
"kind": "string",
|
||||
"cli": { "flags": "--audience <value>", "description": "Google Chat audience value" }
|
||||
"cli": {
|
||||
"flags": "--audience <value>",
|
||||
"description": "Google Chat audience value"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "webhookPath",
|
||||
"kind": "string",
|
||||
"cli": { "flags": "--webhook-path <path>", "description": "Google Chat webhook path" }
|
||||
"cli": {
|
||||
"flags": "--webhook-path <path>",
|
||||
"description": "Google Chat webhook path"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "webhookUrl",
|
||||
"kind": "string",
|
||||
"cli": { "flags": "--webhook-url <url>", "description": "Google Chat webhook URL" }
|
||||
"cli": {
|
||||
"flags": "--webhook-url <url>",
|
||||
"description": "Google Chat webhook URL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": { "flags": "--use-env", "description": "Use Google Chat environment credentials" }
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use Google Chat environment credentials"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -109,10 +133,10 @@
|
||||
"minHostVersion": ">=2026.4.10"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/gradium-speech",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Gradium speech plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/groq-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Groq media-understanding provider.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/huggingface-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Hugging Face provider plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/image-generation-core",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw image generation runtime package",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/imessage",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw iMessage channel plugin using imsg on a signed-in Mac",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,7 +16,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -52,23 +52,39 @@
|
||||
{
|
||||
"key": "cliPath",
|
||||
"kind": "string",
|
||||
"cli": { "flags": "--cli-path <path>", "description": "iMessage CLI path" }
|
||||
"cli": {
|
||||
"flags": "--cli-path <path>",
|
||||
"description": "iMessage CLI path"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "dbPath",
|
||||
"kind": "string",
|
||||
"cli": { "flags": "--db-path <path>", "description": "iMessage database path" }
|
||||
"cli": {
|
||||
"flags": "--db-path <path>",
|
||||
"description": "iMessage database path"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "service",
|
||||
"kind": "choice",
|
||||
"choices": ["imessage", "sms", "auto"],
|
||||
"cli": { "flags": "--service <service>", "description": "iMessage service" }
|
||||
"choices": [
|
||||
"imessage",
|
||||
"sms",
|
||||
"auto"
|
||||
],
|
||||
"cli": {
|
||||
"flags": "--service <service>",
|
||||
"description": "iMessage service"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "region",
|
||||
"kind": "string",
|
||||
"cli": { "flags": "--region <region>", "description": "SMS region" }
|
||||
"cli": {
|
||||
"flags": "--region <region>",
|
||||
"description": "SMS region"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -81,10 +97,10 @@
|
||||
"allowInvalidConfigRecovery": true
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/inworld-speech",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Inworld speech plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
+80
-14
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/irc",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw IRC channel plugin",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
@@ -41,23 +41,89 @@
|
||||
"internet-relay-chat"
|
||||
],
|
||||
"systemImage": "network",
|
||||
"setup": { "fields": [
|
||||
{ "key": "host", "kind": "string", "cli": { "flags": "--host <host>", "description": "IRC server host" } },
|
||||
{ "key": "port", "kind": "string", "cli": { "flags": "--port <port>", "description": "IRC server port" } },
|
||||
{ "key": "tls", "kind": "boolean", "cli": { "flags": "--tls", "description": "Use TLS for IRC" } },
|
||||
{ "key": "nick", "kind": "string", "cli": { "flags": "--nick <nick>", "description": "IRC nickname" } },
|
||||
{ "key": "username", "kind": "string", "cli": { "flags": "--username <name>", "description": "IRC username" } },
|
||||
{ "key": "realname", "kind": "string", "cli": { "flags": "--realname <name>", "description": "IRC real name" } },
|
||||
{ "key": "channels", "kind": "string-list", "cli": { "flags": "--channels <names>", "description": "IRC channels" } },
|
||||
{ "key": "password", "kind": "string", "sensitive": true, "cli": { "flags": "--password <password>", "description": "IRC server password" } },
|
||||
{ "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use IRC environment configuration" } }
|
||||
] }
|
||||
"setup": {
|
||||
"fields": [
|
||||
{
|
||||
"key": "host",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--host <host>",
|
||||
"description": "IRC server host"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "port",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--port <port>",
|
||||
"description": "IRC server port"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "tls",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--tls",
|
||||
"description": "Use TLS for IRC"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "nick",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--nick <nick>",
|
||||
"description": "IRC nickname"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "username",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--username <name>",
|
||||
"description": "IRC username"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "realname",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--realname <name>",
|
||||
"description": "IRC real name"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "channels",
|
||||
"kind": "string-list",
|
||||
"cli": {
|
||||
"flags": "--channels <names>",
|
||||
"description": "IRC channels"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "password",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--password <password>",
|
||||
"description": "IRC server password"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use IRC environment configuration"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/kilocode-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Kilo Gateway provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/kimi-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Kimi provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/line",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw LINE channel plugin for LINE Bot API chats.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,7 +16,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -47,14 +47,63 @@
|
||||
"systemImage": "message",
|
||||
"order": 75,
|
||||
"quickstartAllowFrom": true,
|
||||
"setup": { "fields": [
|
||||
{ "key": "channelAccessToken", "kind": "string", "sensitive": true, "cli": { "flags": "--channel-access-token <token>", "description": "LINE channel access token" } },
|
||||
{ "key": "token", "kind": "string", "sensitive": true, "cli": { "flags": "--token <token>", "description": "LINE channel access token (alias)" } },
|
||||
{ "key": "channelSecret", "kind": "string", "sensitive": true, "cli": { "flags": "--channel-secret <secret>", "description": "LINE channel secret" } },
|
||||
{ "key": "tokenFile", "kind": "string", "sensitive": true, "cli": { "flags": "--token-file <path>", "description": "LINE access token file" } },
|
||||
{ "key": "secretFile", "kind": "string", "sensitive": true, "cli": { "flags": "--secret-file <path>", "description": "LINE channel secret file" } },
|
||||
{ "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use LINE environment credentials" } }
|
||||
] }
|
||||
"setup": {
|
||||
"fields": [
|
||||
{
|
||||
"key": "channelAccessToken",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--channel-access-token <token>",
|
||||
"description": "LINE channel access token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "token",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--token <token>",
|
||||
"description": "LINE channel access token (alias)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "channelSecret",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--channel-secret <secret>",
|
||||
"description": "LINE channel secret"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "tokenFile",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--token-file <path>",
|
||||
"description": "LINE access token file"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "secretFile",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--secret-file <path>",
|
||||
"description": "LINE channel secret file"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use LINE environment credentials"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"install": {
|
||||
"npmSpec": "@openclaw/line",
|
||||
@@ -62,10 +111,10 @@
|
||||
"minHostVersion": ">=2026.4.10"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/linux-canvas",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Linux desktop canvas bridge",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/linux-node",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Linux node device capabilities",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/litellm-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw LiteLLM provider plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/llama-cpp-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw llama.cpp text inference and embedding provider plugin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -23,10 +23,10 @@
|
||||
"minHostVersion": ">=2026.6.2"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"bundleRuntimeDependencies": false,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/llm-task",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw JSON-only LLM task plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/lmstudio-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw LM Studio provider plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/lobster",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "Lobster workflow tool plugin for typed pipelines and resumable approvals.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -24,10 +24,10 @@
|
||||
"minHostVersion": ">=2026.4.25"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/logbook",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw automatic work journal plugin",
|
||||
"type": "module",
|
||||
@@ -9,7 +9,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/longcat-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw LongCat provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.8"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2026.8.1
|
||||
|
||||
### Changes
|
||||
- Version alignment with core OpenClaw release numbers.
|
||||
|
||||
## 2026.7.2
|
||||
|
||||
### Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/matrix",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Matrix channel plugin for rooms and direct messages.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -22,7 +22,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -74,16 +74,88 @@
|
||||
},
|
||||
"setup": {
|
||||
"fields": [
|
||||
{ "key": "homeserver", "kind": "string", "cli": { "flags": "--homeserver <url>", "description": "Matrix homeserver URL" } },
|
||||
{ "key": "userId", "kind": "string", "cli": { "flags": "--user-id <id>", "description": "Matrix user id" } },
|
||||
{ "key": "accessToken", "kind": "string", "sensitive": true, "cli": { "flags": "--access-token <token>", "description": "Matrix access token" } },
|
||||
{ "key": "password", "kind": "string", "sensitive": true, "cli": { "flags": "--password <password>", "description": "Matrix password" } },
|
||||
{ "key": "deviceName", "kind": "string", "cli": { "flags": "--device-name <name>", "description": "Matrix device name" } },
|
||||
{ "key": "avatarUrl", "kind": "string", "cli": { "flags": "--avatar-url <url>", "description": "Matrix avatar URL" } },
|
||||
{ "key": "initialSyncLimit", "kind": "integer", "cli": { "flags": "--initial-sync-limit <n>", "description": "Matrix initial sync room limit" } },
|
||||
{ "key": "proxy", "kind": "string", "cli": { "flags": "--proxy <url>", "description": "Matrix proxy URL" } },
|
||||
{ "key": "dangerouslyAllowPrivateNetwork", "kind": "boolean", "cli": { "flags": "--dangerously-allow-private-network", "description": "Allow private-network Matrix homeservers" } },
|
||||
{ "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use Matrix environment credentials" } }
|
||||
{
|
||||
"key": "homeserver",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--homeserver <url>",
|
||||
"description": "Matrix homeserver URL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "userId",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--user-id <id>",
|
||||
"description": "Matrix user id"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "accessToken",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--access-token <token>",
|
||||
"description": "Matrix access token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "password",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--password <password>",
|
||||
"description": "Matrix password"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "deviceName",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--device-name <name>",
|
||||
"description": "Matrix device name"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "avatarUrl",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--avatar-url <url>",
|
||||
"description": "Matrix avatar URL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "initialSyncLimit",
|
||||
"kind": "integer",
|
||||
"cli": {
|
||||
"flags": "--initial-sync-limit <n>",
|
||||
"description": "Matrix initial sync room limit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "proxy",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--proxy <url>",
|
||||
"description": "Matrix proxy URL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "dangerouslyAllowPrivateNetwork",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--dangerously-allow-private-network",
|
||||
"description": "Allow private-network Matrix homeservers"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use Matrix environment credentials"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"persistedAuthState": {
|
||||
@@ -99,10 +171,10 @@
|
||||
"allowInvalidConfigRecovery": true
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/mattermost",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Mattermost channel plugin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,7 +16,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -44,12 +44,44 @@
|
||||
"docsLabel": "mattermost",
|
||||
"blurb": "self-hosted Slack-style chat; install the plugin to enable.",
|
||||
"order": 65,
|
||||
"setup": { "fields": [
|
||||
{ "key": "token", "kind": "string", "sensitive": true, "cli": { "flags": "--token <token>", "description": "Mattermost bot token" } },
|
||||
{ "key": "botToken", "kind": "string", "sensitive": true, "cli": { "flags": "--bot-token <token>", "description": "Mattermost bot token" } },
|
||||
{ "key": "httpUrl", "kind": "string", "cli": { "flags": "--http-url <url>", "description": "Mattermost server URL" } },
|
||||
{ "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use Mattermost environment credentials" } }
|
||||
] }
|
||||
"setup": {
|
||||
"fields": [
|
||||
{
|
||||
"key": "token",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--token <token>",
|
||||
"description": "Mattermost bot token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "botToken",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--bot-token <token>",
|
||||
"description": "Mattermost bot token"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "httpUrl",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--http-url <url>",
|
||||
"description": "Mattermost server URL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use Mattermost environment credentials"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"install": {
|
||||
"clawhubSpec": "clawhub:@openclaw/mattermost",
|
||||
@@ -59,10 +91,10 @@
|
||||
"allowInvalidConfigRecovery": true
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/media-understanding-core",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw media understanding runtime package",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/memory-core",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw core memory search plugin",
|
||||
"type": "module",
|
||||
@@ -18,7 +18,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/memory-lancedb",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw LanceDB-backed long-term memory plugin with auto-recall, auto-capture, and vector search.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -26,10 +26,10 @@
|
||||
"minHostVersion": ">=2026.5.31"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"bundleRuntimeDependencies": false,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/memory-wiki",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw persistent wiki plugin",
|
||||
"type": "module",
|
||||
@@ -17,7 +17,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/meta-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Meta provider plugin.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.6.11"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/microsoft-foundry",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Microsoft Foundry provider plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/microsoft-speech",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Microsoft speech plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/migrate-claude",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "Claude to OpenClaw migration provider",
|
||||
"type": "module",
|
||||
@@ -9,7 +9,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/migrate-hermes",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "Hermes to OpenClaw migration provider",
|
||||
"type": "module",
|
||||
@@ -13,7 +13,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/minimax-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw MiniMax provider and OAuth plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/mistral-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Mistral provider plugin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.7.2"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/moonshot-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Moonshot provider plugin",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
@@ -17,10 +17,10 @@
|
||||
"minHostVersion": ">=2026.6.9"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/msteams",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Microsoft Teams channel plugin for bot conversations.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -22,7 +22,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -60,7 +60,9 @@
|
||||
"groupAllowFromFallbackToAllowFrom": true,
|
||||
"warnOnEmptyGroupSenderAllowlist": true
|
||||
},
|
||||
"setup": { "fields": [] }
|
||||
"setup": {
|
||||
"fields": []
|
||||
}
|
||||
},
|
||||
"install": {
|
||||
"npmSpec": "@openclaw/msteams",
|
||||
@@ -68,10 +70,10 @@
|
||||
"minHostVersion": ">=2026.4.10"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"runtimeFormat": "cjs"
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/mxc-sandbox",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw MXC sandbox execution plugin for MXC-capable hosts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -24,10 +24,10 @@
|
||||
"minHostVersion": ">=2026.6.11"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false,
|
||||
"staticAssets": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/nextcloud-talk",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Nextcloud Talk channel plugin for conversations.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -12,7 +12,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -48,16 +48,79 @@
|
||||
],
|
||||
"order": 65,
|
||||
"quickstartAllowFrom": true,
|
||||
"setup": { "fields": [
|
||||
{ "key": "baseUrl", "kind": "string", "cli": { "flags": "--base-url <url>", "description": "Nextcloud base URL" } },
|
||||
{ "key": "url", "kind": "string", "cli": { "flags": "--url <url>", "description": "Legacy Nextcloud base URL alias" } },
|
||||
{ "key": "secret", "kind": "string", "sensitive": true, "cli": { "flags": "--secret <secret>", "description": "Nextcloud Talk bot secret" } },
|
||||
{ "key": "token", "kind": "string", "sensitive": true, "cli": { "flags": "--token <secret>", "description": "Legacy Nextcloud bot secret alias" } },
|
||||
{ "key": "password", "kind": "string", "sensitive": true, "cli": { "flags": "--password <secret>", "description": "Legacy Nextcloud bot secret alias" } },
|
||||
{ "key": "secretFile", "kind": "string", "sensitive": true, "cli": { "flags": "--secret-file <path>", "description": "Nextcloud Talk bot secret file" } },
|
||||
{ "key": "tokenFile", "kind": "string", "sensitive": true, "cli": { "flags": "--token-file <path>", "description": "Legacy Nextcloud bot secret file alias" } },
|
||||
{ "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use Nextcloud Talk environment credentials" } }
|
||||
] }
|
||||
"setup": {
|
||||
"fields": [
|
||||
{
|
||||
"key": "baseUrl",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--base-url <url>",
|
||||
"description": "Nextcloud base URL"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "url",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--url <url>",
|
||||
"description": "Legacy Nextcloud base URL alias"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "secret",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--secret <secret>",
|
||||
"description": "Nextcloud Talk bot secret"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "token",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--token <secret>",
|
||||
"description": "Legacy Nextcloud bot secret alias"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "password",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--password <secret>",
|
||||
"description": "Legacy Nextcloud bot secret alias"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "secretFile",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--secret-file <path>",
|
||||
"description": "Nextcloud Talk bot secret file"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "tokenFile",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--token-file <path>",
|
||||
"description": "Legacy Nextcloud bot secret file alias"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use Nextcloud Talk environment credentials"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"install": {
|
||||
"npmSpec": "@openclaw/nextcloud-talk",
|
||||
@@ -65,10 +128,10 @@
|
||||
"minHostVersion": ">=2026.4.10"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/nostr",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw Nostr channel plugin for NIP-04 encrypted direct messages.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -16,7 +16,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
@@ -46,9 +46,31 @@
|
||||
"quickstartAllowFrom": true,
|
||||
"setup": {
|
||||
"fields": [
|
||||
{ "key": "privateKey", "kind": "string", "sensitive": true, "cli": { "flags": "--private-key <key>", "description": "Nostr private key" } },
|
||||
{ "key": "relayUrls", "kind": "string", "cli": { "flags": "--relay-urls <urls>", "description": "Nostr relay URLs" } },
|
||||
{ "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use NOSTR_PRIVATE_KEY" } }
|
||||
{
|
||||
"key": "privateKey",
|
||||
"kind": "string",
|
||||
"sensitive": true,
|
||||
"cli": {
|
||||
"flags": "--private-key <key>",
|
||||
"description": "Nostr private key"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "relayUrls",
|
||||
"kind": "string",
|
||||
"cli": {
|
||||
"flags": "--relay-urls <urls>",
|
||||
"description": "Nostr relay URLs"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "useEnv",
|
||||
"kind": "boolean",
|
||||
"cli": {
|
||||
"flags": "--use-env",
|
||||
"description": "Use NOSTR_PRIVATE_KEY"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -58,10 +80,10 @@
|
||||
"minHostVersion": ">=2026.4.10"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2"
|
||||
"openclawVersion": "2026.8.1"
|
||||
},
|
||||
"release": {
|
||||
"publishToClawHub": true,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/novita-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"description": "OpenClaw NovitaAI provider plugin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -21,10 +21,10 @@
|
||||
"minHostVersion": ">=2026.7.2"
|
||||
},
|
||||
"compat": {
|
||||
"pluginApi": ">=2026.7.2"
|
||||
"pluginApi": ">=2026.8.1"
|
||||
},
|
||||
"build": {
|
||||
"openclawVersion": "2026.7.2",
|
||||
"openclawVersion": "2026.8.1",
|
||||
"bundledDist": false
|
||||
},
|
||||
"release": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/nvidia-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw NVIDIA provider plugin",
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/oc-path",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw oc:// workspace path plugin",
|
||||
"type": "module",
|
||||
@@ -14,7 +14,7 @@
|
||||
"openclaw": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"openclaw": ">=2026.7.2"
|
||||
"openclaw": ">=2026.8.1"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"openclaw": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openclaw/ollama-provider",
|
||||
"version": "2026.7.2",
|
||||
"version": "2026.8.1",
|
||||
"private": true,
|
||||
"description": "OpenClaw Ollama provider plugin",
|
||||
"type": "module",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user