Skip to content

fix(vscode): preserve queued host commands - #3013

Draft
LouisDM wants to merge 1 commit into
MoonshotAI:mainfrom
LouisDM:codex/issue-2580-vscode-queued-auto
Draft

fix(vscode): preserve queued host commands#3013
LouisDM wants to merge 1 commit into
MoonshotAI:mainfrom
LouisDM:codex/issue-2580-vscode-queued-auto

Conversation

@LouisDM

@LouisDM LouisDM commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Related Issue

Resolves #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 17, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 62f6bfc

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

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