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

推荐订阅源

C
Check Point Blog
GbyAI
GbyAI
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
U
Unit 42
Engineering at Meta
Engineering at Meta
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
Vercel News
Vercel News
美团技术团队
雷峰网
雷峰网
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
D
DataBreaches.Net
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
罗磊的独立博客
MyScale Blog
MyScale Blog
博客园_首页
IT之家
IT之家
F
Fortinet All Blogs
博客园 - Franky

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(release): refine beta validation guidance · openclaw...
steipete · 2026-04-26 · via Recent Commits to openclaw:main

@@ -86,10 +86,11 @@ Use this skill for release and publish-time workflow. Keep ordinary development

8686

parallel, publish npm from the successful npm preflight, then start published

8787

npm install/update, Docker, and Parallels verification while mac artifacts

8888

continue.

89-

- After a beta is published, run the expensive Docker, Parallels, and QA-Lab

90-

release rosters in parallel instead of serializing them. Use selective reruns

91-

after failures or fixes, but keep proof that Docker, Parallels, and QA-Lab

92-

each passed at least once before stable/latest promotion.

89+

- After a beta is published, overlap remote/manual release rosters where useful,

90+

but avoid piling local Docker, Parallels, and QA-Lab work onto the same host

91+

when it would create system-load noise. Use selective reruns after failures or

92+

fixes, but keep proof that Docker, Parallels, and QA-Lab each passed at least

93+

once before stable/latest promotion.

9394

- Mac packaging may be built from a slight release-branch variation of the

9495

tagged commit when the delta is mac packaging, signing, workflow, or

9596

validation-only release machinery. If mac packaging needs release-branch-only

@@ -558,9 +559,10 @@ node --import tsx scripts/openclaw-npm-postpublish-verify.ts <published-version>

558559

the next beta if the fix must change the already-published package. If any

559560

lane fails after the beta tag/package is pushed or published, fix,

560561

commit/push/pull, increment to the next beta tag, and rerun the affected

561-

beta evidence. Start Docker, Parallels, and QA-Lab in parallel once the

562-

beta is live. Ensure the full expensive roster has passed at least once

563-

before stable/latest promotion. The roster includes the manual Actions >

562+

beta evidence. Once the beta is live, start remote/manual rosters where they

563+

can overlap safely, but keep local Docker and Parallels load controlled.

564+

Ensure the full expensive roster has passed at least once before

565+

stable/latest promotion. The roster includes the manual Actions >

564566

`NPM Telegram Beta E2E` workflow against the exact published beta package.

565567

If a pre-npm lane fails before any tag/package leaves the machine, fix and

566568

rerun the same intended beta attempt. Repeat up to the operator's