Composer Agent terminal PowerShell readline issues - new since 0.44

A comment from Sanger2000 on the GitHub issue gave me some further direction. Doing this fixed it:
In terminal settings:

Select zsh:

Or…
Cmd+Shift+P
Search:
Open User Settings (JSON)

Add this

{
    // ... other settings you may already have ...
    "terminal.integrated.defaultProfile.osx": "zsh",
}

Something happened between the versions I guess to rank pwsh higher if there is no default set maybe.

Version: 0.43.5
VSCode Version: 1.93.1
Commit: 2eaa79a1b14ccff5d1c78a2c358a08be16a8e5a0
Date: 2024-11-27T09:11:51.854Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 23.6.0

Version: 0.44.11
VSCode Version: 1.93.1
Commit: fe574d0820377383143b2ea26aa6ae28b3425220
Date: 2025-01-03T07:59:06.361Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 23.6.0

Anyway, I feel silly for it being such a simple fix, but anyway, I’m happy again.

1 Like