Conversation
Replace plain text headers with console.rule() for visual separation, add a console.status() spinner during connection verification, and use green checkmarks (✓) instead of arrow prefixes for success messages. Also migrate all prompts from Rich Prompt/Confirm to InquirerPy for consistent interactive input handling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Skip webbrowser.open() on WSL2/Docker/Podman where it opens text browsers in the terminal; show the URL for manual opening instead - Point token URL to /settings/panel/apitokens/ instead of the legacy /conduit/token/ which gives unusable 40-char temporary tokens - Auto-prepend https:// when user enters bare hostname - Read ~/.arcrc directly in config check to avoid triggering the interactive server selector on multi-host setups Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
webbrowser.open()on WSL2, Docker, and Podman/systemd-nspawn where it opens text browsers in the terminal; display the URL for manual opening instead/settings/panel/apitokens/instead of the legacy/conduit/token/which gives unusable 40-char temporary certificate tokenshttps://when user enters a bare hostname (e.g.phorge.example.com)~/.arcrcdirectly in config check to avoid triggering the interactive server selectorTest plan
uv run ruff check phabfive/ tests/uv run ruff format --check phabfive/ tests/uv run pytest tests/test_setup.py -v(24 tests pass)phabfive user setupon WSL2 — shows URL without opening terminal browserphabfive user setupwith multi-host.arcrc— no server selector prompthttps://— auto-prepended🤖 Generated with Claude Code