Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 1, 2025

This PR contains the following updates:

Package Update Change
github-cli minor 2.55.0 -> 2.82.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cli/cli (github-cli)

v2.82.1: GitHub CLI 2.82.1

Compare Source

Fix gh pr edit not detecting classic projects feature deprecation

gh pr edit was not correctly detecting the classic projects API deprecation. This release fixes that detection and avoids an incorrect fetch to the deprecated APIs.

This only impacted gh pr edit commands used to add or remove projects.

What's Changed

🐛 Fixes
:dependabot: Dependencies

Full Changelog: cli/cli@v2.82.0...v2.82.1

v2.82.0: GitHub CLI 2.82.0

Compare Source

✨ Features
🐛 Fixes

Full Changelog: cli/cli@v2.81.0...v2.82.0

v2.81.0: GitHub CLI 2.81.0

Compare Source

Support for GitHub Release Attestations

This release introduces the release verify and release verify-asset commands for verifying GitHub Release attestations. Part of the Immutable Releases initiative, a release attestation provides a signed, timestamped binding between a release, its git tag, and any associated assets. These new commands provide a convenient way to verify the integrity of an immutable release against its attestation.

  • Verify the latest release has a valid attestation: gh release verify
  • Verify a specific release by tag: gh release verify v1.2.3
  • Verify an asset from the latest release: gh release verify-asset my-asset.zip
  • Verify a local asset file originated from a specific release: gh release verify-asset v1.2.3 my-asset.zip

These commands help ensure that releases and their assets are authentic and haven’t been tampered with, providing an additional layer of security for your software supply chain.

gh auth status Supports JSON Output

This release adds support for the --json flag in gh auth status. Run gh auth status --help for more information and usage examples.

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores

New Contributors

Full Changelog: cli/cli@v2.80.0...v2.81.0

v2.80.0: GitHub CLI 2.80.0

Compare Source

:copilot: Manage GitHub Copilot Coding Agent From the GitHub CLI

This GitHub CLI release introduces the agent-task commandset for managing coding agent tasks in gh:

  • Create tasks: gh agent-task create "refactor the codebase"
  • List all your tasks: gh agent-task list
  • View task details: gh agent-task view 1234
  • View the task log in real-time: gh agent-task view 1234 --log --follow

For more information about command line flags and arguments, run gh agent-task <command> --help.

The agent-task commandset also ships with the following aliases for convenience:

  • gh agent-tasks
  • gh agent
  • gh agents

ℹ️ The agent-task commandset is in preview and is subject to change without notice.

Got feedback? Let us know what you like or don't like in an issue ❤️

What's Changed

✨ Features
🐛 Fixes

Full Changelog: cli/cli@v2.79.0...v2.80.0

v2.79.0: GitHub CLI 2.79.0

Compare Source

Advanced Issue Search Support

The GitHub CLI now supports advanced issue search syntax using:

  • Searching issues: gh search issues <advanced issue search query>
  • Searching pull requests: gh search prs <advanced issue search query>
  • While listing issues: gh issue list --search <advanced issue search query>
  • While listing pull requests: gh pr list --search <advanced issue search query>

For more information about advanced issue search syntax, see: "Filtering and Searching Issues and Pull Requests"

Copy OAuth Code Automatically

The GitHub CLI now supports writing the OAuth one-time pass code to the clipboard automatically during authentication:

  • While logging in: gh auth login --clipboard / gh auth login -c
  • While refreshing the token: gh auth refresh --clipboard / gh auth refresh -c

What's Changed

✨ Features
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.78.0...v2.79.0

v2.78.0: GitHub CLI 2.78.0

Compare Source

ℹ️ Note

This release was cut primarily to resolve a Linux package distribution issue. We recommend reviewing the v2.77.0 release notes for the complete set of latest features and fixes.

What's Changed

✨ Features
🐛 Fixes
  • Fix failing to release Linux packages (affected v2.77.0). See v2.77.0 for more information.

Full Changelog: cli/cli@v2.77.0...v2.78.0

