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

推荐订阅源

罗磊的独立博客
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
aimingoo的专栏
aimingoo的专栏
U
Unit 42
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
博客园 - 司徒正美
腾讯CDC
I
InfoQ
GbyAI
GbyAI
博客园_首页

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: sentence-case sweep across 10 more pages · openclaw...
vincentkoc · 2026-04-27 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -35,7 +35,7 @@ Bun is an optional local runtime for running TypeScript directly (`bun run ...`,

3535

</Step>

3636

</Steps>

3737
38-

## Lifecycle Scripts

38+

## Lifecycle scripts

3939
4040

Bun blocks dependency lifecycle scripts unless explicitly trusted. For this repo, the commonly blocked scripts are not required:

4141
Original file line numberDiff line numberDiff line change

@@ -175,7 +175,7 @@ Provider-based audio transcription honors standard outbound proxy env vars:

175175
176176

If no proxy env vars are set, direct egress is used. If proxy config is malformed, OpenClaw logs a warning and falls back to direct fetch.

177177
178-

## Mention Detection in Groups

178+

## Mention detection in groups

179179
180180

When `requireMention: true` is set for a group chat, OpenClaw now transcribes audio **before** checking for mentions. This allows voice notes to be processed even when they contain mentions.

181181
Original file line numberDiff line numberDiff line change

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

3939

- When media is present, the web sender resolves local paths or URLs using the same pipeline as `openclaw message send`.

4040

- Multiple media entries are sent sequentially if provided.

4141
42-

## Inbound Media to Commands (Pi)

42+

## Inbound media to commands (Pi)

4343
4444

- When inbound web messages include media, OpenClaw downloads to a temp file and exposes templating variables:

4545

- `{{MediaUrl}}` pseudo-URL for the inbound media.

Original file line numberDiff line numberDiff line change

@@ -23,7 +23,7 @@ The Android app has not been publicly released yet. The source code is available

2323
2424

System control (launchd/systemd) lives on the Gateway host. See [Gateway](/gateway).

2525
26-

## Connection Runbook

26+

## Connection runbook

2727
2828

Android node app ⇄ (mDNS/NSD + WebSocket) ⇄ **Gateway**

2929
Original file line numberDiff line numberDiff line change

@@ -288,7 +288,7 @@ surfaces, not as the default pattern for new third-party plugins.

288288

<Check>Tests pass (`pnpm test -- <bundled-plugin-root>/my-plugin/`)</Check>

289289

<Check>`pnpm check` passes (in-repo plugins)</Check>

290290
291-

## Beta Release Testing

291+

## Beta release testing

292292
293293

1. Watch for GitHub release tags on [openclaw/openclaw](https://github.com/openclaw/openclaw/releases) and subscribe via `Watch` > `Releases`. Beta tags look like `v2026.3.N-beta.1`. You can also turn on notifications for the official OpenClaw X account [@openclaw](https://x.com/openclaw) for release announcements.

294294

2. Test your plugin against the beta tag as soon as it appears. The window before stable is typically only a few hours.

Original file line numberDiff line numberDiff line change

@@ -15,7 +15,7 @@ read_when:

1515

**Methodology:** MITRE ATLAS + Data Flow Diagrams

1616

**Framework:** [MITRE ATLAS](https://atlas.mitre.org/) (Adversarial Threat Landscape for AI Systems)

1717
18-

### Framework Attribution

18+

### Framework attribution

1919
2020

This threat model is built on [MITRE ATLAS](https://atlas.mitre.org/), the industry-standard framework for documenting adversarial threats to AI/ML systems. ATLAS is maintained by [MITRE](https://www.mitre.org/) in collaboration with the AI security community.

2121
Original file line numberDiff line numberDiff line change

@@ -12,7 +12,7 @@ OpenClaw's browser control server fails to launch Chrome/Brave/Edge/Chromium wit

1212

{"error":"Error: Failed to start Chrome CDP on port 18800 for profile \"openclaw\"."}

1313

```

1414
15-

### Root Cause

15+

### Root cause

1616
1717

On Ubuntu (and many Linux distros), the default Chromium installation is a **snap package**. Snap's AppArmor confinement interferes with how OpenClaw spawns and monitors the browser process.

1818

@@ -123,7 +123,7 @@ curl -s -X POST http://127.0.0.1:18791/start

123123

curl -s http://127.0.0.1:18791/tabs

124124

```

125125
126-

### Config Reference

126+

### Config reference

127127
128128

| Option | Description | Default |

129129

| -------------------------------- | -------------------------------------------------------------------- | ----------------------------------------------------------- |

Original file line numberDiff line numberDiff line change

@@ -55,7 +55,7 @@ Example:

5555

}

5656

```

5757
58-

## How To Use It

58+

## How to use it

5959
6060

Ask naturally and make the analysis intent explicit:

6161
Original file line numberDiff line numberDiff line change

@@ -90,7 +90,7 @@ Both show up under `openclaw plugins list`. See [Plugin Bundles](/plugins/bundle

9090

If you are writing a native plugin, start with [Building Plugins](/plugins/building-plugins)

9191

and the [Plugin SDK Overview](/plugins/sdk-overview).

9292
93-

## Package Entrypoints

93+

## Package entrypoints

9494
9595

Native plugin npm packages must declare `openclaw.extensions` in `package.json`.

9696

Each entry must stay inside the package directory and resolve to a readable

Original file line numberDiff line numberDiff line change

@@ -321,7 +321,7 @@ Documented exceptions:

321321
322322

See [Tailscale](/gateway/tailscale) for HTTPS setup guidance.

323323
324-

## Content Security Policy

324+

## Content security policy

325325
326326

The Control UI ships with a tight `img-src` policy: only **same-origin** assets, `data:` URLs, and locally generated `blob:` URLs are allowed. Remote `http(s)` and protocol-relative image URLs are rejected by the browser and do not issue network fetches.

327327