- 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:
- Open a completely empty VS Code window.
- No project/workspace is required.
- Open Copilot Chat in Agent mode.
- Select the
Raptor mini (Preview) model.
- Enable the following
execute tools:
createAndRunTask
getTerminalOutput
killTerminal
- Send a very simple prompt such as:
1+1=?
- The model immediately fails with:
I'm sorry, but I cannot assist with that request.
Sorry, no response was returned.
- Click the “Try again” button.
- Observe the same failure.
- Restart VS Code.
- Observe the same failure.
- Reinstall the extension and restart VS Code.
- Observe the same failure again.
- Disable any one of the three tools above.
- 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.
Steps to Reproduce:
Raptor mini (Preview)model.executetools:createAndRunTaskgetTerminalOutputkillTerminal1+1=?Expected Behavior
Raptor mini (Preview)should function normally when theexecutetoolset is enabled, including when:createAndRunTaskgetTerminalOutputkillTerminalare all enabled simultaneously.
Additional Context:
Raptor mini (Preview).