continuedev / continuedev/continue

Running terminal commands in Agent mode results in an error (WSL)

Open
#5,996 22 comments 11 reactions 1 assignee View on GitHub

@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
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
Image

But if I press the upper right button Run, It will be automatically pasted to the terminal below but will not be executed
Image

Pressing Enter will execute correctly
Image

No response

To reproduce

No response

Log output

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.