GitHub CLI 2.89.0
gh agent-task now works on ghe.com tenanciesgh agent-task commands previously failed with 401 Unauthorized for users on ghe.com tenancy hosts because the Copilot API URL was hardcoded. The URL is now resolved dynamically per host, so gh agent-task works correctly regardless of your GitHub hosting environment.
A new TUI-based prompter powered by charmbracelet/huh is available behind the GH_EXPERIMENTAL_PROMPTER environment variable. This is an early preview — try it out and share feedback!
export GH_EXPERIMENTAL_PROMPTER=1
gh issue create and gh issue transfer no longer require extra token scopesgh issue create and gh issue transfer previously fetched repository fields they didn't need, which could require additional token scopes. These commands now fetch only the minimal fields necessary for issue operations.
gh pr create, gh issue create, gh issue edit: search-based assignee selection and login-based mutation on github.com by @BagToad in #13009GH_EXPERIMENTAL_PROMPTER by @BagToad in #12859issue create and issue transfer by @babakks in #12884gh pr edit --add-reviewer can re-request reviews by @joshjohanning in #13021ApiActorsSupported by @BagToad in #13025Full Changelog: v2.88.1...v2.89.0
Fetched April 8, 2026