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

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
M
MIT News - Artificial intelligence
GbyAI
GbyAI
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
IT之家
IT之家
Microsoft Azure Blog
Microsoft Azure Blog
V
V2EX
爱范儿
爱范儿
N
Netflix TechBlog - Medium
U
Unit 42
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园 - 叶小钗
G
Google Developers Blog
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The GitHub Blog
The GitHub Blog
腾讯CDC

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: typography hygiene + 1 in-body H1 removal across 6 ...
vincentkoc · 2026-05-06 · via Recent Commits to openclaw:main

@@ -27,21 +27,21 @@ Dedicated deep references:

2727

- [Slash commands](/tools/slash-commands) for the current built-in + bundled command catalog

2828

- owning channel/plugin pages for channel-specific command surfaces

292930-

Config format is **JSON5** (comments + trailing commas allowed). All fields are optional OpenClaw uses safe defaults when omitted.

30+

Config format is **JSON5** (comments + trailing commas allowed). All fields are optional - OpenClaw uses safe defaults when omitted.

31313232

---

33333434

## Channels

353536-

Per-channel config keys moved to a dedicated page see

37-

[Configuration channels](/gateway/config-channels) for `channels.*`,

36+

Per-channel config keys moved to a dedicated page - see

37+

[Configuration - channels](/gateway/config-channels) for `channels.*`,

3838

including Slack, Discord, Telegram, WhatsApp, Matrix, iMessage, and other

3939

bundled channels (auth, access control, multi-account, mention gating).

40404141

## Agent defaults, multi-agent, sessions, and messages

424243-

Moved to a dedicated page see

44-

[Configuration agents](/gateway/config-agents) for:

43+

Moved to a dedicated page - see

44+

[Configuration - agents](/gateway/config-agents) for:

45454646

- `agents.defaults.*` (workspace, model, thinking, heartbeat, memory, media, skills, sandbox)

4747

- `multiAgent.*` (multi-agent routing and bindings)

@@ -54,13 +54,13 @@ Moved to a dedicated page — see

5454

## Tools and custom providers

55555656

Tool policy, experimental toggles, provider-backed tool config, and custom

57-

provider / base-URL setup moved to a dedicated page see

58-

[Configuration tools and custom providers](/gateway/config-tools).

57+

provider / base-URL setup moved to a dedicated page - see

58+

[Configuration - tools and custom providers](/gateway/config-tools).

59596060

## Models

61616262

Provider definitions, model allowlists, and custom provider setup live in

63-

[Configuration tools and custom providers](/gateway/config-tools#custom-providers-and-base-urls).

63+

[Configuration - tools and custom providers](/gateway/config-tools#custom-providers-and-base-urls).

6464

The `models` root also owns global model-catalog behavior.

65656666

```json5

@@ -968,7 +968,7 @@ Notes:

968968

- `otel.headers`: extra HTTP/gRPC metadata headers sent with OTel export requests.

969969

- `otel.serviceName`: service name for resource attributes.

970970

- `otel.traces` / `otel.metrics` / `otel.logs`: enable trace, metrics, or log export.

971-

- `otel.sampleRate`: trace sampling rate `0``1`.

971+

- `otel.sampleRate`: trace sampling rate `0`-`1`.

972972

- `otel.flushIntervalMs`: periodic telemetry flush interval in ms.

973973

- `otel.captureContent`: opt-in raw content capture for OTEL span attributes. Defaults to off. Boolean `true` captures non-system message/tool content; the object form lets you enable `inputMessages`, `outputMessages`, `toolInputs`, `toolOutputs`, and `systemPrompt` explicitly.

974974

- `OTEL_SEMCONV_STABILITY_OPT_IN=gen_ai_latest_experimental`: environment toggle for latest experimental GenAI span provider attributes. By default spans keep the legacy `gen_ai.system` attribute for compatibility; GenAI metrics use bounded semantic attributes.

@@ -998,7 +998,7 @@ Notes:

998998

}

999999

```

100010001001-

- `channel`: release channel for npm/git installs `"stable"`, `"beta"`, or `"dev"`.

1001+

- `channel`: release channel for npm/git installs - `"stable"`, `"beta"`, or `"dev"`.

10021002

- `checkOnStart`: check for npm updates when the gateway starts (default: `true`).

10031003

- `auto.enabled`: enable background auto-update for package installs (default: `false`).

10041004

- `auto.stableDelayHours`: minimum delay in hours before stable-channel auto-apply (default: `6`; max: `168`).

@@ -1162,9 +1162,9 @@ Current builds no longer include the TCP bridge. Nodes connect over the Gateway

11621162

}

11631163

```

116411641165-

- `maxAttempts`: maximum retries for one-shot jobs on transient errors (default: `3`; range: `0``10`).

1166-

- `backoffMs`: array of backoff delays in ms for each retry attempt (default: `[30000, 60000, 300000]`; 110 entries).

1167-

- `retryOn`: error types that trigger retries `"rate_limit"`, `"overloaded"`, `"network"`, `"timeout"`, `"server_error"`. Omit to retry all transient types.

1165+

- `maxAttempts`: maximum retries for one-shot jobs on transient errors (default: `3`; range: `0`-`10`).

1166+

- `backoffMs`: array of backoff delays in ms for each retry attempt (default: `[30000, 60000, 300000]`; 1-10 entries).

1167+

- `retryOn`: error types that trigger retries - `"rate_limit"`, `"overloaded"`, `"network"`, `"timeout"`, `"server_error"`. Omit to retry all transient types.

1168116811691169

Applies only to one-shot cron jobs. Recurring jobs use separate failure handling.

11701170

@@ -1189,7 +1189,7 @@ Applies only to one-shot cron jobs. Recurring jobs use separate failure handling

11891189

- `after`: consecutive failures before an alert fires (positive integer, min: `1`).

11901190

- `cooldownMs`: minimum milliseconds between repeated alerts for the same job (non-negative integer).

11911191

- `includeSkipped`: count consecutive skipped runs toward the alert threshold (default: `false`). Skipped runs are tracked separately and do not affect execution-error backoff.

1192-

- `mode`: delivery mode `"announce"` sends via a channel message; `"webhook"` posts to the configured webhook.

1192+

- `mode`: delivery mode - `"announce"` sends via a channel message; `"webhook"` posts to the configured webhook.

11931193

- `accountId`: optional account or channel id to scope alert delivery.

1194119411951195

### `cron.failureDestination`