Skip to content

v1.0.2

Compare
Choose a tag to compare
@gh-copilot-promote-release gh-copilot-promote-release released this 29 Apr 14:31
· 2 commits to main since this release

Release notes for v1.0.2

While the GitHub Copilot in the CLI team reviews GA adoption and feedback, we wanted to address some quality of life fixes impacting users:

Enhance ghcs to work for Alpine Linux

ghcs uses a temporary directory with 3 placeholders required for BSD. This has been enhanced to use 6 placeholders needed for Alpine Linux.

For more information, see #66 with thanks to @cirolosapio!

Fix PowerShell instructions to avoid word splitting

For Windows users with spaces in PowerShell profile path, the PowerShell alias setup instructions would break due to word splitting. This has been addressed in the documented and generated setup instructions.

For more information, see #49 with thanks to @breadboi!