docs: drop parenthetical H1s across gateway, channels, providers, con… · openclaw/openclaw@1042b89
vincentkoc
·
2026-04-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,8 +7,6 @@ read_when:
|
7 | 7 | title: "Scheduled tasks" |
8 | 8 | --- |
9 | 9 | |
10 | | -# Scheduled Tasks (Cron) |
11 | | - |
12 | 10 | Cron is the Gateway's built-in scheduler. It persists jobs, wakes the agent at the right time, and can deliver output back to a chat channel or webhook endpoint. |
13 | 11 | |
14 | 12 | ## Quick start |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,8 +7,6 @@ read_when:
|
7 | 7 | title: "BlueBubbles" |
8 | 8 | --- |
9 | 9 | |
10 | | -# BlueBubbles (macOS REST) |
11 | | - |
12 | 10 | Status: bundled plugin that talks to the BlueBubbles macOS server over HTTP. **Recommended for iMessage integration** due to its richer API and easier setup compared to the legacy imsg channel. |
13 | 11 | |
14 | 12 | ## Bundled plugin |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,8 +5,6 @@ read_when:
|
5 | 5 | title: "Group messages" |
6 | 6 | --- |
7 | 7 | |
8 | | -# Group messages (WhatsApp web channel) |
9 | | - |
10 | 8 | Goal: let Clawd sit in WhatsApp groups, wake up only when pinged, and keep that thread separate from the personal DM session. |
11 | 9 | |
12 | 10 | Note: `agents.list[].groupChat.mentionPatterns` is now used by Telegram/Discord/Slack/iMessage as well; this doc focuses on WhatsApp-specific behavior. For multi-agent setups, set `agents.list[].groupChat.mentionPatterns` per agent (or use `messages.groupChat.mentionPatterns` as a global fallback). |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "iMessage" |
7 | 7 | --- |
8 | 8 | |
9 | | -# iMessage (legacy: imsg) |
10 | | - |
11 | 9 | <Warning> |
12 | 10 | For new iMessage deployments, use <a href="/channels/bluebubbles">BlueBubbles</a>. |
13 | 11 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "Signal" |
7 | 7 | --- |
8 | 8 | |
9 | | -# Signal (signal-cli) |
10 | | - |
11 | 9 | Status: external CLI integration. Gateway talks to `signal-cli` over HTTP JSON-RPC + SSE. |
12 | 10 | |
13 | 11 | ## Prerequisites |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,8 +5,6 @@ read_when:
|
5 | 5 | title: "Zalo" |
6 | 6 | --- |
7 | 7 | |
8 | | -# Zalo (Bot API) |
9 | | - |
10 | 8 | Status: experimental. DMs are supported. The [Capabilities](#capabilities) section below reflects current Marketplace-bot behavior. |
11 | 9 | |
12 | 10 | ## Bundled plugin |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "Zalo personal" |
7 | 7 | --- |
8 | 8 | |
9 | | -# Zalo Personal (unofficial) |
10 | | - |
11 | 9 | Status: experimental. This integration automates a **personal Zalo account** via native `zca-js` inside OpenClaw. |
12 | 10 | |
13 | 11 | > **Warning:** This is an unofficial integration and may result in account suspension/ban. Use at your own risk. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "Agent loop" |
7 | 7 | --- |
8 | 8 | |
9 | | -# Agent Loop (OpenClaw) |
10 | | - |
11 | 9 | An agentic loop is the full “real” run of an agent: intake → context assembly → model inference → |
12 | 10 | tool execution → streaming replies → persistence. It’s the authoritative path that turns a message |
13 | 11 | into actions and a final reply, while keeping session state consistent. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -5,8 +5,6 @@ read_when:
|
5 | 5 | title: "Command queue" |
6 | 6 | --- |
7 | 7 | |
8 | | -# Command Queue (2026-01-16) |
9 | | - |
10 | 8 | We serialize inbound auto-reply runs (all channels) through a tiny in-process queue to prevent multiple agent runs from colliding, while still allowing safe parallelism across sessions. |
11 | 9 | |
12 | 10 | ## Why |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "Authentication" |
7 | 7 | --- |
8 | 8 | |
9 | | -# Authentication (Model Providers) |
10 | | - |
11 | 9 | <Note> |
12 | 10 | This page covers **model provider** authentication (API keys, OAuth, Claude CLI reuse, and Anthropic setup-token). For **gateway connection** authentication (token, password, trusted-proxy), see [Configuration](/gateway/configuration) and [Trusted Proxy Auth](/gateway/trusted-proxy-auth). |
13 | 11 | </Note> |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。