feat: run options parity across CLI, TUI, WebUI, and API#779
Merged
nextlevelshit merged 4 commits intomainfrom Apr 12, 2026
Merged
feat: run options parity across CLI, TUI, WebUI, and API#779nextlevelshit merged 4 commits intomainfrom
nextlevelshit merged 4 commits intomainfrom
Conversation
6f6afc5 to
0610038
Compare
Defines canonical 4-tier RunOptions model and specifies parity requirements across CLI, TUI, WebUI, and API surfaces with 6 user stories, 20 functional requirements, and measurable success criteria.
) Add canonical RunOptions model with consistent run configuration across all surfaces: - WebUI: inline run form on pipeline detail page with persona, model, provider, strategy, and verbose toggles; override forms on issue/PR detail pages - TUI: expand pipeline launcher with model/provider/strategy fields - CLI: group run flags into logical sections with improved help text - API: full RunRequest/RunResponse types for POST /api/v1/run - Docs: add running-pipelines guide and update CLI reference
- Pipelines list quickstart dialog now has full run options (from-step, force, dry-run, detach, steps, exclude, timeout, on-failure) matching the pipeline detail inline form - collectAdvancedOptions() rewritten to handle all fields generically via prefix-based ID convention - Fix checkbox alignment: center-aligned in grid rows instead of flex-end
- Remove heavy border-top dividers between form tier sections - Tighter vertical spacing throughout run form - Detach checked by default on all launch points (webui shouldn't block) - Issue/PR detail forms: replace all inline styles with CSS classes (form-row, form-group, form-group-checkbox, run-form-tier-*) - All 4 launch points now have identical form structure and styling
0610038 to
4579697
Compare
nextlevelshit
added a commit
that referenced
this pull request
Apr 12, 2026
feat: run options parity across CLI, TUI, WebUI, and API
nextlevelshit
added a commit
that referenced
this pull request
Apr 12, 2026
feat: run options parity across CLI, TUI, WebUI, and API
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
RunRequest/RunResponse) shared across all surfaces — CLI, TUI, WebUI, and APIwave runflags reorganized into logical groups (pipeline, model, execution, output) with improved help textPOST /api/v1/runaccepts fullRunRequestwith all configuration optionsdocs/running-pipelines.mdguide and updated CLI referenceSpec
specs/717-run-options-parity/spec.md
Test Plan
go test -race ./...— 40 packages, 0 failures)Known Limitations
Closes #717