feat(wizard): add headless mode with inline project selection - #1069
Draft
ablaszkiewicz wants to merge 4 commits into
Draft
feat(wizard): add headless mode with inline project selection#1069ablaszkiewicz wants to merge 4 commits into
ablaszkiewicz wants to merge 4 commits into
Conversation
upload-source-maps now runs non-interactively via the hidden headless flag: --selected-path/--selected-variant (verbatim from a stored detection report row) replace the detect+pick screen, the agent prompt drops the API-key ask and the local-test offer, and credentials are handled as committed config plus documented follow-ups so the run's output can become a pull request. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
🧙 Wizard CIRun the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands: Test all apps:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
The interactive and non-interactive prompts duplicated most step bodies. Shared sentences now live in one set of fragment builders (parameterized by step number and the few mode-specific clauses), so edits propagate to both modes instead of drifting. Interactive output is byte-identical; non-interactive only rewraps two lines. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…e manager The observed failure: the agent hand-edited package.json and left the lockfile stale, handing the user a PR that fails clean installs. The prompt now requires dependency changes to run the package manager. Also narrows the env-tool rule to writes only — check_env_keys is read-only and useful for an accurate report. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
ablaszkiewicz
marked this pull request as ready for review
August 9, 2026 16:58
ablaszkiewicz
marked this pull request as draft
August 9, 2026 16:58
ablaszkiewicz
marked this pull request as ready for review
August 9, 2026 18:44
ablaszkiewicz
marked this pull request as draft
August 11, 2026 19:12
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.
This is a part of a bigger change:
Also ran some benchmarks out of curiosity to check how long it takes for each technology. It averaged at 4m 40s across 24 apps.
Rendered agent prompt
The interactive prompt is byte-identical before and after this PR
Full interactive prompt (unchanged)
Full headless prompt (new)