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

推荐订阅源

MongoDB | Blog
MongoDB | Blog
B
Blog
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
博客园 - Franky
V
V2EX
IT之家
IT之家
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
F
Fortinet All Blogs
I
InfoQ
云风的 BLOG
云风的 BLOG
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security 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: replace ampersand headings for stable Mintlify anch...
vincentkoc · 2026-05-06 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -62,7 +62,7 @@ You can override this behavior:

6262

[WhatsApp +1555 +30s 2026-01-18T05:19Z] follow-up

6363

```

6464
65-

## System prompt: Current Date & Time

65+

## System prompt: current date and time

6666
6767

If the user timezone is known, the system prompt includes a dedicated

6868

**Current Date & Time** section with the **time zone only** (no clock/time format)

Original file line numberDiff line numberDiff line change

@@ -144,7 +144,7 @@ Note: Binary detection is best-effort across macOS/Linux/Windows; ensure the CLI

144144

}

145145

```

146146
147-

## Notes & limits

147+

## Notes and limits

148148
149149

- Provider auth follows the standard model auth order (auth profiles, env vars, `models.providers.*.apiKey`).

150150

- Groq setup details: [Groq](/providers/groq).

Original file line numberDiff line numberDiff line change

@@ -51,7 +51,7 @@ The WhatsApp channel runs via **Baileys Web**. This document captures the curren

5151

- If the active primary image model already supports vision natively, OpenClaw skips the `[Image]` summary block and passes the original image to the model instead.

5252

- By default only the first matching image/audio/video attachment is processed; set `tools.media.<cap>.attachments` to process multiple attachments.

5353
54-

## Limits & Errors

54+

## Limits and errors

5555
5656

**Outbound send caps (WhatsApp web send)**

5757
Original file line numberDiff line numberDiff line change

@@ -337,7 +337,7 @@ const compactResult = await compactEmbeddedPiSessionDirect({

337337

});

338338

```

339339
340-

## Authentication & Model Resolution

340+

## Authentication and model resolution

341341
342342

### Auth profiles

343343

@@ -418,7 +418,7 @@ if (cfg?.agents?.defaults?.contextPruning?.mode === "cache-ttl") {

418418

}

419419

```

420420
421-

## Streaming & Block Replies

421+

## Streaming and block replies

422422
423423

### Block chunking

424424
Original file line numberDiff line numberDiff line change

@@ -22,7 +22,7 @@ Native companion apps for Windows are also planned; the Gateway is recommended v

2222

- Windows: [Windows](/platforms/windows)

2323

- Linux: [Linux](/platforms/linux)

2424
25-

## VPS & hosting

25+

## VPS and hosting

2626
2727

- VPS hub: [VPS hosting](/vps)

2828

- Fly.io: [Fly.io](/install/fly)

Original file line numberDiff line numberDiff line change

@@ -65,7 +65,7 @@ socket path is in use. You can override with:

6565

export PEEKABOO_BRIDGE_SOCKET=/path/to/bridge.sock

6666

```

6767
68-

## Security & permissions

68+

## Security and permissions

6969
7070

- The bridge validates **caller code signatures**; an allowlist of TeamIDs is

7171

enforced (Peekaboo host TeamID + OpenClaw app TeamID).

Original file line numberDiff line numberDiff line change

@@ -13,7 +13,7 @@ agent (with a session switcher for other sessions).

1313

- **Remote mode**: forwards the Gateway control port over SSH and uses that

1414

tunnel as the data plane.

1515
16-

## Launch & debugging

16+

## Launch and debugging

1717
1818

- Manual: Lobster menu → “Open Chat”.

1919

- Auto‑open for testing:

Original file line numberDiff line numberDiff line change

@@ -162,7 +162,7 @@ If `openclaw doctor` detects state under:

162162
163163

it will warn and recommend moving back to a local path.

164164
165-

## Build & dev workflow (native)

165+

## Build and dev workflow (native)

166166
167167

- `cd apps/macos && swift build`

168168

- `swift run OpenClaw` (or Xcode)

Original file line numberDiff line numberDiff line change

@@ -72,7 +72,7 @@ cp docs/reference/AGENTS.default.md ~/.openclaw/workspace/AGENTS.md

7272

- Capture: decisions, preferences, constraints, open loops.

7373

- Avoid secrets unless explicitly requested.

7474
75-

## Tools & skills

75+

## Tools and skills

7676
7777

- Tools live in skills; follow each skill’s `SKILL.md` when you need it.

7878

- Keep environment-specific notes in `TOOLS.md` (Notes for Skills).