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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
博客园_首页
爱范儿
爱范儿
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
Y
Y Combinator Blog
量子位
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Blog of Author Tim Ferriss
月光博客
月光博客
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans

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: clarify beta Telegram release verification · opencl...
steipete · 2026-04-25 · via Recent Commits to openclaw:main

@@ -279,6 +279,14 @@ node --import tsx scripts/openclaw-npm-postpublish-verify.ts <published-version>

279279

- `node --import tsx scripts/openclaw-npm-postpublish-verify.ts <beta-version>`

280280

- install/update smoke against the published beta channel

281281

- Docker install/update coverage that exercises the published beta package

282+

- published npm Telegram proof: dispatch Actions > `NPM Telegram Beta E2E`

283+

from `main` with `package_spec=openclaw@<beta-version>` and

284+

`provider_mode=mock-openai`, approve `npm-release`, and require success.

285+

This is the default button path for installed-package onboarding,

286+

Telegram setup, and real Telegram E2E against the published npm package.

287+

Use the local `pnpm test:docker:npm-telegram-live` lane with the matching

288+

`OPENCLAW_NPM_TELEGRAM_PACKAGE_SPEC` and Convex CI env only as a fallback

289+

or debugging path.

282290

- Parallels published beta install/update coverage with both OpenAI and

283291

Anthropic provider keys available

284292

- targeted QA reruns only for areas touched by fixes after the full pre-npm

@@ -502,9 +510,11 @@ node --import tsx scripts/openclaw-npm-postpublish-verify.ts <published-version>

502510

23. Run the post-published beta verification roster. If any lane fails after

503511

the beta tag/package is pushed or published, fix, commit/push/pull,

504512

increment to the next beta tag, and restart at the full pre-npm beta test

505-

roster for the new beta. If a pre-npm lane fails before any tag/package

506-

leaves the machine, fix and rerun the same intended beta attempt. Repeat up

507-

to the operator's authorized beta-attempt limit, normally 4.

513+

roster for the new beta. The roster includes the manual Actions >

514+

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

515+

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

516+

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

517+

authorized beta-attempt limit, normally 4.

508518

24. Announce the beta/stable release on Discord best-effort using Peter's bot

509519

token from `.profile`.

510520

25. If the operator requested beta only, stop after beta verification and the