Skip to content

Command Isssues on Windows #7952

@PierrunoYT

Description

@PierrunoYT

Before submitting your bug report

Relevant environment info

- OS: Windows
- Continue version:1.3.12
- IDE version: 1.104.1
- Model: Sonnet 4 
- config:
  

  
  OR link to agent in Continue hub:

Description

The Issues:
Mixed Command Syntax: I started with bash/Linux syntax (cd coding-agent && mkdir) which doesn't work in PowerShell. PowerShell uses different operators and syntax.

Directory Navigation Problem: When I used cd coding-agent and then pwd, the output still showed D:\Github\Coding CLI (root directory), which means the cd command didn't actually change directories properly.

Incorrect Path Handling: I was trying to use relative paths inconsistently. PowerShell is more strict about path resolution.

Move Command Execution: The Move-Item command may have appeared to succeed, but the subsequent Get-ChildItem shows we're still seeing the root directory contents, not the coding-agent directory contents.

Directory Creation Location: The original mkdir agents, mcp-servers, sdk-implementations... command created all directories in the root (D:\Github\Coding CLI) instead of inside the coding-agent folder because we weren't actually inside the coding-agent directory.

To reproduce

Log output

-

Metadata

Metadata

Labels

area:toolsRelates to tool usagekind:bugIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on Windows

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions