Describe the bug
Copilot seems unable to run any commands. It just returns The "path" argument must be of type string. Received undefined every time.
╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ > set up unsloth on this computer │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
● I'll help you set up Unsloth on this computer. Let me first explore the current
directory to understand what we're working with.
✗ Read /c:/Users/carlril/source/repos/unsloth
Path does not exist
✗ Check current directory
$ pwd
The "path" argument must be of type string. Received undefined
✗ Check current directory
$ Get-Location
The "path" argument must be of type string. Received undefined
● Let me try a different approach:
✗ Check current directory and list files
$ pwd; ls
The "path" argument must be of type string. Received undefined
● Operation cancelled by user
Affected version
0.0.332 Commit: ace227c
Steps to reproduce the behavior
All commands result in this error.
Expected behavior
No response
Additional context
No response
Describe the bug
Copilot seems unable to run any commands. It just returns
The "path" argument must be of type string. Received undefinedevery time.Affected version
0.0.332 Commit: ace227c
Steps to reproduce the behavior
All commands result in this error.
Expected behavior
No response
Additional context
No response