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

推荐订阅源

V
Visual Studio Blog
D
DataBreaches.Net
博客园 - 三生石上(FineUI控件)
博客园_首页
T
Tailwind CSS Blog
美团技术团队
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东
S
SegmentFault 最新的问题
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
Jina AI
Jina AI
WordPress大学
WordPress大学
U
Unit 42
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
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
ci: link Mantis status reaction videos · openclaw/opencla...
steipete · 2026-05-05 · via Recent Commits to openclaw:main

@@ -401,6 +401,7 @@ jobs:

401401

)

402402

pnpm "${args[@]}"

403403

cp "$desktop_dir/desktop-browser-smoke.png" "$root/$lane/discord-status-reactions-tool-only-desktop.png"

404+

cp "$desktop_dir/desktop-browser-smoke.mp4" "$root/$lane/discord-status-reactions-tool-only-desktop.mp4"

404405

}

405406406407

capture_desktop_lane baseline

@@ -431,6 +432,8 @@ jobs:

431432

echo "- Candidate screenshot: \`candidate/discord-status-reactions-tool-only-timeline.png\`"

432433

echo "- Baseline desktop screenshot: \`baseline/discord-status-reactions-tool-only-desktop.png\`"

433434

echo "- Candidate desktop screenshot: \`candidate/discord-status-reactions-tool-only-desktop.png\`"

435+

echo "- Baseline desktop video: \`baseline/discord-status-reactions-tool-only-desktop.mp4\`"

436+

echo "- Candidate desktop video: \`candidate/discord-status-reactions-tool-only-desktop.mp4\`"

434437

} > "$root/mantis-report.md"

435438436439

cat "$root/mantis-report.md" >> "$GITHUB_STEP_SUMMARY"

@@ -491,7 +494,9 @@ jobs:

491494

"$root/baseline/discord-status-reactions-tool-only-timeline.png" \

492495

"$root/candidate/discord-status-reactions-tool-only-timeline.png" \

493496

"$root/baseline/discord-status-reactions-tool-only-desktop.png" \

494-

"$root/candidate/discord-status-reactions-tool-only-desktop.png"

497+

"$root/candidate/discord-status-reactions-tool-only-desktop.png" \

498+

"$root/baseline/discord-status-reactions-tool-only-desktop.mp4" \

499+

"$root/candidate/discord-status-reactions-tool-only-desktop.mp4"

495500

do

496501

if [[ ! -f "$required" ]]; then

497502

echo "Missing required QA evidence file: $required" >&2

@@ -519,14 +524,16 @@ jobs:

519524

cp "$root/candidate/discord-status-reactions-tool-only-timeline.png" "$artifacts_worktree/$artifact_root/candidate.png"

520525

cp "$root/baseline/discord-status-reactions-tool-only-desktop.png" "$artifacts_worktree/$artifact_root/baseline-desktop.png"

521526

cp "$root/candidate/discord-status-reactions-tool-only-desktop.png" "$artifacts_worktree/$artifact_root/candidate-desktop.png"

527+

cp "$root/baseline/discord-status-reactions-tool-only-desktop.mp4" "$artifacts_worktree/$artifact_root/baseline-desktop.mp4"

528+

cp "$root/candidate/discord-status-reactions-tool-only-desktop.mp4" "$artifacts_worktree/$artifact_root/candidate-desktop.mp4"

522529

cp "$root/comparison.json" "$artifacts_worktree/$artifact_root/comparison.json"

523530

cp "$root/mantis-report.md" "$artifacts_worktree/$artifact_root/mantis-report.md"

524531525532

git -C "$artifacts_worktree" add "$artifact_root"

526533

if git -C "$artifacts_worktree" diff --cached --quiet; then

527-

echo "No QA screenshot artifact changes to publish."

534+

echo "No QA screenshot/video artifact changes to publish."

528535

else

529-

git -C "$artifacts_worktree" commit --quiet -m "qa: publish Mantis Discord screenshots for PR ${TARGET_PR}"

536+

git -C "$artifacts_worktree" commit --quiet -m "qa: publish Mantis Discord evidence for PR ${TARGET_PR}"

530537

git -C "$artifacts_worktree" push --quiet origin HEAD:qa-artifacts

531538

fi

532539

@@ -558,6 +565,10 @@ jobs:

558565

| --- | --- |

559566

| <img src="${raw_base}/baseline-desktop.png" width="420" alt="Baseline Mantis desktop browser screenshot"> | <img src="${raw_base}/candidate-desktop.png" width="420" alt="Candidate Mantis desktop browser screenshot"> |

560567568+

Videos:

569+

- [Baseline desktop MP4](${raw_base}/baseline-desktop.mp4)

570+

- [Candidate desktop MP4](${raw_base}/candidate-desktop.mp4)

571+561572

Raw QA files: https://github.com/${GITHUB_REPOSITORY}/tree/qa-artifacts/${artifact_root}

562573

EOF

563574