chore(deps): update github cli to v2.100.0 - #71
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/cli-cli-2.x
branch
2 times, most recently
from
September 1, 2026 23:45
c8745e0 to
cf353ca
Compare
renovate
Bot
force-pushed
the
renovate/cli-cli-2.x
branch
from
September 3, 2026 22:56
cf353ca to
2c1fe51
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.98.0→2.100.0Release Notes
cli/cli (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
Configuration
📅 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.