GitHub CLI 2.87.0
gh workflow run immediately returns workflow run URLOne of our most requested features - with the latest changes in GitHub API, gh workflow run will immediately print the created workflow run URL.
gh auth login experience in VM/WSL environmentsWe have observed rare cases of time drift between the wall and monotonic clocks, mostly in WSL or VM environments, causing failures during polling for the OAuth token. This new release implements measures to account for such situations.
If you continue to experience gh auth login issues in WSL, please comment in https://github.com/cli/cli/issues/9370
gh + performance improvementsgh pr edit now supports Copilot Code Review as a reviewer. You can request a review from Copilot using the --add-reviewer @copilot flag or interactively by selecting reviewers in the prompts.
This release also introduces a new search experience for selecting reviewers and assignees in gh pr edit. Instead of loading all collaborators and teams upfront, results are now fetched based on inputs to a new search option. Initial options are suggestions based on those involved with the pull request already.
? Reviewers [Use arrows to move, space to select, <right> to all, <left> to none, type to filter]
[ ] Search (7472 more)
[x] BagToad (Kynan Ware)
> [x] Copilot (AI)
This experience will follow in gh pr create and gh issue for assignees in a later release.
--query flag to project item-list by @williammartin in https://github.com/cli/cli/pull/12696--exit-status with --log and --log-failed in run view by @williammartin in https://github.com/cli/cli/pull/12679gh pr edit: Add support for Copilot as reviewer with search capability, performance and accessibility improvements by @BagToad in https://github.com/cli/cli/pull/12567gh pr edit: new interactive prompt for assignee selection, performance and accessibility improvements by @BagToad in https://github.com/cli/cli/pull/12526gh release upload: Clarify --clobber flag deletes assets before re-uploading by @BagToad in https://github.com/cli/cli/pull/12711gh gist edit command by @BagToad in https://github.com/cli/cli/pull/12710cli/oauth to v1.2.2 by @babakks in https://github.com/cli/cli/pull/12573Full Changelog: https://github.com/cli/cli/compare/v2.86.0...v2.87.0
Fetched April 8, 2026