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

推荐订阅源

雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
V
V2EX
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
Recent Announcements
Recent Announcements
Vercel News
Vercel News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
美团技术团队
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks

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
fix(channels): keep matrix and mattermost bundled · openc...
vincentkoc · 2026-05-03 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -13,6 +13,7 @@ Docs: https://docs.openclaw.ai

1313
1414

### Fixes

1515
16+

- Channels: keep Matrix and Mattermost bundled in the core package instead of advertising external npm installs before those channels are cut over. Thanks @vincentkoc.

1617

- CLI/plugins: stop treating the non-plugin `auth` command root as a bundled plugin id, so restrictive `plugins.allow` configs no longer tell users to add stale `auth` plugin entries.

1718

- Doctor/plugins: update configured plugin installs whose stale manifests still declare channels without `channelConfigs`, so beta upgrades repair old Discord-style package payloads during `doctor --fix`.

1819

- Active Memory: keep non-empty `memory_search` results from being fast-failed as empty when debug telemetry reports zero hits.

Original file line numberDiff line numberDiff line change

@@ -79,20 +79,7 @@

7979

}

8080

},

8181

"install": {

82-

"npmSpec": "@openclaw/matrix",

83-

"defaultChoice": "npm",

84-

"minHostVersion": ">=2026.4.10",

85-

"allowInvalidConfigRecovery": true

86-

},

87-

"compat": {

88-

"pluginApi": ">=2026.5.2"

89-

},

90-

"build": {

91-

"openclawVersion": "2026.5.2"

92-

},

93-

"release": {

94-

"publishToClawHub": true,

95-

"publishToNpm": true

82+

"minHostVersion": ">=2026.4.10"

9683

}

9784

}

9885

}

Original file line numberDiff line numberDiff line change

@@ -37,19 +37,7 @@

3737

"order": 65

3838

},

3939

"install": {

40-

"npmSpec": "@openclaw/mattermost",

41-

"defaultChoice": "npm",

4240

"minHostVersion": ">=2026.4.10"

43-

},

44-

"compat": {

45-

"pluginApi": ">=2026.5.2"

46-

},

47-

"build": {

48-

"openclawVersion": "2026.5.2"

49-

},

50-

"release": {

51-

"publishToClawHub": true,

52-

"publishToNpm": true

5341

}

5442

}

5543

}

Original file line numberDiff line numberDiff line change

@@ -34,7 +34,6 @@

3434

"!dist/extensions/acpx/**",

3535

"!dist/extensions/node_modules/**",

3636

"!dist/extensions/*/node_modules/**",

37-

"!dist/extensions/acpx/**",

3837

"!dist/extensions/bluebubbles/**",

3938

"!dist/extensions/brave/**",

4039

"!dist/extensions/codex/**",

@@ -47,8 +46,6 @@

4746

"!dist/extensions/googlechat/**",

4847

"!dist/extensions/line/**",

4948

"!dist/extensions/lobster/**",

50-

"!dist/extensions/matrix/**",

51-

"!dist/extensions/mattermost/**",

5249

"!dist/extensions/memory-lancedb/**",

5350

"!dist/extensions/msteams/**",

5451

"!dist/extensions/nextcloud-talk/**",

Original file line numberDiff line numberDiff line change

@@ -198,52 +198,6 @@

198198

}

199199

}

200200

},

201-

{

202-

"name": "@openclaw/matrix",

203-

"description": "OpenClaw Matrix channel plugin",

204-

"source": "official",

205-

"kind": "channel",

206-

"openclaw": {

207-

"channel": {

208-

"id": "matrix",

209-

"label": "Matrix",

210-

"selectionLabel": "Matrix (plugin)",

211-

"docsPath": "/channels/matrix",

212-

"docsLabel": "matrix",

213-

"blurb": "open protocol; install the plugin to enable.",

214-

"order": 70,

215-

"quickstartAllowFrom": true

216-

},

217-

"install": {

218-

"npmSpec": "@openclaw/matrix",

219-

"defaultChoice": "npm",

220-

"minHostVersion": ">=2026.4.10",

221-

"allowInvalidConfigRecovery": true

222-

}

223-

}

224-

},

225-

{

226-

"name": "@openclaw/mattermost",

227-

"description": "OpenClaw Mattermost channel plugin",

228-

"source": "official",

229-

"kind": "channel",

230-

"openclaw": {

231-

"channel": {

232-

"id": "mattermost",

233-

"label": "Mattermost",

234-

"selectionLabel": "Mattermost (plugin)",

235-

"docsPath": "/channels/mattermost",

236-

"docsLabel": "mattermost",

237-

"blurb": "self-hosted Slack-style chat; install the plugin to enable.",

238-

"order": 65

239-

},

240-

"install": {

241-

"npmSpec": "@openclaw/mattermost",

242-

"defaultChoice": "npm",

243-

"minHostVersion": ">=2026.4.10"

244-

}

245-

}

246-

},

247201

{

248202

"name": "@openclaw/msteams",

249203

"description": "OpenClaw Microsoft Teams channel plugin",

Original file line numberDiff line numberDiff line change

@@ -3,7 +3,6 @@ const optionalBundledClusters = [

33

"diagnostics-otel",

44

"diffs",

55

"googlechat",

6-

"matrix",

76

"memory-lancedb",

87

"msteams",

98

"nostr",