Conversation
jsgrrchg
marked this pull request as ready for review
September 13, 2026 20:40
Contributor
Author
|
@wingleeio this is redi |
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.
iOS currently requires a project to create a session and hides active projectless sessions synchronized from desktop. This change lets users choose + → Session without a project…, select an execution host, and send the first message even when their account has no projects.
Projectless chats omit
spaceId, use the selecteddeviceIdandcwd = "~", preserve the harness/model/reasoning/options configuration, and start withroomGen = 2. Creation and the first command use the existing local registry outbox and durable session command flow.Space; hide Git/ref/worktree controls for projectless drafts.Validation
cargo test --locked -p zeron-engine --test projectless --test workspace_sync: 10 passed; 1 ignored because it requires a live edge.git diff --check: passed. Syntax parsing does not replace Swift compilation.xcodebuild, but this Linux environment has no Xcode. The app and new iOS tests have not been compiled or executed here.Manual testing required before marking ready
This PR is intentionally a draft and still requires manual testing on iOS with a real desktop host, plus compilation and automated test execution on an Xcode 26+ Mac.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.