Add group titles and descriptions to interactive workflow form#7349
Merged
Add group titles and descriptions to interactive workflow form#7349
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add group titles and descriptions to interactive form
Add group titles and descriptions to interactive workflow form
Dec 23, 2025
pelikhan
reviewed
Dec 23, 2025
| @@ -186,28 +138,7 @@ func (b *InteractiveWorkflowBuilder) promptForTools() error { | |||
| huh.NewOption("playwright - Browser automation tools", "playwright"), | |||
Contributor
Author
There was a problem hiding this comment.
Added serena tool to the tools multi-select options in commit b47c909.
The serena tool now appears in Group 2 (Capabilities) of the form:
Which tools should the AI have access to?
○ github - GitHub API tools
○ edit - File editing tools
○ bash - Shell command tools
○ web-fetch - Web content fetching tools
○ web-search - Web search tools
○ playwright - Browser automation tools
○ serena - Serena code analysis tool ← NEW
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
The form renders in 4 sequential groups, each with a title and description. Here's how it appears: Group 1: Basic Configuration Group 2: Capabilities Group 3: Network & Security Group 4: Instructions Key visual elements:
|
This was referenced Dec 23, 2025
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.
The interactive workflow creation form presented all fields in a single undifferentiated flow. This adds visual organization using huh v0.7.0+ group titles and descriptions.
Changes
Consolidated form structure - Replaced 6 sequential single-field forms with one multi-group form:
Four logical sections:
Code reduction - Removed 5 individual prompt methods, consolidated into single
promptForConfiguration(). Net -48 lines.Tool addition - Added serena code analysis tool to the available tools multi-select in the Capabilities group.
Accessibility mode support preserved via existing
.WithAccessible()check.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.