gh-copilot-promote-release
released this
12 Sep 20:37
·
1 commit
to main
since this release
Release notes for v1.0.5
Disable metrics opt-in prompt during gh copilot alias
Before v1.0.5
, users who set up optional helpers would experience an issue due to our metrics opt-in prompt causing their shell to hang.
With v1.0.5
, gh copilot alias
will not prompt for metrics opt-in.
Fixes #40.
Improved Android 64-bit support
Though the GitHub CLI does not officially support Android, gh copilot
was building and distributing 64-bit releases for ARM and AMD distributions. In the process of improving GitHub CLI extension publishing, concerns were raised whether the android-amd64
and android-arm64
worked as expected. We have done more extensive efforts to test these builds, supporting the Termux community where we can. 🫶
See cli/gh-extension-precompile#50 for more information.