mobile: preserve runtime-only thread selection - #211
Draft
0xSero wants to merge 1 commit into
Draft
Conversation
Owner
Author
|
Cleanup review status: the current-main replacement is code-complete and focused iOS/Android tests pass, but it remains draft until the user-facing acceptance surface is proven. Required final check: create a runtime-only OpenCode thread on a live host from both mobile launch paths and confirm the new thread immediately opens and remains projected as OpenCode after refresh/reconnect. The focused Rust test is also awaiting the normal synced Codex patch stack in CI because a bare local submodule hit the pre-existing |
0xSero
marked this pull request as draft
August 4, 2026 08:43
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.
Purpose
Replace stale PR #177 with a current-main, parity-safe fix for runtime-only thread launches. Selecting OpenCode or another non-Codex runtime must not fall back to Codex merely because no explicit model override was chosen.
Key changes
Verification
rustfmt --checkandgit diff --checkpassRemaining acceptance
The pristine Codex submodule cannot compile the focused Rust test until the repository patch stack is applied (
JsonRpcWiredrift). CI must exercise the normal sync/patch lane. A physical-device OpenCode creation remains the final end-user acceptance check.Supersedes #177.