v2.77.0: GitHub CLI 2.77.0

Compare Source

⚠️ Incomplete Release

The v2.77.0 release experienced a failure publishing to our official Linux repos. This is resolved in v2.78.0, so we recommend using that release instead.

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.76.2...v2.77.0

v2.76.2: GitHub CLI 2.76.2

Compare Source

gh pr create regression fix

This release fixes a regression introduced in v2.76.1 where organization teams were not present in prompts for pull request reviewers. This caused problems in multiple commands:

  • Interactive gh pr create could not select teams when adding pull request reviewers
  • Tab completions with gh pr create --reviewer flag did not present a list of organization teams
  • Tab completions with gh pr edit --add-reviewer flag did not present a list of organization teams
  • Tab completions with gh pr edit --remove-reviewer flag did not present a list of organization teams

For more information, see #​11403

What's Changed

🐛 Fixes
📚 Docs & Chores

Full Changelog: cli/cli@v2.76.1...v2.76.2

v2.76.1: GitHub CLI 2.76.1

Compare Source

gh pr create regression fix

This release fixes a regression introduced in v2.76.0 where organization teams were retrieved outside of intentional use cases. This caused problems for GitHub Enterprise Server users using the GitHub Actions automatic token that does not have access to organization teams.

For more information, see #​11360

What's Changed

🐛 Fixes
📚 Docs & Chores

Full Changelog: cli/cli@v2.76.0...v2.76.1

v2.76.0: GitHub CLI 2.76.0

Compare Source

:copilot: Copilot Coding Agent Support

GitHub Copilot Pro+ and Copilot Enterprise subscribers can now assign issues to GitHub Copilot during issue creation using:

  • Command-line flag: gh issue create --assignee @&#8203;copilot
  • Launching web browser: gh issue create --assignee @&#8203;copilot --web
  • Or interactively selecting Copilot (AI) as assignee in gh issue create metadata

For more details, refer to the full changelog post for Copilot coding agent.

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores

Full Changelog: cli/cli@v2.75.1...v2.76.0

v2.75.1: GitHub CLI 2.75.1

Compare Source

What's Changed

🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.75.0...v2.75.1

v2.75.0: GitHub CLI 2.75.0

Compare Source

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.74.2...v2.75.0

v2.74.2: GitHub CLI 2.74.2

Compare Source

What's Changed

🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.74.1...v2.74.2

v2.74.1: GitHub CLI 2.74.1

Compare Source

What's Changed

Full Changelog: cli/cli@v2.74.0...v2.74.1

v2.74.0: GitHub CLI 2.74.0

Compare Source

Security

A security vulnerability has been identified in a core gh dependency, go-gh, where an attacker-controlled GitHub Enterprise Server could result in executing arbitrary commands on a user's machine by replacing HTTP URLs provided by GitHub with local file paths for browsing.

This issue is addressed in this gh release by updating go-gh to a fixed version.

For more information, see GHSA-g9f5-x53j-h563

What's changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.73.0...v2.74.0

v2.73.0: GitHub CLI 2.73.0

Compare Source

:copilot: Copilot Coding Agent Support

You can now assign issues to GitHub Copilot directly from gh, just as you would assign them to a teammate. Use gh issue edit <number> --add-assignee @&#8203;copilot to assign the GitHub Copilot coding agent, and Copilot will work in the background to understand the issue, propose a solution, and open a pull request when it's ready for your review. If you run gh issue edit interactively, Copilot (AI) will be displayed as a potential assignee. This feature is available for GitHub Copilot Pro+ and Copilot Enterprise subscribers. For more details, refer to the full changelog post for Copilot coding agent.

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

What's Changed

New Contributors

Full Changelog: cli/cli@v2.72.0...v2.73.0

v2.72.0: GitHub CLI 2.72.0

Compare Source

:accessibility: Accessibility public preview

This release marks the public preview of several accessibility improvements to the GitHub CLI that have been under development over the past year in partnership with our friends at Charm including:

  • customizable and contrasting colors
  • non-interactive user input prompting
  • text-based spinners

