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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
博客园 - 三生石上(FineUI控件)
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
Engineering at Meta
Engineering at Meta
I
InfoQ
T
Tailwind CSS Blog
N
Netflix TechBlog - Medium
S
SegmentFault 最新的问题
H
Help Net Security
博客园 - 【当耐特】
WordPress大学
WordPress大学
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
腾讯CDC
雷峰网
雷峰网
Martin Fowler
Martin Fowler
The GitHub Blog
The GitHub Blog
D
Docker

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
fix(gateway): mirror source message sends into transcript...
iFiras-Max1 · 2026-05-22 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -26,6 +26,7 @@ Docs: https://docs.openclaw.ai

2626

- Agents/subagents: surface blocked child-run completions as errors instead of successful subagent finishes. (#80886) Thanks @TurboTheTurtle.

2727

- WhatsApp: update Baileys to `7.0.0-rc13` and drop the obsolete logger type patch.

2828

- Install/update: reject OpenClaw GitHub source package targets early and point moving-main users at the dev/git install path instead of the broken npm source-install flow.

29+

- Gateway: mirror successful same-source message-tool sends into session transcripts so delivered replies stay in later history/context. (#84837) Thanks @iFiras-Max1.

2930

- Infra/json: retry transient `File changed during read` races while loading JSON state so config and state reads recover instead of failing the turn. (#84285)

3031

- Providers/Ollama: resolve configured Ollama Cloud `OLLAMA_API_KEY` markers to the real discovery key so cloud provider entries keep authenticated model catalog access. (#85037)

3132

- Discord: keep persistent component registry fallback warnings actionable by forwarding structured error and cause metadata through the runtime logger. Fixes #84185. (#84190) Thanks @100menotu001.

Original file line numberDiff line numberDiff line change

@@ -154,19 +154,19 @@ The script exits with code `2` for invalid method selection or invalid `--instal

154154
155155

<Accordion title="Environment variables reference">

156156
157-

| Variable | Description |

158-

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

159-

| `OPENCLAW_INSTALL_METHOD=git\|npm` | Install method |

157+

| Variable | Description |

158+

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

159+

| `OPENCLAW_INSTALL_METHOD=git\|npm` | Install method |

160160

| `OPENCLAW_VERSION=latest\|next\|<semver>\|<spec>` | npm version, dist-tag, or package spec |

161-

| `OPENCLAW_BETA=0\|1` | Use beta if available |

162-

| `OPENCLAW_GIT_DIR=<path>` | Checkout directory |

163-

| `OPENCLAW_GIT_UPDATE=0\|1` | Toggle git updates |

164-

| `OPENCLAW_NO_PROMPT=1` | Disable prompts |

165-

| `OPENCLAW_NO_ONBOARD=1` | Skip onboarding |

166-

| `OPENCLAW_DRY_RUN=1` | Dry run mode |

167-

| `OPENCLAW_VERBOSE=1` | Debug mode |

168-

| `OPENCLAW_NPM_LOGLEVEL=error\|warn\|notice` | npm log level |

169-

| `SHARP_IGNORE_GLOBAL_LIBVIPS=0\|1` | Control sharp/libvips behavior (default: `1`) |

161+

| `OPENCLAW_BETA=0\|1` | Use beta if available |

162+

| `OPENCLAW_GIT_DIR=<path>` | Checkout directory |

163+

| `OPENCLAW_GIT_UPDATE=0\|1` | Toggle git updates |

164+

| `OPENCLAW_NO_PROMPT=1` | Disable prompts |

165+

| `OPENCLAW_NO_ONBOARD=1` | Skip onboarding |

166+

| `OPENCLAW_DRY_RUN=1` | Dry run mode |

167+

| `OPENCLAW_VERBOSE=1` | Debug mode |

168+

| `OPENCLAW_NPM_LOGLEVEL=error\|warn\|notice` | npm log level |

169+

| `SHARP_IGNORE_GLOBAL_LIBVIPS=0\|1` | Control sharp/libvips behavior (default: `1`) |

170170
171171

</Accordion>

172172

</AccordionGroup>