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.
The Install agent step lost its check mark when the helper disconnected, even after confirming an installed CLI. A Codex reply before the primary handshake, or a reply from an older helper, also left the step unchecked. The installer warned users to install Claude Code even when Codex CLI was present.
Track confirmed CLI installation separately from connection readiness. Either Claude Code or Codex CLI completes the step. Reconnects preserve that result, while a new negative check can replace it. A helper crash does not prove that a CLI is missing.
Before the first check, explain that the helper must connect to inspect local programs and offer both installers in an expandable section. Open that section when neither CLI is found. Keep the content scrollable within a narrow panel. The installer now asks for an agent only when neither CLI is on PATH.
Validation: all 151 unit tests pass; all 10 browser scenarios pass (124 checks), covering either CLI, both, neither, handshake order, an older helper, helper failure, saved chats, drafts, reconnects, and a fresh negative check. Checked the expanded installation options at 360 px panel width.
Merging triggers the host package release because this changes the installer.