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

推荐订阅源

G
Google Developers Blog
GbyAI
GbyAI
Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
B
Blog
博客园 - 叶小钗
V
Visual Studio Blog
小众软件
小众软件
阮一峰的网络日志
阮一峰的网络日志
博客园 - 聂微东
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
博客园 - Franky
V
V2EX
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
IT之家
IT之家
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Check Point Blog
N
Netflix TechBlog - Medium
博客园 - 【当耐特】

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: drop parenthetical H1s across gateway, channels, pr...
vincentkoc · 2026-04-25 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -7,8 +7,6 @@ read_when:

77

title: "Scheduled tasks"

88

---

99
10-

# Scheduled Tasks (Cron)

11-
1210

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.

1311
1412

## Quick start

Original file line numberDiff line numberDiff line change

@@ -7,8 +7,6 @@ read_when:

77

title: "BlueBubbles"

88

---

99
10-

# BlueBubbles (macOS REST)

11-
1210

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.

1311
1412

## Bundled plugin

Original file line numberDiff line numberDiff line change

@@ -5,8 +5,6 @@ read_when:

55

title: "Group messages"

66

---

77
8-

# Group messages (WhatsApp web channel)

9-
108

Goal: let Clawd sit in WhatsApp groups, wake up only when pinged, and keep that thread separate from the personal DM session.

119
1210

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 numberDiff line numberDiff line change

@@ -6,8 +6,6 @@ read_when:

66

title: "iMessage"

77

---

88
9-

# iMessage (legacy: imsg)

10-
119

<Warning>

1210

For new iMessage deployments, use <a href="/channels/bluebubbles">BlueBubbles</a>.

1311
Original file line numberDiff line numberDiff line change

@@ -6,8 +6,6 @@ read_when:

66

title: "Signal"

77

---

88
9-

# Signal (signal-cli)

10-
119

Status: external CLI integration. Gateway talks to `signal-cli` over HTTP JSON-RPC + SSE.

1210
1311

## Prerequisites

Original file line numberDiff line numberDiff line change

@@ -5,8 +5,6 @@ read_when:

55

title: "Zalo"

66

---

77
8-

# Zalo (Bot API)

9-
108

Status: experimental. DMs are supported. The [Capabilities](#capabilities) section below reflects current Marketplace-bot behavior.

119
1210

## Bundled plugin

Original file line numberDiff line numberDiff line change

@@ -6,8 +6,6 @@ read_when:

66

title: "Zalo personal"

77

---

88
9-

# Zalo Personal (unofficial)

10-
119

Status: experimental. This integration automates a **personal Zalo account** via native `zca-js` inside OpenClaw.

1210
1311

> **Warning:** This is an unofficial integration and may result in account suspension/ban. Use at your own risk.

Original file line numberDiff line numberDiff line change

@@ -6,8 +6,6 @@ read_when:

66

title: "Agent loop"

77

---

88
9-

# Agent Loop (OpenClaw)

10-
119

An agentic loop is the full “real” run of an agent: intake → context assembly → model inference →

1210

tool execution → streaming replies → persistence. It’s the authoritative path that turns a message

1311

into actions and a final reply, while keeping session state consistent.

Original file line numberDiff line numberDiff line change

@@ -5,8 +5,6 @@ read_when:

55

title: "Command queue"

66

---

77
8-

# Command Queue (2026-01-16)

9-
108

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.

119
1210

## Why

Original file line numberDiff line numberDiff line change

@@ -6,8 +6,6 @@ read_when:

66

title: "Authentication"

77

---

88
9-

# Authentication (Model Providers)

10-
119

<Note>

1210

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

1311

</Note>