chore(release): prepare 0.18.0-beta.1

This commit is contained in:
2026-07-07 02:40:05 -07:00
parent 61f39d1e09
commit 7b94adafbd
3 changed files with 43 additions and 15 deletions
+1 -4
View File
@@ -606,10 +606,7 @@ ${bunBinary} -e "const net=require('node:net'); const fs=require('node:fs'); con
};
// Pass an explicit backend so overlay startup doesn't probe for a display
// (headless CI has none), matching launcher/smoke.e2e.test.ts.
const result = runLauncher(
['--backend', 'x11', 'https://www.youtube.com/watch?v=abc123'],
env,
);
const result = runLauncher(['--backend', 'x11', 'https://www.youtube.com/watch?v=abc123'], env);
assert.equal(result.status, 0, `stdout:\n${result.stdout}\nstderr:\n${result.stderr}`);
const forwardedArgs = fs