Conversation
- Improve PromptSelectionDialog confirm view title and description to explain what prompts are and what happens when confirmed - Improve PromptSelectionDialog select view title and description to clarify prompt purpose and local vs portal distinction - Replace plain-text source indicators with Badge components for clearer visual communication in both dialog views - Update CustomPromptManager description to explain the active prompt role and that it can be overridden at runtime Co-authored-by: tomek-i <3699937+tomek-i@users.noreply.github.com>
src/ui/src/components/settings/custom-prompt/CustomPromptManager.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Thomas Iwainski <Tomek.iwainski@gmail.com>
PR Metrics✔ Thanks for keeping your pull request small.
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs! |
There was a problem hiding this comment.
Pull request overview
Improves the prompt selection UX by adding clearer explanatory copy and visual source indicators, helping new users understand what prompts are and where they come from.
Changes:
- Updates Prompt Selection dialog copy in both confirm/select views to explain what prompts do and the local vs portal distinction.
- Replaces plain-text “(local/portal prompt)” source labels with
Badgecomponents in the prompt list and confirm view. - Updates the Custom Prompt Manager subtitle to better explain what the active prompt represents.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/ui/src/components/workflow/PromptSelectionDialog.tsx | Adds contextual descriptions and replaces source text with Badge indicators in confirm/select prompt views. |
| src/ui/src/components/settings/custom-prompt/CustomPromptManager.tsx | Adjusts subtitle copy to clarify the meaning of the active prompt in settings. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🚀 Pre-release build is available for this PR: |
|
✅ Automated Release Created Successfully Release Details:
You can monitor the build progress in the Actions tab. |
New users had no context on the prompt selection dialog — no explanation of what prompts are, what they control, or the difference between local and portal prompts.
What changed
PromptSelectionDialog.tsx(local prompt)/(portal prompt)plain text withBadgecomponentsBadgetreatment to prompt list itemsCustomPromptManager.tsxGitHub Copilot coding agent —
claude-sonnet-4-5Issue: Prompt selection screen lacks context — new users don't know what it is for or how to use it.
PromptSelectionDialog.tsx: improved descriptions in both confirm and select views; replaced plain-text source indicators withBadgecomponentsCustomPromptManager.tsx: updated subtitle to explain the active prompt's role and runtime override behaviourN/A
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest/home/REDACTED/work/_temp/ghcca-node/node/bin/node node scripts/postinstall.js(http block)If you need me to access, download, or install something from one of these locations, you can either:
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.