Devraj Mehta

Results 56 comments of Devraj Mehta

@niik The CLI is not currently using / shipping with musl prebuilds for any of the native node addons it's using. Currently the node-pty prebuilds are built with glibc 2.31

Working on it!

Closing this out since the CLI is now available on Homebrew: ```sh brew install copilot-cli ```

fyi we just hit this same issue and confirmed rolling back to v1.1.0-beta12 fixes it

fyi opened https://github.com/microsoft/node-pty/pull/800 just to do the clean revert

fyi I ended up working around this by throttling the writing to the terminal process. Even with the revert in #800 I still saw corruption of the terminal input --...