GitHub CLI 2.79.0
The GitHub CLI now supports advanced issue search syntax using:
gh search issues <advanced issue search query>gh search prs <advanced issue search query>gh issue list --search <advanced issue search query>gh pr list --search <advanced issue search query>For more information about advanced issue search syntax, see: "Filtering and Searching Issues and Pull Requests"
The GitHub CLI now supports writing the OAuth one-time pass code to the clipboard automatically during authentication:
gh auth login --clipboard / gh auth login -cgh auth refresh --clipboard / gh auth refresh -cgh auth Automatically copy one-time OAuth code to clipboard by @ankddev in https://github.com/cli/cli/pull/11518--ref in gh cache delete by @luxass in https://github.com/cli/cli/pull/11592--generate-notes and --notes-from-tag by @ankddev in https://github.com/cli/cli/pull/11534slices.Equal to simplify code by @minxinyi in https://github.com/cli/cli/pull/11364Full Changelog: https://github.com/cli/cli/compare/v2.78.0...v2.79.0
Fetched April 8, 2026