You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Windows Companion and OpenClaw core are separate products, but the Companion owns the supported Windows installation path for the core.
The current Companion Setup Engine still defaults to OpenClaw 2026.6.11, while the current official releases are:
stable: 2026.7.1
beta: 2026.7.2-beta.1
This leaves Windows users on an older core when they install through the Companion-owned flow. Avoiding a current stable release because it has a core regression is not a sustainable synchronization strategy: compatibility work and core defects should be tracked and fixed in the repository that owns each behavior.
Goal
Keep the Windows Companion's supported install and upgrade path aligned with current OpenClaw releases:
update the Companion's default stable OpenClaw version;
validate the Companion against the current stable core;
identify compatibility changes needed for the active beta before it becomes stable;
keep Companion/Windows Node fixes in this repository;
report and fix OpenClaw core regressions in openclaw/openclaw, rather than carrying Companion workarounds.
The first PR has now exercised the real GitHub Actions setup path:
the main build/test job passed, including Shared, Tray, Connection, Setup Engine, UI, accessibility, and related suites;
all three setup E2E shards installed OpenClaw 2026.7.1 and then failed before their scenario logic because the Gateway repeatedly reported an active startup-migration lock for the fresh state directory;
this confirms the version alignment itself and exposes a current OpenClaw core/runtime compatibility blocker;
The operator identified that the Windows Companion had fallen behind the OpenClaw release it is expected to install.
We confirmed from the official upstream sources that Windows Companion main is currently bf0fa8a9bde433db9f6758cc89723bf9bfdd06c0, OpenClaw stable is 2026.7.1, and beta is 2026.7.2-beta.1.
We separated product ownership: the Companion should track current stable; known core regressions should be fixed in the OpenClaw repository rather than used to keep the Companion indefinitely pinned.
We reduced the first PR to the bounded pt-PT formatting and stable LKG update. An earlier unrelated /new experiment was explicitly removed.
This issue records an extended operator/agent compatibility and recovery effort, with isolated branches, full test gates, scoped Auto-review, and explicit proof gaps rather than a quick unverified version bump.
Problem
The Windows Companion and OpenClaw core are separate products, but the Companion owns the supported Windows installation path for the core.
The current Companion Setup Engine still defaults to OpenClaw
2026.6.11, while the current official releases are:2026.7.12026.7.2-beta.1This leaves Windows users on an older core when they install through the Companion-owned flow. Avoiding a current stable release because it has a core regression is not a sustainable synchronization strategy: compatibility work and core defects should be tracked and fixed in the repository that owns each behavior.
Goal
Keep the Windows Companion's supported install and upgrade path aligned with current OpenClaw releases:
openclaw/openclaw, rather than carrying Companion workarounds.Proposed Sequence
pt-PTand other decimal-comma locales;2026.6.11to stable2026.7.1;/newbehavior changes.2026.7.1through the real Companion-owned setup path.openclaw/openclawwith independent reproduction.2026.7.2-beta.1line early enough to prepare compatible Companion changes before the next stable release.Acceptance Criteria
2026.6.11core.First PR
pt-PTformatting and the Setup Engine LKG to OpenClaw2026.7.1.2026.7.1startup regression: [Bug]: update to openclaw 2026.7.1: gateway fails to start w/ error openclaw#108435Current Status
The first PR has now exercised the real GitHub Actions setup path:
2026.7.1and then failed before their scenario logic because the Gateway repeatedly reported an active startup-migration lock for the fresh state directory;Agent Transcript
Sanitized operator/agent decision record
mainis currentlybf0fa8a9bde433db9f6758cc89723bf9bfdd06c0, OpenClaw stable is2026.7.1, and beta is2026.7.2-beta.1.pt-PTformatting and stable LKG update. An earlier unrelated/newexperiment was explicitly removed.