Skip to content

scripts: normalize installer version checks for decorated --version output#1

Closed
altaywtf wants to merge 1 commit intoechoVic:codex/include-commit-sha-in-version-output-34972from
altaywtf:codex/fix-version-verifier-parsing
Closed

scripts: normalize installer version checks for decorated --version output#1
altaywtf wants to merge 1 commit intoechoVic:codex/include-commit-sha-in-version-output-34972from
altaywtf:codex/fix-version-verifier-parsing

Conversation

@altaywtf
Copy link
Copy Markdown

@altaywtf altaywtf commented Mar 5, 2026

Summary

  • parse semver from decorated openclaw --version output in install verification paths
  • reuse the shared Docker install verification helper instead of duplicating parsing logic
  • widen the Docker E2E build context so the shared helper is copied into the image

Why

This is a follow-up to openclaw#35713.
That PR updates --version output to include commit metadata, which breaks installer and Docker flows that compare the raw CLI output to an exact semver string.

Validation

  • pnpm build
  • pnpm test:install:smoke
  • pnpm check still fails on the existing unrelated TypeScript error in src/cli/program/help.test.ts:134
  • pnpm test:install:e2e is still gated on OPENAI_API_KEY / Anthropic credentials in the environment

@altaywtf altaywtf closed this Mar 6, 2026
@altaywtf altaywtf deleted the codex/fix-version-verifier-parsing branch March 8, 2026 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant