This repository was archived by the owner on Oct 30, 2025. It is now read-only.
v1.0.5
·
7 commits
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.