fix(pixel): isolate model receipts and preserve managed marker on switches - #5579
Open
Lightheartdevs wants to merge 2 commits into
Open
Lightheartdevs wants to merge 2 commits into
Lightheartdevs wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
On the exact
public-betabase4fa6ad17059a2ff7df1dd92105b87ed84b801e70, Tower3 installed and passed Pixel, Hermes, UI, capabilities, and lifecycle checks, but the Dashboard's selected-model load returned 502. The owner controller returned 409invalid-model-completion: bootstrap promotion and browser model switching had written incompatible schemas to the same completion receipt.The next installed Tower3 run exposed a second problem. Six browser model-switch cycles and the inner release gates passed, but product uninstall refused to remove Pixel because the managed marker still described the pre-switch OpenClaw configuration. That is a real lifecycle failure, not a green host result.
Fix
Verification and remaining qualification
afe7408) Linux source tests: model/access suite 145 passed, 1 skipped, 44 subtests; related Pixel relay/edge/Dashboard suite 155 passed, 55 subtests;test-pixel-uninstall.sh106 passed, 0 failed;test-pixel-host-install.sh294 passed, 0 failed. The relay/edge suite emits existing aiohttp warnings but exits cleanly.afe7408) Tower1 installed qualification passed bootstrap, install, product, Pixel, agentic Pixel tools, capabilities, lifecycle, and browser model-switch cycles 1–5. Cycle 6 failed only the Perplexica functional reply on Granite 3.2 2B: the app returned an apology instead of the verification phrase, while Pixel, OpenCode, LiteLLM, Open WebUI, and Hermes Talk probes passed on that switched model. The model UI runner recovered the failure, product teardown passed, and the protected Qwen worker was restored. This is a red release gate pending classification, not a claim that this PR caused or fixes the Perplexica result.The acceptance gate is clean end-to-end installed behavior, including Pixel, model switching, lifecycle/uninstall, and protected-workload restoration on every target. Source tests and CI are supporting evidence, not substitutes for that gate.