feat(telegram): default Crabbox proof GIFs to 1080p · openclaw/openclaw@d7bbff2
obviyus
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -46,7 +46,7 @@ pnpm qa:telegram-user:crabbox -- start \
|
46 | 46 | ``` |
47 | 47 | |
48 | 48 | The runner defaults to `--class standard`, `--record-fps 24`, |
49 | | -`--preview-fps 24`, and `--preview-width 1280`. Keep those defaults unless the |
| 49 | +`--preview-fps 24`, and `--preview-width 1920`. Keep those defaults unless the |
50 | 50 | proof needs something else. |
51 | 51 | |
52 | 52 | ## While Testing |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -598,7 +598,7 @@ Use `--mock-response-file <path>` when a PR needs a deterministic visual diff:
|
598 | 598 | the same mock model reply can be run on `main` and on the PR head while the |
599 | 599 | Telegram formatter or delivery layer changes. Capture defaults are tuned for PR |
600 | 600 | comments: standard Crabbox class, 24fps desktop recording, 24fps motion GIF, and |
601 | | -1280px preview width. Before/after comments should publish a clean bundle that |
| 601 | +1920px preview width. Before/after comments should publish a clean bundle that |
602 | 602 | contains only the intended GIFs. |
603 | 603 | |
604 | 604 | Slack lanes can also use the pool. Slack payload shape checks currently live in the Slack QA runner rather than the broker; use `{ channelId: string, driverBotToken: string, sutBotToken: string, sutAppToken: string }`, with a Slack channel id like `Cxxxxxxxxxx`. See [Setting up the Slack workspace](#setting-up-the-slack-workspace) for app and scope provisioning. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -480,7 +480,7 @@ alive, an agent can keep testing until satisfied:
|
480 | 480 | |
481 | 481 | For deterministic visual repros, pass `--mock-response-file <path>` to `start` |
482 | 482 | or to the one-command `probe` shorthand. The runner defaults to a standard |
483 | | -Crabbox class, 24fps recording, 24fps motion GIF previews, and 1280px GIF |
| 483 | +Crabbox class, 24fps recording, 24fps motion GIF previews, and 1920px GIF |
484 | 484 | width. Override with `--class`, `--record-fps`, `--preview-fps`, and |
485 | 485 | `--preview-width` only when the proof needs different capture settings. |
486 | 486 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -142,7 +142,7 @@ function usageText() {
|
142 | 142 | " --mock-response-file <path> Text returned by the mock model.", |
143 | 143 | " --output-dir <path> Artifact directory under the repo.", |
144 | 144 | " --preview-fps <fps> Motion GIF frames per second. Default: 24.", |
145 | | -" --preview-width <pixels> Motion GIF width. Default: 1280.", |
| 145 | +" --preview-width <pixels> Motion GIF width. Default: 1920.", |
146 | 146 | " --pr <number> Pull request number for publish.", |
147 | 147 | " --record-fps <fps> Desktop recording frames per second. Default: 24.", |
148 | 148 | " --record-seconds <seconds> Desktop video duration. Default: 35.", |
@@ -212,7 +212,7 @@ function parseArgs(argv: string[]): Options {
|
212 | 212 | mockPort: 19_882, |
213 | 213 | outputDir: path.join(DEFAULT_OUTPUT_ROOT, stamp), |
214 | 214 | previewFps: 24, |
215 | | -previewWidth: 1280, |
| 215 | +previewWidth: 1920, |
216 | 216 | provider: process.env.OPENCLAW_TELEGRAM_USER_CRABBOX_PROVIDER?.trim() || "aws", |
217 | 217 | publishFullArtifacts: false, |
218 | 218 | publishRepo: "openclaw/openclaw", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。