Skip to content

fix(vscode): preserve queued slash commands - #2820

Open
tlysanhuo wants to merge 1 commit into
MoonshotAI:mainfrom
tlysanhuo:tlysanhuo/fix-vscode-queued-slash-command
Open

fix(vscode): preserve queued slash commands#2820
tlysanhuo wants to merge 1 commit into
MoonshotAI:mainfrom
tlysanhuo:tlysanhuo/fix-vscode-queued-slash-command

Conversation

@tlysanhuo

Copy link
Copy Markdown

Related Issue

Fixes #2580

Problem

While a response is streaming, using Insert now (steer) on a queued host slash command sends it through the model steer path and removes it from the queue. Commands such as /auto therefore never reach the host command handler.

What changed

Share host slash-command parsing with the Webview, keep host commands out of the steer path, and leave them queued until the active response finishes. Ordinary queued follow-ups remain steerable. Regression tests cover both paths.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works.
  • Ran gen-changesets skill; added a patch changeset for kimi-code.
  • This bug fix needs no documentation update.

@changeset-bot

changeset-bot Bot commented Aug 11, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 146a147

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
kimi-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@tlysanhuo
tlysanhuo force-pushed the tlysanhuo/fix-vscode-queued-slash-command branch from fd7ee9a to 146a147 Compare August 11, 2026 13:51
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.

Issue: VS Code Extension: /auto command is ignored when sent while the agent is processing

1 participant