Skip to content

Fix /hooks slash command from blocking chat#299084

Merged
pwang347 merged 2 commits intomainfrom
pawang/silentSlashCommands
Mar 4, 2026
Merged

Fix /hooks slash command from blocking chat#299084
pwang347 merged 2 commits intomainfrom
pawang/silentSlashCommands

Conversation

@pwang347
Copy link
Member

@pwang347 pwang347 commented Mar 3, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 3, 2026 23:26
Copy link
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 addresses a chat UX issue where “silent” slash commands (e.g. /hooks, /skills) can open UI that waits for user interaction, but the chat session remains marked as having an in-flight request—preventing further chat submissions.

Changes:

  • When executing a contributed slash command marked silent, remove the session’s pending-request entry so chat input isn’t blocked while the command’s UI is open.

@pwang347 pwang347 changed the title Fix silent slash commands from blocking chat Fix /hooks slash command from blocking chat Mar 3, 2026
@pwang347 pwang347 marked this pull request as ready for review March 3, 2026 23:40
@vs-code-engineering vs-code-engineering bot added this to the 1.111.0 milestone Mar 3, 2026
@pwang347 pwang347 enabled auto-merge (squash) March 3, 2026 23:43
@pwang347 pwang347 merged commit c7d548a into main Mar 4, 2026
20 checks passed
@pwang347 pwang347 deleted the pawang/silentSlashCommands branch March 4, 2026 00:13
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