-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- 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: 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
Assignees
Labels
Type
Projects
Status