docs: add LLM provider selection option to Setup Wizard in README#10
Open
zar-app[bot] wants to merge 1 commit into
Open
docs: add LLM provider selection option to Setup Wizard in README#10zar-app[bot] wants to merge 1 commit into
zar-app[bot] wants to merge 1 commit 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.
What changed in the code
The setup wizard in
cli/src/commands/setup.jswas rewritten to replace a raw base URL prompt with a named provider selector, letting users pick from 9 built-in providers (DigitalOcean, OpenAI, Anthropic, etc.) or a custom URL. It also fixes pip install failures and shows masked credential values in edit mode.What ZAR updated
README.md— The setup wizard now includes an explicit LLM provider selection step (the new PROVIDERS map in setup.js), letting users pick from 9 named providers plus a custom URL option. This is a new user-facing configuration option that belongs in…Why it matters
The README's Setup Wizard section was missing the new LLM provider selection step entirely, leaving users unaware they could choose a named provider instead of manually entering a base URL.
Review and merge if this looks right. Reply or close if not — feedback helps ZAR improve.