Update customizations modal titles#320043
Open
hawkticehurst wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the AI Customizations management modal UI to better communicate which customization harness (scope/target) the user is editing, aligning the modal/editor title and the welcome page heading with the active harness, and simplifying the sidebar “Home” entry styling.
Changes:
- Update the modal/editor title and welcome page heading to “Agent Customizations for {harness}”.
- Rename the first sidebar item to a static “Home” and remove bold styling from sidebar items.
- Wire the active harness label into the editor input label updates.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css | Removes bold styling from sidebar menu items by reducing font weight. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationWelcomePagePromptLaunchers.ts | Adds harness-aware welcome page heading text. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationWelcomePage.ts | Threads harness label through to the welcome page implementation. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagementEditorInput.ts | Makes editor input name harness-aware and adds a harness label setter. |
| src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagementEditor.ts | Updates Home button labeling and propagates harness label into the editor input and welcome page. |
Contributor
Screenshot ChangesBase: Changed (52) |
joshspicer
approved these changes
Jun 5, 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.
Fixes #317696
Fixes #319633
A small redesign to customizations modal to better reinforce which agent harness is being customized.