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

推荐订阅源

D
Docker
博客园 - 三生石上(FineUI控件)
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
腾讯CDC
酷 壳 – CoolShell
酷 壳 – CoolShell
M
MIT News - Artificial intelligence
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Jina AI
Jina AI
爱范儿
爱范儿
博客园 - 【当耐特】
雷峰网
雷峰网
S
SegmentFault 最新的问题
美团技术团队
Blog — PlanetScale
Blog — PlanetScale
The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
J
Java Code Geeks

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: explain telegram package artifact testing · opencla...
steipete · 2026-04-27 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -311,9 +311,12 @@ gh workflow run package-acceptance.yml --ref main \

311311

-f telegram_mode=none

312312

```

313313
314-

Use `telegram_mode=mock-openai` or `telegram_mode=live-frontier` only with

315-

`source=npm`; that path reuses the published npm Telegram E2E workflow and the

316-

`qa-live-shared` environment.

314+

Use `telegram_mode=mock-openai` or `telegram_mode=live-frontier` when the same

315+

resolved `package-under-test` tarball should also run through the Telegram QA

316+

workflow in the `qa-live-shared` environment. The standalone Telegram workflow

317+

still accepts a published npm spec for post-publish checks, but Package

318+

Acceptance passes the resolved artifact for `source=npm`, `ref`, `url`, and

319+

`artifact`.

317320
318321

Docker E2E images never copy repo sources as the app under test: the bare image

319322

is a Node/Git runner, and the functional image installs the same prebuilt npm

Original file line numberDiff line numberDiff line change

@@ -23,8 +23,9 @@ published npm spec, a trusted `package_ref` built with the selected

2323

from another GitHub Actions run, uploads it as `package-under-test`, then reuses

2424

the Docker release/E2E scheduler with that tarball instead of repacking the

2525

workflow checkout. Profiles cover smoke, package, product, full, and custom

26-

Docker lane selections. The optional Telegram lane is published-npm only and

27-

reuses the `NPM Telegram Beta E2E` workflow.

26+

Docker lane selections. The optional Telegram lane reuses the

27+

`package-under-test` artifact in the `NPM Telegram Beta E2E` workflow, with the

28+

published npm spec path kept for standalone dispatches.

2829
2930

## Package Acceptance

3031
Original file line numberDiff line numberDiff line change

@@ -136,10 +136,13 @@ runs the same lanes before release approval.

136136

then seeds an affected broken session JSONL and verifies

137137

`openclaw doctor --fix` rewrites it to the active branch with a backup.

138138

- `pnpm test:docker:npm-telegram-live`

139-

- Installs a published OpenClaw package in Docker, runs installed-package

139+

- Installs an OpenClaw package candidate in Docker, runs installed-package

140140

onboarding, configures Telegram through the installed CLI, then reuses the

141141

live Telegram QA lane with that installed package as the SUT Gateway.

142-

- Defaults to `OPENCLAW_NPM_TELEGRAM_PACKAGE_SPEC=openclaw@beta`.

142+

- Defaults to `OPENCLAW_NPM_TELEGRAM_PACKAGE_SPEC=openclaw@beta`; set

143+

`OPENCLAW_NPM_TELEGRAM_PACKAGE_TGZ=/path/to/openclaw-current.tgz` or

144+

`OPENCLAW_CURRENT_PACKAGE_TGZ` to test a resolved local tarball instead of

145+

installing from the registry.

143146

- Uses the same Telegram env credentials or Convex credential source as

144147

`pnpm openclaw qa telegram`. For CI/release automation, set

145148

`OPENCLAW_NPM_TELEGRAM_CREDENTIAL_SOURCE=convex` plus

@@ -156,8 +159,8 @@ runs the same lanes before release approval.

156159

HTTPS tarball URL plus SHA-256, or tarball artifact from another run, uploads

157160

the normalized `openclaw-current.tgz` as `package-under-test`, then runs the

158161

existing Docker E2E scheduler with smoke, package, product, full, or custom

159-

lane profiles. Published npm candidates can additionally run the Telegram QA

160-

workflow.

162+

lane profiles. Set `telegram_mode=mock-openai` or `live-frontier` to run the

163+

Telegram QA workflow against the same `package-under-test` artifact.

161164

- Latest beta product proof:

162165
163166

```bash

Original file line numberDiff line numberDiff line change

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

112112

SHA-256; or `source=artifact` for a tarball uploaded by another GitHub

113113

Actions run. The workflow resolves the candidate to

114114

`package-under-test`, reuses the Docker E2E release scheduler against that

115-

tarball, and can optionally run published-npm Telegram QA.

115+

tarball, and can optionally run Telegram QA against the same tarball.

116116

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`

117117

Common profiles:

118118

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

@@ -393,10 +393,10 @@ Common package profiles:

393393

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

394394

- `custom`: exact `docker_lanes` list for focused reruns

395395
396-

For post-publish beta proof, use `source=npm` with the exact beta package or

397-

`openclaw@beta`. Enable `telegram_mode=mock-openai` or

398-

`telegram_mode=live-frontier` only for published npm packages, because that

399-

path reuses the published-npm Telegram E2E workflow.

396+

For package-candidate Telegram proof, enable `telegram_mode=mock-openai` or

397+

`telegram_mode=live-frontier` on Package Acceptance. The workflow passes the

398+

resolved `package-under-test` tarball into the Telegram lane; the standalone

399+

Telegram workflow still accepts a published npm spec for post-publish checks.

400400
401401

## NPM workflow inputs

402402