diff --git a/CHANGELOG.md b/CHANGELOG.md index e968fb6baf0d..29720aca329b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -299,7 +299,6 @@ Docs: https://docs.openclaw.ai - Packaging: exclude documentation images and assets from the npm tarball, reducing published package size without affecting runtime docs search or CLI behavior. Thanks @SebTardif. - Media understanding: stop auto-probing Gemini CLI and use Antigravity CLI only as a lower-priority image/video fallback after configured provider APIs. - Agents/subagents: limit default sub-agent bootstrap context to `AGENTS.md` and `TOOLS.md`, keeping persona, identity, user, memory, heartbeat, and setup files out of delegated workers by default. (#85283) Thanks @100yenadmin. -- Maintainer skills: require clean autoreview before surfacing bug-sweep PR URLs and treat changelog-only conflicts as routine busy-main churn. - Maintainer skills: exclude plugin SDK/API boundary work from `openclaw-landable-bug-sweep` so bugbash sweeps stay focused on small paper-cut fixes. - QA-Lab/diagnostics: extend the OpenTelemetry smoke harness to prove trace, metric, and log export, and add first-class Prometheus and observability smoke aliases. - Plugin SDK: add a generic channel-message poll sender so channel plugins can expose poll delivery without depending on channel-specific SDK facades. diff --git a/docs/.i18n/glossary.zh-CN.json b/docs/.i18n/glossary.zh-CN.json index 4b1ed3af218c..94705c5f10ca 100644 --- a/docs/.i18n/glossary.zh-CN.json +++ b/docs/.i18n/glossary.zh-CN.json @@ -1103,6 +1103,18 @@ "source": "Plugin Manifest", "target": "Plugin Manifest" }, + { + "source": "Workboard plugin", + "target": "Workboard 插件" + }, + { + "source": "workboard", + "target": "workboard" + }, + { + "source": "Control UI", + "target": "Control UI" + }, { "source": "Z.AI (GLM)", "target": "Z.AI (GLM)" diff --git a/docs/docs.json b/docs/docs.json index 560da4b7a54f..8b8c992d128c 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1228,7 +1228,6 @@ "plugins/codex-native-plugins", "plugins/codex-computer-use", "plugins/google-meet", - "plugins/meeting-notes", "plugins/workboard", "plugins/webhooks", "plugins/admin-http-rpc", diff --git a/src/plugins/contracts/plugin-sdk-runtime-api-guardrails.test.ts b/src/plugins/contracts/plugin-sdk-runtime-api-guardrails.test.ts index dbfc39c3c369..32e09369114f 100644 --- a/src/plugins/contracts/plugin-sdk-runtime-api-guardrails.test.ts +++ b/src/plugins/contracts/plugin-sdk-runtime-api-guardrails.test.ts @@ -35,6 +35,7 @@ const UNGUARDED_RUNTIME_API_PLUGIN_IDS = [ "tlon", "tokenjuice", "webhooks", + "workboard", "zai", "zalo", "zalouser",