These new experiences are captured in a new gh a11y help topic command, which goes into greater detail into the motivation behind each of them as well as opt-in configuration settings / environment variables.

We would like you to share your feedback and join us on this journey through one of GitHub Accessibility feedback channels! 🙌

What's Changed

✨ Features
🐛 Fixes

New Contributors

Full Changelog: cli/cli@v2.71.2...v2.72.0

v2.71.2: GitHub CLI 2.71.2

Compare Source

What's Changed

Full Changelog: cli/cli@v2.71.1...v2.71.2

v2.71.1: GitHub CLI 2.71.1

Compare Source

What's Changed

Full Changelog: cli/cli@v2.71.0...v2.71.1

v2.71.0: GitHub CLI 2.71.0

Compare Source

What's Changed

✨ Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.70.0...v2.71.0

v2.70.0: GitHub CLI 2.70.0

Compare Source

Accessibility

This release contains dark shipped changes that are part of a larger GitHub CLI accessibility preview still under development. More information about these will be announced later this month including various channels to work with GitHub and GitHub CLI maintainers on shaping these experiences.

Ensure table headers are thematically contrasting

#​8292 is a long time issue where table headers were difficult to see in terminals with light background. Ahead of the aforementioned preview, v2.70.0 has shipped changes that improve the out-of-the-box experience based on terminal background detection.

The following screenshots demonstrate the Mac Terminal using the Basic profile, which responds to user's appearance preferences:

Screenshot of gh repo list in light background terminal Screenshot of gh repo list in dark background terminal

For more information including demos from various official distributions, see #​10649.

What's Changed

✨ Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from paulkiernan as a code owner May 1, 2025 02:03
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 66c326b to b028e28 Compare May 20, 2025 00:01
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.72.0 chore(deps): update dependency github-cli to v2.73.0 May 20, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from b028e28 to 5519ad5 Compare May 29, 2025 21:26
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.73.0 chore(deps): update dependency github-cli to v2.74.0 May 29, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 5519ad5 to 0df4c2a Compare June 10, 2025 17:27
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.74.0 chore(deps): update dependency github-cli to v2.74.1 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 0df4c2a to 8b2cf57 Compare June 18, 2025 19:41
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.74.1 chore(deps): update dependency github-cli to v2.74.2 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 8b2cf57 to c743f45 Compare July 9, 2025 20:29
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.74.2 chore(deps): update dependency github-cli to v2.75.0 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from c743f45 to 6786453 Compare July 15, 2025 04:07
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.75.0 chore(deps): update dependency github-cli to v2.75.1 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 6786453 to 2c7abf3 Compare July 17, 2025 22:12
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.75.1 chore(deps): update dependency github-cli to v2.76.0 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 2c7abf3 to 5bab1a5 Compare July 23, 2025 20:53
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.76.0 chore(deps): update dependency github-cli to v2.76.1 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 5bab1a5 to 437cd50 Compare July 30, 2025 23:39
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.76.1 chore(deps): update dependency github-cli to v2.76.2 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 437cd50 to 677b1a0 Compare August 21, 2025 22:43
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.76.2 chore(deps): update dependency github-cli to v2.78.0 Aug 21, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 677b1a0 to 5a01364 Compare September 9, 2025 18:44
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.78.0 chore(deps): update dependency github-cli to v2.79.0 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 5a01364 to 17563ef Compare September 23, 2025 22:09
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.79.0 chore(deps): update dependency github-cli to v2.80.0 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 17563ef to 8142d3f Compare October 1, 2025 21:54
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.80.0 chore(deps): update dependency github-cli to v2.81.0 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from 8142d3f to eff0412 Compare October 15, 2025 21:25
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.81.0 chore(deps): update dependency github-cli to v2.82.0 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/github-cli-2.x branch from eff0412 to ce26c48 Compare October 22, 2025 10:06
@renovate renovate bot changed the title chore(deps): update dependency github-cli to v2.82.0 chore(deps): update dependency github-cli to v2.82.1 Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants