You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sessions: drop the composer card, give each control its own surface
Over a chat background the new-session composer sat on a single frosted
card, while a started session gives every control its own surface. This
makes the composer match the started session.
- Delete `.new-chat-widget-content`'s card styling: the padding, blur,
border, radius and shadow.
- Give the bottom-row action labels and the workspace pills an opaque
`--session-view-background` fill, and put a 2px gap between the agent
host config controls now that they no longer share one surface.
- Keep the hover tint opaque. `--vscode-toolbar-hoverBackground` is
translucent, so it goes on `background-image` as a flat gradient and
composites over the opaque fill instead of replacing it.
- Frame the bottom-row chips when a chat background is set, the same
move the in-session secondary toolbar makes in `chatView.css`.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
expectedVisualDescriptions: ['The new-session composer shows Copilot, microsoft/vscode, and Issue/PR pills aligned to the left above the chat input. Customize is aligned separately to the right edge of the input, with a yellow migration indicator and no chevron.'],
expectedVisualDescriptions: ['The new-session composer sits directly on the codicon wallpaper with no card behind it. The workspace pills, the input area and the bottom-row controls each carry their own opaque surface and a thin border, and the wallpaper shows through the gaps between them.'],
expectedVisualDescriptions: ['The new-session input toolbar shows an Auto model picker whose background fits closely around the Copilot icon and Auto label without excessive empty horizontal space. The bottom row shows optically tuned compact rocket, warning, and connection status icons centered in matching controls, followed by the full Status text action without clipping.'],
0 commit comments