Draft
Add interactive service selection to setup wizard#1
Conversation
Add configure_services function to prompt users which Arkitekt services (rekuest, mikro, kabinet, fluss, kraph, alpaka, elektro) to enable for their deployment. Uses inquirer checkbox to allow interactive selection with space/enter keys. Co-authored-by: jhnnsrs <3322897+jhnnsrs@users.noreply.github.com>
…ault behavior - Remove unnecessary while True loop that always breaks after first iteration - Explicitly set default service states when user cancels selection - Clarify message to say "Selection cancelled" instead of "No selection made" - Remove trailing whitespace Co-authored-by: jhnnsrs <3322897+jhnnsrs@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add prompt for service selection in deployment
Add interactive service selection to setup wizard
Jan 29, 2026
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.
Implements TODO for prompting users which Arkitekt services to enable during
init --wizard.Changes
New
configure_servicesfunction using inquirer checkbox for multi-select of 7 optional services:Wizard integration at start of
prompt_config(), before admin/user configurationSummary display showing enabled/disabled status post-selection
Example
Users running
arkitekt-server init --wizardnow get an interactive service selection screen before proceeding with admin/organization setup.Original prompt
Created from VS Code via the GitHub Pull Request extension.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.