⬆️ Update dependency aqua:cli/cli to v2.100.0 - #27
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
January 21, 2026 21:48
a8acc9c to
f56d8aa
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
2 times, most recently
from
February 18, 2026 22:11
344fbf5 to
1caf435
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
February 20, 2026 22:08
1caf435 to
a84d337
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
February 23, 2026 19:49
a84d337 to
a7b6909
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
March 10, 2026 22:35
a7b6909 to
ca5bcbf
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
March 12, 2026 13:47
ca5bcbf to
7013049
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
March 26, 2026 17:01
7013049 to
4e3c455
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
April 16, 2026 20:09
4e3c455 to
a9e4bd3
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
April 22, 2026 17:51
a9e4bd3 to
ebaf078
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
April 28, 2026 16:36
ebaf078 to
60b33cf
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
May 27, 2026 18:35
60b33cf to
9612afd
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
June 11, 2026 02:43
9612afd to
5ad65b4
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
June 17, 2026 20:35
5ad65b4 to
3f1684e
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
July 3, 2026 01:00
3f1684e to
e04ecb0
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
July 31, 2026 02:44
e04ecb0 to
0cd8306
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
August 20, 2026 22:48
0cd8306 to
0bf375d
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
September 1, 2026 22:33
0bf375d to
98c7c3b
Compare
renovate
Bot
force-pushed
the
renovate/aqua-cli-cli-2.x
branch
from
September 3, 2026 23:25
98c7c3b to
0d33ea9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.0→2.100.0Release Notes
cli/cli (aqua:cli/cli)
v2.100.0: GitHub CLI 2.100.0Compare Source
Experimental: Route GitHub API traffic through a custom host
Organizations can now route a GitHub host's API traffic through a gateway using the new per-host
api_hostconfiguration:The original host remains in use for authentication, Git remotes, and browser URLs.
What's Changed
✨ Features
api_hostrouting across GitHub API requests by @williammartin in #14104api_hostthroughgh config getandgh config setby @williammartin in #14332webhookas an official extension by @williammartin in #14326ghis invoked by a coding agent by @niik in #14198🐛 Fixes
📚 Docs & Chores
golang.org/x/cryptofrom 0.55.0 to 0.56.0 by @babakks in #14331github.com/cli/go-gh/v2from 2.15.0 to 2.16.0 by @williammartin in #14338Full Changelog: cli/cli@v2.99.0...v2.100.0
v2.99.0: GitHub CLI 2.99.0Compare Source
Attach images and videos to issues and pull requests
The repeatable
--attachflag uploads local images and videos and adds them to issue, pull request, or comment bodies. If a body already references the local path,ghreplaces it with the uploaded URL; otherwise it appends the attachment:Repeat the flag to attach multiple files in a single invocation. Attachments are available on GitHub.com and GitHub Enterprise Cloud.
For more information see https://gh.io/gh-attach and https://github.blog/changelog/2026-09-01-github-cli-media-in-issues-pull-requests-and-comments/
Worktree support extended to
gh issue developgh issue developcan now create a linked branch and check it out in a new Git worktree, leaving your current working copy unchanged:# Create a linked branch for an issue and check it out in a worktree gh issue develop 123 --checkout --worktree /path/to/wt-featureWhat's Changed
✨ Features
--attachflag parsing and upload orchestration by @BagToad in #14181--attachtogh pr commentandgh issue commentby @BagToad in #14182--attachtogh pr createandgh pr editby @BagToad in #14183--attachtogh issue createandgh issue editby @BagToad in #14184gh issue developby @sergiou87 in #14136ghis invoked by a coding agent by @niik in #14191PI_CODING_AGENT_DIRfor Pi user skills by @tommaso-moro in #14260🐛 Fixes
--delete-branchwith linked worktrees by @tidy-dev in #14007--commentswith--jsonby @BagToad in #14215~/.agents/skillsby @scarletkc in #14154📚 Docs & Chores
--attachstack by @BagToad in #14200ghskill by @BagToad in #14261gh issue develop --checkout --worktreein theghskill by @babakks in #14265go fixby @BagToad in #14278New Contributors
Full Changelog: cli/cli@v2.98.0...v2.99.0
v2.98.0: GitHub CLI 2.98.0Compare Source
Security
A security vulnerability has been identified, and fixed, that binds the local forwarded port to all available network interfaces by default.
Users of
gh codespace ports forwardare advised to updateghto versionv2.98.0as soon as possible.For more information see: GHSA-vfhh-p7hm-pxfh
Support worktrees in
pr checkoutUsers can now checkout a pull request into a git worktree by using the new
--worktree PATHflag ingh pr checkout:Add semantic search to
search issuesThe
gh search issuescommand now supports semantic search for issues. Users can select the search type by passing the--search-typeflag:For more information about semantic search see: "Improved Search for github issues is now generally available".
What's Changed
✨ Features
🐛 Fixes
RESTWithNexterror type, repairinggh statusand attestation retries by @williammartin in #13988gh release createby @williammartin in #14065📚 Docs & Chores
New Contributors
Full Changelog: cli/cli@v2.97.0...v2.98.0
v2.97.0: GitHub CLI 2.97.0Compare Source
Security
Four security vulnerabilities have been identified, and fixed, in this release. Users are advised to update gh to version
v2.97.0as soon as possible.Several commands (including
gh gist view,gh api,gh pr diff,gh release download --output -,gh codespace logs,gh skills preview, andgh agent-task view/create) printed externally controlled content without neutralizing terminal escape sequences, allowing escape sequence injection into a user's terminal.See GHSA-3m3g-3wcr-px46 for more information.
Some request URLs were built without escaping their variable path components, so a value containing URL path metacharacters could alter the request path and cause
ghto address a different resource than intended.See GHSA-4fjg-2h4q-fwg3 for more information.
gh auth status(without--show-token) could print a portion of the authentication token in plaintext for token types whose format contains an underscore after the prefix, such asgithub_pat_*,ghs_*, andghu_*.See GHSA-cg6r-mpgc-h9mm for more information.
gh attestation verifybuilt the certificate matcher from--signer-repoand--signer-workflowwithout escaping regex metacharacters, so a lookalike repository or workflow name could satisfy a matcher intended for a trusted signer and bypass attestation verification.See GHSA-mm27-mwq9-fr5g for more information.
Address project fields and items by name in
gh projectgh project item-editandgh project item-listcan now reference project fields and single-select options by name:What's Changed
✨ Features
gh project item-editby @zwick in #13807gh project item-listby @zwick in #13823gh skillagents by @tommaso-moro in #13987🐛 Fixes
📚 Docs & Chores
OWNER/REPOformat hint to thegh search --repoflag by @BagToad in #13922item-editas the first-class project flow in docs by @Solaris-star in #13927SITE_DEPLOY_PATwith the gh-cli-site-deployer App by @williammartin in #13492pkg/cmd/release/attestation/by @kobihikri in #13886ab275d0to309922bby @dependabot in #13878New Contributors
Full Changelog: cli/cli@v2.96.0...v2.97.0
v2.96.0: GitHub CLI 2.96.0Compare Source
Security
A security vulnerability has been identified, and fixed, that could allow command execution on a user's computer when connecting to a malicious Codespace via
gh codespace jupyter.Users of
gh codespace jupyterare advised to update gh to version v2.96.0 as soon as possible.For more information see: GHSA-8cg3-r6g9-fpg2
Download release assets without authentication
gh release downloadnow works against public repositories without authentication, matchinggh extension install. A token is still used when one is present:# Download assets from a public repository, no login required gh release download v2.96.0 --repo cli/cliWhat's Changed
✨ Features
gh release downloadwithout authentication on public repositories by @BagToad in #13723antigravity-cliandantigravity2.0ingh skillby @BagToad in #13784🐛 Fixes
~/.agents/skillsby @toller892 in #13681--dirwithout agent prompt by @happysnaker in #13766int64for GitHub database IDs by @williammartin in #13403📚 Docs & Chores
AGENTS.mdby @BagToad in #13720--cloneboolean flag behaviour ingh repo forkhelp by @BagToad in #13786TestHuhPrompterMultiSelectWithSearchPersistenceon slow architectures by @pdostal in #13675New Contributors
Full Changelog: cli/cli@v2.95.0...v2.96.0
v2.95.0: GitHub CLI 2.95.0Compare Source
Read repository files and directories with
gh repo read-fileandgh repo read-dirTwo new preview commands read repository contents without cloning:
Both commands default to the repository's default branch, accept
--refto target any branch, tag, or commit, and support--json,--jq, and--templatefor scripting. This makes it easy for agents and automation to inspect a repo without a full checkout.What's Changed
✨ Features
repo read-fileandrepo read-dirby @babakks in #13580🐛 Fixes
📚 Docs & Chores
Full Changelog: cli/cli@v2.94.0...v2.95.0
v2.94.0: GitHub CLI 2.94.0Compare Source
Issue types, sub-issues, and relationships in
gh issueThis release brings GitHub's advanced issue features to
gh issue create,edit,view, andlist. You can set and view an issue's type, organize work with sub-issues, and track blocked-by and blocking relationships without leaving the command line:Issue types and sub-issues are available on GitHub.com and GHES 3.17+; relationships require GHES 3.19+.
Manage discussions with
gh discussionThis release introduces the
discussioncommand set for working with GitHub Discussions ingh:Run
gh discussion --helpfor more information.Equip your agents with new
ghfeaturesTeach your agents how to leverage new GitHub CLI features on release day by installing the
ghskill:What's Changed
✨ Features
gh discussioncommand set (list,view,create,edit) as a preview by @babakks and @maxbeizer in #13541gh discussion commentto comment on and reply to discussions by @babakks in #13620gh skill listto inventory installed agent skills by @tommaso-moro in #13418--allflag togh skill installto install every skill in a repository by @tommaso-moro in #13471gh skill update --allby @tommaso-moro in #13469gh extension uninstalltogh extension removeby @BagToad in #13599🐛 Fixes
📚 Docs & Chores
gh discussionand Issues 2.0 reference to theghskill, plus a README note by @BagToad in #13631Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.