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

推荐订阅源

F
Fortinet All Blogs
有赞技术团队
有赞技术团队
量子位
N
Netflix TechBlog - Medium
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
GbyAI
GbyAI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Blog — PlanetScale
Blog — PlanetScale
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
Martin Fowler
Martin Fowler
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
博客园 - 司徒正美
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
V2EX
IT之家
IT之家
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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
ci: make package acceptance legacy-safe · openclaw/opencl...
steipete · 2026-04-27 · via Recent Commits to openclaw:main

@@ -118,7 +118,7 @@ the maintainer-only release runbook.

118118

Example: `gh workflow run package-acceptance.yml --ref main -f workflow_ref=main -f source=npm -f package_spec=openclaw@beta -f suite_profile=product -f telegram_mode=mock-openai`

119119

Common profiles:

120120

- `smoke`: install/channel/agent, gateway network, and config reload lanes

121-

- `package`: package/update/plugin lanes without OpenWebUI

121+

- `package`: package/update/plugin lanes without OpenWebUI or live ClawHub

122122

- `product`: package profile plus MCP channels, cron/subagent cleanup,

123123

OpenAI web search, and OpenWebUI

124124

- `full`: Docker release-path chunks with OpenWebUI

@@ -371,11 +371,12 @@ Supported candidate sources:

371371

`OpenClaw Release Checks` runs Package Acceptance with `source=ref`,

372372

`package_ref=<release-ref>`, `suite_profile=package`, and

373373

`telegram_mode=mock-openai`. That profile covers install, update, plugin

374-

package contracts, and Telegram package QA against the same resolved tarball,

375-

and is the GitHub-native replacement for most of the package/update coverage

376-

that previously required Parallels. Cross-OS release checks still matter for

377-

OS-specific onboarding, installer, and platform behavior, but package/update

378-

product validation should prefer Package Acceptance.

374+

package contracts through offline plugin fixtures, and Telegram package QA

375+

against the same resolved tarball. It is the GitHub-native replacement for most

376+

of the package/update coverage that previously required Parallels. Cross-OS

377+

release checks still matter for OS-specific onboarding, installer, and platform

378+

behavior, but package/update product validation should prefer Package

379+

Acceptance.

379380380381

Use broader Package Acceptance profiles when the release question is about an

381382

actual installable package:

@@ -393,7 +394,7 @@ Common package profiles:

393394394395

- `smoke`: quick package install/channel/agent, gateway network, and config

395396

reload lanes

396-

- `package`: install/update/plugin package contracts; this is the release-check

397+

- `package`: install/update/plugin package contracts without live ClawHub; this is the release-check

397398

default

398399

- `product`: `package` plus MCP channels, cron/subagent cleanup, OpenAI web

399400

search, and OpenWebUI