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

推荐订阅源

J
Java Code Geeks
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
B
Blog RSS Feed
I
InfoQ
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
H
Help Net Security
L
LangChain Blog
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
aimingoo的专栏
aimingoo的专栏

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(gateway): split configuration-reference by extractin...
vincentkoc · 2026-04-24 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -1134,7 +1134,7 @@ openclaw logs --follow

11341134
11351135

## Configuration reference

11361136
1137-

Primary reference: [Configuration reference - Discord](/gateway/configuration-reference#discord).

1137+

Primary reference: [Configuration reference - Discord](/gateway/config-channels#discord).

11381138
11391139

<Accordion title="High-signal Discord fields">

11401140
Original file line numberDiff line numberDiff line change

@@ -23,7 +23,7 @@ Status: legacy external CLI integration. Gateway spawns `imsg rpc` and communica

2323

<Card title="Pairing" icon="link" href="/channels/pairing">

2424

iMessage DMs default to pairing mode.

2525

</Card>

26-

<Card title="Configuration reference" icon="settings" href="/gateway/configuration-reference#imessage">

26+

<Card title="Configuration reference" icon="settings" href="/gateway/config-channels#imessage">

2727

Full iMessage field reference.

2828

</Card>

2929

</CardGroup>

@@ -413,7 +413,7 @@ imsg send <handle> "test"

413413
414414

## Configuration reference pointers

415415
416-

- [Configuration reference - iMessage](/gateway/configuration-reference#imessage)

416+

- [Configuration reference - iMessage](/gateway/config-channels#imessage)

417417

- [Gateway configuration](/gateway/configuration)

418418

- [Pairing](/channels/pairing)

419419

- [BlueBubbles](/channels/bluebubbles)

Original file line numberDiff line numberDiff line change

@@ -670,7 +670,7 @@ If multiple Matrix accounts are configured and one account id is `default`, Open

670670

If you configure multiple named accounts, set `defaultAccount` or pass `--account <id>` for CLI commands that rely on implicit account selection.

671671

Pass `--account <id>` to `openclaw matrix verify ...` and `openclaw matrix devices ...` when you want to override that implicit selection for one command.

672672
673-

See [Configuration reference](/gateway/configuration-reference#multi-account-all-channels) for the shared multi-account pattern.

673+

See [Configuration reference](/gateway/config-channels#multi-account-all-channels) for the shared multi-account pattern.

674674
675675

## Private/LAN homeservers

676676
Original file line numberDiff line numberDiff line change

@@ -99,7 +99,7 @@ Example:

9999

}

100100

```

101101
102-

Multi-account support: use `channels.signal.accounts` with per-account config and optional `name`. See [`gateway/configuration`](/gateway/configuration-reference#multi-account-all-channels) for the shared pattern.

102+

Multi-account support: use `channels.signal.accounts` with per-account config and optional `name`. See [`gateway/configuration`](/gateway/config-channels#multi-account-all-channels) for the shared pattern.

103103
104104

## Setup path B: register dedicated bot number (SMS, Linux)

105105
Original file line numberDiff line numberDiff line change

@@ -785,7 +785,7 @@ Same-chat `/approve` also works in Slack channels and DMs that already support c

785785
786786

## Configuration reference

787787
788-

Primary reference: [Configuration reference - Slack](/gateway/configuration-reference#slack).

788+

Primary reference: [Configuration reference - Slack](/gateway/config-channels#slack).

789789
790790

<Accordion title="High-signal Slack fields">

791791
Original file line numberDiff line numberDiff line change

@@ -885,7 +885,7 @@ More help: [Channel troubleshooting](/channels/troubleshooting).

885885
886886

## Configuration reference

887887
888-

Primary reference: [Configuration reference - Telegram](/gateway/configuration-reference#telegram).

888+

Primary reference: [Configuration reference - Telegram](/gateway/config-channels#telegram).

889889
890890

<Accordion title="High-signal Telegram fields">

891891
Original file line numberDiff line numberDiff line change

@@ -558,7 +558,7 @@ Example:

558558
559559

Primary reference:

560560
561-

- [Configuration reference - WhatsApp](/gateway/configuration-reference#whatsapp)

561+

- [Configuration reference - WhatsApp](/gateway/config-channels#whatsapp)

562562
563563

High-signal WhatsApp fields:

564564
Original file line numberDiff line numberDiff line change

@@ -1367,6 +1367,7 @@

13671367

"gateway/configuration",

13681368

"gateway/configuration-reference",

13691369

"gateway/config-agents",

1370+

"gateway/config-channels",

13701371

"gateway/configuration-examples",

13711372

"gateway/authentication",

13721373

"auth-credential-semantics",