Description of the new feature
When opening the agent from WSL Ubuntu terminal, the agent is not aware that it is in an Ubuntu terminal and gives results of a PowerShell. It also unable to insert the commands into the WSL terminal.
For example I asked " show hidden folders", the result was " Run: Get-ChildItem -Force -Directory | Where-Object { $_.Attributes -match 'Hidden' }".
Choosing to insert the command to the terminal resulted with "Choice 1 failed: failed to send input to pane activeTarget: wtcli failed: [wtcli] Connection failed: 0x80010105 The
server threw an exception."
Proposed technical implementation details
No response
Description of the new feature
When opening the agent from WSL Ubuntu terminal, the agent is not aware that it is in an Ubuntu terminal and gives results of a PowerShell. It also unable to insert the commands into the WSL terminal.
For example I asked " show hidden folders", the result was " Run: Get-ChildItem -Force -Directory | Where-Object { $_.Attributes -match 'Hidden' }".
Choosing to insert the command to the terminal resulted with "Choice 1 failed: failed to send input to pane activeTarget: wtcli failed: [wtcli] Connection failed: 0x80010105 The
server threw an exception."
Proposed technical implementation details
No response