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

推荐订阅源

Google DeepMind News
Google DeepMind News
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
酷 壳 – CoolShell
酷 壳 – CoolShell
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
云风的 BLOG
云风的 BLOG
M
MIT News - Artificial intelligence
F
Fortinet All Blogs
T
Tailwind CSS Blog
Martin Fowler
Martin Fowler
I
InfoQ
The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
The Cloudflare Blog
罗磊的独立博客

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(mantis): publish evidence to r2 (#81845) · openclaw/o...
obviyus · 2026-05-15 · via Recent Commits to openclaw:main

@@ -318,10 +318,9 @@ This schema is the handoff between scenario code and GitHub comments:

318318

```

319319320320

Artifact `path` values are relative to the manifest directory. `targetPath`

321-

values are relative paths inside the uploaded Actions artifact bundle. Mantis

322-

must not publish evidence to Git branches; Git history is not artifact storage.

323-

The publisher rejects path traversal and skips entries marked

324-

`"required": false` when optional previews or videos are unavailable.

321+

values are relative paths under the configured Mantis R2/S3 artifact prefix. The

322+

publisher rejects path traversal and skips entries marked `"required": false`

323+

when optional previews or videos are unavailable.

325324326325

Supported artifact kinds:

327326

@@ -334,11 +333,20 @@ Supported artifact kinds:

334333

- `report`: Markdown report.

335334336335

The reusable publisher is `scripts/mantis/publish-pr-evidence.mjs`. Workflows

337-

call it with the manifest, target PR, artifact root, comment marker, Actions

338-

artifact URL, run URL, and request source. The workflow uploads the declared

339-

files through `actions/upload-artifact`; the publisher builds a summary-first PR

340-

comment that links to that artifact and lists the bundled file names. It never

341-

commits or pushes evidence files.

336+

call it with the manifest, target PR, artifact target root, comment marker,

337+

Actions artifact URL, run URL, and request source. It uploads declared artifacts

338+

to the configured Mantis R2/S3 bucket, builds a summary-first PR comment with

339+

inline images/previews and linked videos, then updates the existing marker

340+

comment or creates one. The workflows publish to `openclaw-crabbox-artifacts`

341+

with public URLs under `https://artifacts.openclaw.ai`. They provide bucket,

342+

region, and public URL values directly. The reusable publisher requires:

343+344+

- `MANTIS_ARTIFACT_R2_ACCESS_KEY_ID`

345+

- `MANTIS_ARTIFACT_R2_SECRET_ACCESS_KEY`

346+

- `MANTIS_ARTIFACT_R2_BUCKET`

347+

- `MANTIS_ARTIFACT_R2_ENDPOINT`

348+

- `MANTIS_ARTIFACT_R2_REGION`

349+

- `MANTIS_ARTIFACT_R2_PUBLIC_BASE_URL`

342350343351

You can also trigger the status-reactions run directly from a PR comment:

344352

@@ -628,11 +636,10 @@ after the new secret has been stored.

628636629637

Mantis workflows should upload the full evidence bundle as a short-lived Actions

630638

artifact. When the workflow is run for a bug report or fix PR, it should also

631-

upsert a comment on that bug or fix PR with a short summary and a link to the

632-

Actions artifact. Do not post the primary proof only on a generic QA automation

633-

PR. Do not use Git branches, tags, or commits as Mantis artifact storage. Raw

634-

logs, screenshots, recordings, observed messages, and other bulky evidence stay

635-

in the Actions artifact.

639+

publish redacted inline media to the configured Mantis R2/S3 bucket and upsert a

640+

comment on that bug or fix PR with inline before/after screenshots. Do not post

641+

the primary proof only on a generic QA automation PR. Raw logs, observed

642+

messages, and other bulky evidence stay in the Actions artifact.

636643637644

Production workflows should post those comments with the Mantis GitHub App, not

638645

with `github-actions[bot]`. Store the app id and private key as