Skip to content

Agents Web: touch for ahs picker#312651

Merged
rebornix merged 1 commit intomainfrom
rebornix/rich-possum
Apr 27, 2026
Merged

Agents Web: touch for ahs picker#312651
rebornix merged 1 commit intomainfrom
rebornix/rich-possum

Conversation

@rebornix
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 27, 2026 01:52
@rebornix rebornix self-assigned this Apr 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves touch compatibility for the Agent Host session configuration picker in the Agents (sessions) window by ensuring the picker trigger responds reliably on touch devices (notably iOS).

Changes:

  • Add gesture/tap handling to the session config picker trigger (CLICK + Tap with Gesture.addTarget).
  • Apply touch-action: manipulation to the picker trigger link to improve tap responsiveness.
Show a summary per file
File Description
src/vs/sessions/contrib/chat/browser/media/agentHostSessionConfigPicker.css Adds touch-action: manipulation to the clickable trigger element to improve touch interaction latency/behavior.
src/vs/sessions/contrib/chat/browser/agentHost/agentHostSessionConfigPicker.ts Registers the trigger as a gesture target and listens to both click and tap events to open the picker on touch devices.

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 0

@rebornix rebornix enabled auto-merge (squash) April 27, 2026 02:19
@rebornix rebornix merged commit 5d9b7ef into main Apr 27, 2026
30 checks passed
@rebornix rebornix deleted the rebornix/rich-possum branch April 27, 2026 02:35
@vs-code-engineering vs-code-engineering Bot added this to the 1.118.0 milestone Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants