fix(workboard): clear landing gates

This commit is contained in:
Peter Steinberger
2026-05-29 10:40:55 +01:00
parent 1d645ff66b
commit 27eb8732d3
4 changed files with 13 additions and 2 deletions

View File

@@ -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.

View File

@@ -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)"

View File

@@ -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",

View File

@@ -35,6 +35,7 @@ const UNGUARDED_RUNTIME_API_PLUGIN_IDS = [
"tlon",
"tokenjuice",
"webhooks",
"workboard",
"zai",
"zalo",
"zalouser",