continuedev / continuedev/continue
Running terminal commands in Agent mode results in an error (WSL)
Open
@Patrick-Erichsen is already working on this.
Since Jun 5, 2025.
area:context-providers
kind:bug
- Dominant language
- TypeScript
- Stars
- 36k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Win11
- Continue version: v1.0.11
- IDE version: 1.95.3
- Model: Claude Sonnet 4
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: AWS Claude 4 Sonnet
provider: bedrock
model: us.anthropic.claude-sonnet-4-20250514-v1:0
env:
region: us-east-1
profile: bedrock
capabilities:
- tool_use
roles:
- chat
- edit
- apply
context:
- provider: codebase
- provider: file
- provider: currentFile
- provider: code
- provider: diff
- provider: web
params:
n: 5
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
OR link to assistant in Continue hub:
Description
Ask in Agent Mode: run python --version
But if I press the upper right button Run, It will be automatically pasted to the terminal below but will not be executed
Pressing Enter will execute correctly
No response
To reproduce
No response
Log output
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.