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

推荐订阅源

IT之家
IT之家
Y
Y Combinator Blog
月光博客
月光博客
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
博客园 - 司徒正美
V
Visual Studio Blog
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
The Cloudflare Blog

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
docs(matrix): move migration guide from install/ to chann...
vincentkoc · 2026-04-27 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -361,9 +361,10 @@ openclaw matrix verify status

361361
362362

If the device is still unverified after that, finish verification from your Matrix client by comparing the SAS emoji or decimal codes and confirming that they match.

363363
364-

## Related pages

364+

## Related

365365
366-

- [Matrix](/channels/matrix)

367-

- [Doctor](/gateway/doctor)

368-

- [Migrating](/install/migrating)

369-

- [Plugins](/tools/plugin)

366+

- [Matrix](/channels/matrix): channel setup and config.

367+

- [Matrix push rules](/channels/matrix-push-rules): notification routing.

368+

- [Doctor](/gateway/doctor): health check and automatic migration trigger.

369+

- [Migration guide](/install/migrating): all migration paths (machine moves, cross-system imports).

370+

- [Plugins](/tools/plugin): plugin install and registration.

Original file line numberDiff line numberDiff line change

@@ -401,7 +401,7 @@ Without `--account <id>`, Matrix CLI commands use the implicit default account.

401401
402402

Startup also runs a conservative crypto bootstrap pass that reuses the current secret storage and cross-signing identity. If bootstrap state is broken, OpenClaw attempts a guarded repair even without `channels.matrix.password`; if the homeserver requires password UIA, startup logs a warning and stays non-fatal. Already-owner-signed devices are preserved.

403403
404-

See [Matrix migration](/install/migrating-matrix) for the full upgrade flow.

404+

See [Matrix migration](/channels/matrix-migration) for the full upgrade flow.

405405
406406

</Accordion>

407407
Original file line numberDiff line numberDiff line change

@@ -52,6 +52,10 @@

5252

]

5353

},

5454

"redirects": [

55+

{

56+

"source": "/install/migrating-matrix",

57+

"destination": "/channels/matrix-migration"

58+

},

5559

{

5660

"source": "/help/gpt54-codex-agentic-parity",

5761

"destination": "/help/gpt55-codex-agentic-parity"

@@ -984,8 +988,7 @@

984988

"pages": [

985989

"install/migrating",

986990

"install/migrating-claude",

987-

"install/migrating-hermes",

988-

"install/migrating-matrix"

991+

"install/migrating-hermes"

989992

]

990993

},

991994

"install/uninstall",

@@ -1050,6 +1053,7 @@

10501053

"channels/imessage",

10511054

"channels/bluebubbles",

10521055

"channels/matrix",

1056+

"channels/matrix-migration",

10531057

"channels/matrix-push-rules"

10541058

]

10551059

},

Original file line numberDiff line numberDiff line change

@@ -117,13 +117,9 @@ On the new machine, confirm:

117117
118118

## Upgrade a plugin in place

119119
120-

In-place plugin upgrades preserve the same plugin id and config keys but may move on-disk state into the current layout. The Matrix plugin is the largest example because of its encrypted-state recovery requirements.

120+

In-place plugin upgrades preserve the same plugin id and config keys but may move on-disk state into the current layout. Plugin-specific upgrade guides live alongside their channels:

121121
122-

<CardGroup cols={1}>

123-

<Card title="Matrix plugin migration" href="/install/migrating-matrix" icon="key">

124-

Encrypted-state recovery limits, automatic snapshot behavior, and manual recovery commands for the Matrix plugin.

125-

</Card>

126-

</CardGroup>

122+

- [Matrix migration](/channels/matrix-migration): encrypted-state recovery limits, automatic snapshot behavior, and manual recovery commands.

127123
128124

## Related

129125