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

推荐订阅源

aimingoo的专栏
aimingoo的专栏
Jina AI
Jina AI
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
G
Google Developers Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
C
Check Point Blog
J
Java Code Geeks
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
量子位
A
About on SuperTechFans
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

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
chore(installer): remove legacy cmd installer · openclaw/...
steipete · 2026-05-10 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -6,15 +6,13 @@ on:

66

- scripts/install.sh

77

- scripts/install-cli.sh

88

- scripts/install.ps1

9-

- scripts/install.cmd

109

- .github/workflows/website-installer-sync.yml

1110

push:

1211

branches: [main]

1312

paths:

1413

- scripts/install.sh

1514

- scripts/install-cli.sh

1615

- scripts/install.ps1

17-

- scripts/install.cmd

1816

- .github/workflows/website-installer-sync.yml

1917

workflow_dispatch:

2018

inputs:

@@ -130,10 +128,6 @@ jobs:

130128

shell: pwsh

131129

run: .\scripts\install.ps1 -DryRun -NoOnboard -InstallMethod npm

132130
133-

- name: install.cmd dry run

134-

shell: cmd

135-

run: set "OPENCLAW_INSTALL_PS1_URL=%GITHUB_WORKSPACE%\scripts\install.ps1" && .\scripts\install.cmd --dry-run --no-onboard --npm

136-
137131

sync-website:

138132

needs: [static, linux-docker, macos-installer, windows-installer]

139133

if: >

@@ -158,7 +152,7 @@ jobs:

158152

cp openclaw/scripts/install.sh openclaw.ai/public/install.sh

159153

cp openclaw/scripts/install-cli.sh openclaw.ai/public/install-cli.sh

160154

cp openclaw/scripts/install.ps1 openclaw.ai/public/install.ps1

161-

cp openclaw/scripts/install.cmd openclaw.ai/public/install.cmd

155+

rm -f openclaw.ai/public/install.cmd

162156

chmod +x openclaw.ai/public/install.sh openclaw.ai/public/install-cli.sh

163157
164158

- name: Check for changes

Original file line numberDiff line numberDiff line change

@@ -35,7 +35,7 @@ const ANDROID_NATIVE_RE = /^(apps\/android\/|apps\/shared\/)/;

3535

const NODE_SCOPE_RE =

3636

/^(src\/|test\/|extensions\/|packages\/|scripts\/|ui\/|\.github\/|openclaw\.mjs$|package\.json$|pnpm-lock\.yaml$|pnpm-workspace\.yaml$|tsconfig.*\.json$|vitest.*\.ts$|tsdown\.config\.ts$|\.oxlintrc\.json$|\.oxfmtrc\.jsonc$)/;

3737

const WINDOWS_SCOPE_RE =

38-

/^(src\/process\/|src\/infra\/windows-install-roots\.ts$|src\/plugins\/import-specifier(?:\.test)?\.ts$|src\/shared\/(?:import-specifier|runtime-import)(?:\.test)?\.ts$|scripts\/(?:install\.ps1|install\.cmd|(?:npm-runner|pnpm-runner|ui|vitest-process-group)\.(?:mjs|js))$|test\/scripts\/(?:install-ps1|npm-runner|pnpm-runner|ui|vitest-process-group)\.test\.ts$|package\.json$|pnpm-lock\.yaml$|pnpm-workspace\.yaml$|\.github\/workflows\/ci\.yml$|\.github\/actions\/setup-node-env\/action\.yml$|\.github\/actions\/setup-pnpm-store-cache\/action\.yml$)/;

38+

/^(src\/process\/|src\/infra\/windows-install-roots\.ts$|src\/plugins\/import-specifier(?:\.test)?\.ts$|src\/shared\/(?:import-specifier|runtime-import)(?:\.test)?\.ts$|scripts\/(?:install\.ps1|(?:npm-runner|pnpm-runner|ui|vitest-process-group)\.(?:mjs|js))$|test\/scripts\/(?:install-ps1|npm-runner|pnpm-runner|ui|vitest-process-group)\.test\.ts$|package\.json$|pnpm-lock\.yaml$|pnpm-workspace\.yaml$|\.github\/workflows\/ci\.yml$|\.github\/actions\/setup-node-env\/action\.yml$|\.github\/actions\/setup-pnpm-store-cache\/action\.yml$)/;

3939

const WINDOWS_TEST_SCOPE_RE =

4040

/^(src\/process\/(?:exec\.windows|windows-command)\.test\.ts$|src\/infra\/windows-install-roots\.test\.ts$|src\/plugins\/import-specifier\.test\.ts$|src\/shared\/runtime-import\.test\.ts$|test\/scripts\/(?:npm-runner|pnpm-runner|ui|vitest-process-group)\.test\.ts$)/;

4141

const TEST_ONLY_PATH_RE =

@@ -47,7 +47,7 @@ const NATIVE_ONLY_RE =

4747

const FAST_INSTALL_SMOKE_SCOPE_RE =

4848

/^(Dockerfile$|\.npmrc$|package\.json$|pnpm-lock\.yaml$|pnpm-workspace\.yaml$|scripts\/ci-changed-scope\.mjs$|scripts\/postinstall-bundled-plugins\.mjs$|scripts\/e2e\/(?:Dockerfile(?:\.qr-import)?|agents-delete-shared-workspace-docker\.sh|gateway-network-docker\.sh)$|extensions\/[^/]+\/(?:package\.json|openclaw\.plugin\.json)$|\.github\/workflows\/install-smoke\.yml$|\.github\/actions\/setup-node-env\/action\.yml$)/;

4949

const FULL_INSTALL_SMOKE_SCOPE_RE =

50-

/^(Dockerfile$|\.npmrc$|package\.json$|pnpm-lock\.yaml$|pnpm-workspace\.yaml$|scripts\/ci-changed-scope\.mjs$|scripts\/install(?:-cli)?\.sh$|scripts\/install\.ps1$|scripts\/install\.cmd$|scripts\/test-install-sh-docker\.sh$|scripts\/docker\/|scripts\/e2e\/(?:Dockerfile(?:\.qr-import)?|qr-import-docker\.sh|bun-global-install-smoke\.sh)$|\.github\/workflows\/(?:install-smoke|website-installer-sync)\.yml$|\.github\/actions\/setup-node-env\/action\.yml$)/;

50+

/^(Dockerfile$|\.npmrc$|package\.json$|pnpm-lock\.yaml$|pnpm-workspace\.yaml$|scripts\/ci-changed-scope\.mjs$|scripts\/install(?:-cli)?\.sh$|scripts\/install\.ps1$|scripts\/test-install-sh-docker\.sh$|scripts\/docker\/|scripts\/e2e\/(?:Dockerfile(?:\.qr-import)?|qr-import-docker\.sh|bun-global-install-smoke\.sh)$|\.github\/workflows\/(?:install-smoke|website-installer-sync)\.yml$|\.github\/actions\/setup-node-env\/action\.yml$)/;

5151

const FAST_INSTALL_SMOKE_RUNTIME_SCOPE_RE = /^src\/(?:channels|gateway|plugin-sdk|plugins)\//;

5252

const NODE_FAST_PLUGIN_CONTRACT_SCOPE_RE =

5353

/^(src\/plugins\/contracts\/(?:inventory\/bundled-capability-metadata|registry|tts-contract-suites)\.ts$|scripts\/test-projects(?:\.test-support)?\.mjs$|test\/scripts\/test-projects\.test\.ts$)/;

Original file line numberDiff line numberDiff line change

@@ -309,15 +309,6 @@ describe("detectChangedScope", () => {

309309

runChangedSmoke: true,

310310

runControlUiI18n: false,

311311

});

312-

expect(detectChangedScope(["scripts/install.cmd"])).toEqual({

313-

runNode: true,

314-

runMacos: false,

315-

runAndroid: false,

316-

runWindows: true,

317-

runSkillsPython: false,

318-

runChangedSmoke: true,

319-

runControlUiI18n: false,

320-

});

321312

});

322313
323314

it("runs changed-smoke for install and packaging surfaces", () => {

@@ -491,10 +482,6 @@ describe("detectChangedScope", () => {

491482

runFastInstallSmoke: true,

492483

runFullInstallSmoke: true,

493484

});

494-

expect(detectInstallSmokeScope(["scripts/install.cmd"])).toEqual({

495-

runFastInstallSmoke: true,

496-

runFullInstallSmoke: true,

497-

});

498485

expect(detectInstallSmokeScope(["Dockerfile"])).toEqual({

499486

runFastInstallSmoke: true,

500487

runFullInstallSmoke: true,

Original file line numberDiff line numberDiff line change

@@ -14,12 +14,7 @@ describe("website installer sync workflow", () => {

1414

const workflow = readFileSync(WORKFLOW_PATH, "utf8");

1515
1616

it("treats all website installer scripts as OpenClaw-owned inputs", () => {

17-

for (const path of [

18-

"scripts/install.sh",

19-

"scripts/install-cli.sh",

20-

"scripts/install.ps1",

21-

"scripts/install.cmd",

22-

]) {

17+

for (const path of ["scripts/install.sh", "scripts/install-cli.sh", "scripts/install.ps1"]) {

2318

expect(workflow).toContain(path);

2419

expect(detectInstallSmokeScope([path]).runFullInstallSmoke).toBe(true);

2520

}

@@ -40,8 +35,8 @@ describe("website installer sync workflow", () => {

4035

expect(workflow).toContain("windows-installer:");

4136

expect(workflow).toContain("runs-on: windows-latest");

4237

expect(workflow).toContain(".\\scripts\\install.ps1 -DryRun");

43-

expect(workflow).toContain("OPENCLAW_INSTALL_PS1_URL=%GITHUB_WORKSPACE%\\scripts\\install.ps1");

44-

expect(workflow).toContain(".\\scripts\\install.cmd --dry-run");

38+

expect(workflow).not.toContain("install.cmd dry run");

39+

expect(workflow).not.toContain(".\\scripts\\install.cmd");

4540

});

4641
4742

it("syncs verified scripts to openclaw.ai only after all installer checks pass", () => {

@@ -53,7 +48,7 @@ describe("website installer sync workflow", () => {

5348

"cp openclaw/scripts/install-cli.sh openclaw.ai/public/install-cli.sh",

5449

);

5550

expect(workflow).toContain("cp openclaw/scripts/install.ps1 openclaw.ai/public/install.ps1");

56-

expect(workflow).toContain("cp openclaw/scripts/install.cmd openclaw.ai/public/install.cmd");

51+

expect(workflow).toContain("rm -f openclaw.ai/public/install.cmd");

5752

expect(workflow).toContain("bun run build");

5853

expect(workflow).toContain("git push origin HEAD:main");

5954

});