Skip to content

⬆️ Update dependency aqua:cli/cli to v2.88.0#27

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aqua-cli-cli-2.x
Open

⬆️ Update dependency aqua:cli/cli to v2.88.0#27
renovate[bot] wants to merge 1 commit intomainfrom
renovate/aqua-cli-cli-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
aqua:cli/cli minor 2.2.02.88.0

Release Notes

cli/cli (aqua:cli/cli)

v2.88.0: GitHub CLI 2.88.0

Compare Source

:copilot: Request Copilot Code Review from gh

image

gh pr create and gh pr edit now support Copilot Code Review as a reviewer. Request a review with --add-reviewer @​copilot, or select Copilot interactively from the searchable reviewer prompt.

Create a pull request and request review from Copilot:

gh pr create --reviewer @​copilot

Edit a pull request and request review from Copilot:

gh pr edit --add-reviewer @​copilot

Close issues as duplicates with gh issue close --duplicate-of

You can now close issues as duplicates and link to a duplicate issue directly from the CLI. The new --duplicate-of flag accepts an issue number or URL and marks the closed issue as a duplicate of the referenced one. You can also use --reason duplicate to set the close reason without linking a specific issue.


# Close as duplicate, linking to the original issue
gh issue close 123 --duplicate-of 456

# Close with duplicate reason only
gh issue close 123 --reason duplicate

JSON support for gh agent-task

gh agent-task list and gh agent-task view now support --json, --jq, and --template flags, consistent with other gh commands.

gh agent-task list --json id,name,state
gh agent-task view <id> --json state --jq '.state'

What's Changed

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

New Contributors

Full Changelog: cli/cli@v2.87.3...v2.88.0

v2.87.3: GitHub CLI 2.87.3

Compare Source

What's Changed

Full Changelog: cli/cli@v2.87.2...v2.87.3

v2.87.2: GitHub CLI 2.87.2

Compare Source

ℹ️ Note

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

What's Changed

Full Changelog: cli/cli@v2.87.1...v2.87.2

v2.87.1: GitHub CLI 2.87.1

Compare Source

⚠️ Incomplete Release

The v2.87.1 release experienced a failure in our workflow and is not fully published to the designated package managers/repositories. This is resolved in v2.87.2, so we recommend using that release instead.

What's Changed

Full Changelog: cli/cli@v2.87.0...v2.87.1

v2.87.0: GitHub CLI 2.87.0

Compare Source

gh workflow run immediately returns workflow run URL

One of our most requested features - with the latest changes in GitHub API, gh workflow run will immediately print the created workflow run URL.

Improved gh auth login experience in VM/WSL environments

We 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 #​9370

:copilot: Request Copilot Code Review from gh + performance improvements

gh pr edit now supports Copilot Code Review as a reviewer. You can request a review from Copilot using the --add-reviewer @&#8203;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.

What's Changed

✨ Features
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.86.0...v2.87.0

v2.86.0: GitHub CLI 2.86.0

Compare Source

:copilot: Install and run GitHub Copilot CLI directly from gh

Since we deprecated the GitHub Copilot in the CLI extension in favor of the new agentic GitHub Copilot CLI, we want to give developers using gh a simple way to get started using our most powerful terminal assistant.

  • gh copilot will prompt to install, then run Copilot CLI
  • gh copilot <args> will execute the Copilot CLI, forwarding any arguments and flags

For more information and usage options, run gh copilot --help.

What's Changed

✨ Features
📚 Docs & Chores

New Contributors

Full Changelog: cli/cli@v2.85.0...v2.86.0

v2.85.0: GitHub CLI 2.85.0

Compare Source

What's Changed

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

New Contributors

Full Changelog: cli/cli@v2.83.2...v2.85.0

v2.83.2: GitHub CLI 2.83.2

Compare Source

What's Changed

🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: cli/cli@v2.83.1...v2.83.2

v2.83.1: GitHub CLI 2.83.1

Compare Source

What's Changed

🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

Full Changelog: cli/cli@v2.83.0...v2.83.1

v2.83.0: GitHub CLI 2.83.0

Compare Source

What's Changed

✨ Features
🐛 Fixes
  • fix(gist): add support for editing & viewing large files by @​luxass in #​11761
  • Fix gh attestation verify to work when Public Good Instance of Sigstore is unavailable by @​Copilot in #​11989
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

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

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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/aqua-cli-cli-2.x branch from a8acc9c to f56d8aa Compare January 21, 2026 21:48
@renovate renovate bot changed the title ⬆️ Update dependency aqua:cli/cli to v2.85.0 ⬆️ Update dependency aqua:cli/cli to v2.86.0 Jan 21, 2026
@renovate renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch 2 times, most recently from 344fbf5 to 1caf435 Compare February 18, 2026 22:11
@renovate renovate bot changed the title ⬆️ Update dependency aqua:cli/cli to v2.86.0 ⬆️ Update dependency aqua:cli/cli to v2.87.0 Feb 18, 2026
@renovate renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from 1caf435 to a84d337 Compare February 20, 2026 22:08
@renovate renovate bot changed the title ⬆️ Update dependency aqua:cli/cli to v2.87.0 ⬆️ Update dependency aqua:cli/cli to v2.87.2 Feb 20, 2026
@renovate renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from a84d337 to a7b6909 Compare February 23, 2026 19:49
@renovate renovate bot changed the title ⬆️ Update dependency aqua:cli/cli to v2.87.2 ⬆️ Update dependency aqua:cli/cli to v2.87.3 Feb 23, 2026
@renovate renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from a7b6909 to ca5bcbf Compare March 10, 2026 22:35
@renovate renovate bot changed the title ⬆️ Update dependency aqua:cli/cli to v2.87.3 ⬆️ Update dependency aqua:cli/cli to v2.88.0 Mar 10, 2026
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