show animation around chat input while working#311125
Merged
Conversation
Contributor
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an optional “developer joy” visual treatment to the Chat input while an agent request is in progress, alongside some related chat UI styling tweaks and settings documentation updates.
Changes:
- Introduces
chat.developerJoy.enabledand toggles aworkingCSS state on the chat input while requests are in progress. - Adds CSS for an animated gradient border + glow, plus some secondary-toolbar/session-picker layout adjustments.
- Updates chat agent network filter setting descriptions and removes incremental-rendering settings (currently leaving dangling references).
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/chat/common/constants.ts | Adds DeveloperJoy setting id; removes incremental rendering enum entries (currently breaks downstream references). |
| src/vs/workbench/contrib/chat/browser/widget/media/chat.css | Adds animated “working” border/glow styles and adjusts secondary toolbar/session picker styling. |
| src/vs/workbench/contrib/chat/browser/widget/chatWidget.ts | Toggles working class based on DeveloperJoy and request-in-progress state. |
| src/vs/workbench/contrib/chat/browser/chat.contribution.ts | Registers DeveloperJoy; removes incremental rendering settings; updates network filter setting descriptions. |
| build/lib/stylelint/vscode-known-variables.json | Allows the new --chat-input-anim-angle custom property for stylelint. |
Copilot's findings
- Files reviewed: 5/5 changed files
- Comments generated: 4
6607b18 to
6fb28a9
Compare
6fb28a9 to
3c14ffa
Compare
bpasero
approved these changes
Apr 21, 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.
Screen.Recording.2026-04-17.at.2.48.46.AM.mov
gated under the setting chat.progressBorder.enabled