Skip to content

chore(deps): update dependency aqua:cli/cli to v2.88.1#684

Merged
ryo246912 merged 1 commit intomainfrom
renovate/aqua-cli-cli-2.x
Mar 22, 2026
Merged

chore(deps): update dependency aqua:cli/cli to v2.88.1#684
ryo246912 merged 1 commit intomainfrom
renovate/aqua-cli-cli-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 13, 2026

This PR contains the following updates:

Package Update Change
aqua:cli/cli minor 2.87.32.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


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 added the renovate label Mar 13, 2026
@renovate renovate Bot requested a review from ryo246912 March 13, 2026 18:09
@renovate renovate Bot force-pushed the renovate/aqua-cli-cli-2.x branch from d42c2e5 to 79c5246 Compare March 15, 2026 13:42
@renovate renovate Bot changed the title chore(deps): update dependency aqua:cli/cli to v2.88.0 chore(deps): update dependency aqua:cli/cli to v2.88.1 Mar 15, 2026
@renovate renovate Bot force-pushed the renovate/aqua-cli-cli-2.x branch from 79c5246 to 2fed194 Compare March 18, 2026 12:12
@ryo246912 ryo246912 merged commit f8e2773 into main Mar 22, 2026
4 checks passed
@ryo246912 ryo246912 deleted the renovate/aqua-cli-cli-2.x branch March 22, 2026 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant