Skip to content

[bug] GitHub Copilot: Raptor mini (Preview) fails with “Sorry, no response was returned” when execute tools are enabled #314682

@singularitti

Description

@singularitti
  • Copilot Chat Extension Version: latest builtin
  • VS Code Version: 1.119.0 (commit 8b640ee), date 2026-05-05T11:23:50-
  • OS Version: macOS 26.4.1 (25E253)
  • Feature (e.g. agent/edit/ask mode): Agent mode
  • Selected model (e.g. GPT 4.1, Claude 3.7 Sonnet): Raptor mini (Preview)

Steps to Reproduce:

  1. Open a completely empty VS Code window.
  2. No project/workspace is required.
  3. Open Copilot Chat in Agent mode.
  4. Select the Raptor mini (Preview) model.
  5. Enable the following execute tools:
    • createAndRunTask
    • getTerminalOutput
    • killTerminal
  6. Send a very simple prompt such as: 1+1=?
  7. The model immediately fails with:
    I'm sorry, but I cannot assist with that request.
    Sorry, no response was returned.
  8. Click the “Try again” button.
  9. Observe the same failure.
  10. Restart VS Code.
  11. Observe the same failure.
  12. Reinstall the extension and restart VS Code.
  13. Observe the same failure again.
  14. Disable any one of the three tools above.
  15. The model immediately starts working normally again.

Expected Behavior

Raptor mini (Preview) should function normally when the execute toolset is enabled, including when:

  • createAndRunTask
  • getTerminalOutput
  • killTerminal

are all enabled simultaneously.

Additional Context:

  • Similar issues have already been reported multiple times on GitHub involving tool-related failures, but this is the first time I have encountered it specifically with Raptor mini (Preview).
  • This behavior is extremely weird and I honestly have no idea why it only seems to happen to me.
  • The issue may be related to tool permission handling, tool initialization, or tool capability negotiation when terminal-related execute tools are enabled together.
  • This happens since a few versions of VS Code ago, so it's not just v1.119.0's problem. v1.118+ have it, too.
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions