Skip to content

feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.88.1 )#213

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

feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.88.1 )#213
parsec-renovate[bot] wants to merge 1 commit intomainfrom
renovate/aqua-cli-cli-2.x

Conversation

@parsec-renovate
Copy link
Contributor

@parsec-renovate parsec-renovate bot commented Dec 10, 2025

This PR contains the following updates:

Package Update Change
aqua:cli/cli minor 2.83.12.88.1

Warning

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


Release Notes

cli/cli (aqua:cli/cli)

v2.88.1: GitHub CLI 2.88.1

Compare Source

Fix pr commands failing with read:project scope error

v2.88.0 introduced a regression where pr commands would fail with the error:

error: your authentication token is missing required scopes [read:project]
To request it, run:  gh auth refresh -s read:project

Previously, missing read:project scope was gracefully handled, and project data was silently skipped. A change inadvertently broke the error matching that enabled this graceful degradation. v2.88.1 reverts these changes so that pr commands work correctly without requiring the read:project scope.

What's Changed

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

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


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 has been generated by Renovate Bot.

@parsec-renovate parsec-renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from 9efdf26 to d84249a Compare January 14, 2026 19:12
@parsec-renovate parsec-renovate bot changed the title fix(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.83.2 ) feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.85.0 ) Jan 14, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from d84249a to 31c29a0 Compare January 21, 2026 18:21
@parsec-renovate parsec-renovate bot changed the title feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.85.0 ) feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.86.0 ) Jan 21, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from 31c29a0 to 3c4d826 Compare February 18, 2026 17:31
@parsec-renovate parsec-renovate bot changed the title feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.86.0 ) feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.87.0 ) Feb 18, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from 3c4d826 to 8923f48 Compare February 20, 2026 19:22
@parsec-renovate parsec-renovate bot changed the title feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.87.0 ) feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.87.1 ) Feb 20, 2026
@parsec-renovate parsec-renovate bot changed the title feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.87.1 ) feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.87.2 ) Feb 20, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from 8923f48 to d8e471a Compare February 20, 2026 21:13
@parsec-renovate parsec-renovate bot changed the title feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.87.2 ) feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.87.3 ) Feb 23, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from d8e471a to 6fcd344 Compare February 23, 2026 19:32
@parsec-renovate parsec-renovate bot changed the title feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.87.3 ) feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.88.0 ) Mar 10, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from 6fcd344 to 2ef9c54 Compare March 10, 2026 20:16
@parsec-renovate parsec-renovate bot changed the title feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.88.0 ) feat(deps): update dependency aqua:cli/cli ( 2.83.1 ➔ 2.88.1 ) Mar 12, 2026
@parsec-renovate parsec-renovate bot force-pushed the renovate/aqua-cli-cli-2.x branch from 2ef9c54 to 1f32a24 Compare March 12, 2026 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants