Update dependency cli/cli to v2.95.0#1193
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
cb75b07 to
65db3a0
Compare
65db3a0 to
0b3e8eb
Compare
0b3e8eb to
d4271cf
Compare
d4271cf to
3631860
Compare
3631860 to
6b5f802
Compare
6b5f802 to
d84bce0
Compare
d84bce0 to
4c8cf05
Compare
4c8cf05 to
2a6c3b6
Compare
2a6c3b6 to
bf9764b
Compare
bf9764b to
ba10ce3
Compare
ba10ce3 to
7651471
Compare
7651471 to
ca6636f
Compare
ca6636f to
4542248
Compare
4542248 to
d385568
Compare
d385568 to
e1b00a2
Compare
| - name: charmbracelet/gum@v0.14.1 | ||
| - name: charmbracelet/vhs@v0.7.2 | ||
| - name: ClementTsang/bottom@0.9.6 | ||
| - name: cli/cli@v2.52.0 |
1e0fddc to
43c3dea
Compare
43c3dea to
a5d596f
Compare
a5d596f to
93e56c8
Compare
93e56c8 to
387a2e2
Compare
387a2e2 to
e32643f
Compare
e32643f to
08c9605
Compare
08c9605 to
308a393
Compare
308a393 to
3765503
Compare
3765503 to
4ea21c4
Compare
4ea21c4 to
9f6d53a
Compare
9f6d53a to
eb2aed5
Compare
eb2aed5 to
84de8f3
Compare
84de8f3 to
83fe439
Compare
83fe439 to
3754ea7
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:
v2.52.0→v2.95.0Release Notes
cli/cli (cli/cli)
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 #13631Full Changelog: cli/cli@v2.93.0...v2.94.0
v2.93.0: GitHub CLI 2.93.0Compare Source
Security
A security vulnerability has been identified, and fixed, that would incorrectly include authorization header in API requests to TUF repository mirrors via
gh attestation,gh release verify, andgh release verify-assetcommands.Users are advised to update
ghto versionv2.93.0as soon as possible.For more information see: GHSA-8xvp-7hj6-mcj9
Support agents in
gh secretcommand setThe
gh secretcommand set can now set agent secrets. For more information, see "Configuring secrets and variables for Copilot cloud agent".What's Changed
✨ Features
🐛 Fixes
gh auth refreshfor 401 returns by @333fred in #13068📚 Docs & Chores
gh copilottelemetry sampling to 100% by @williammartin in #13362New Contributors
Full Changelog: cli/cli@v2.92.0...v2.93.0
v2.92.0: GitHub CLI 2.92.0Compare Source
Security
A security vulnerability has been identified, and fixed, that could allow terminal escape sequence injection when users view GitHub Actions workflow logs using
gh run view --logorgh run view --log-failed.Users are advised to update gh to version v2.92.0 as soon as possible.
For more information see: GHSA-crc3-h8v6-qh57
Support GitHub Enterprise Cloud (GHEC) in
skillcommandsetNow
gh skillsubcommands (install,preview,publish,search,update) are able to work with GHEC hosts with data residency.Add
--allow-hidden-dirsflag toskill previewFollowing the addition of
--allow-hidden-dirstoskill installin the previous release, now the flag is also supported inskill preview, allowing users to preview skills located in hidden (dot-prefixed) directories such as.claude/skills/,.agents/skills/, and.github/skills/.What's Changed
✨ Features
🐛 Fixes
📚 Docs & Chores
New Contributors
Full Changelog: cli/cli@v2.91.0...v2.92.0
v2.91.0: GitHub CLI 2.91.0Compare Source
GitHub CLI now collects pseudonymous telemetry
To better understand how features are used in practice, especially as agentic adoption grows, GitHub CLI now sends pseudonymous telemetry.
See Telemetry for more details on what's collected, why, and how to opt out.
Support more agents in
gh skillThanks to community feedback,
ghnow supports a large number of agent hosts. Rungh skill install --helpfor the list of available agents.Improve skill discovery
gh skill installnow adds the--allow-hidden-dirsflag to support discovering skills in hidden (dot-prefixed) directories such as.claude/skills/,.agents/skills/, and.github/skills/.Detect skills re-published from other sources
GitHub CLI now detects if the skill to be installed is re-published from an upstream source and offers the option to install it from there. The
--upstreamflag is also added for non-interactive use cases.What's Changed
✨ Features
gh skills installby @tommaso-moro in #13209skills/directories by @SamMorrowDrums in #13235🐛 Fixes
skills publish --fixto not publish by @SamMorrowDrums in #13237📚 Docs & Chores
Full Changelog: cli/cli@v2.90.0...v2.91.0
v2.90.0: GitHub CLI 2.90.0Compare Source
Manage agent skills with
gh skill(Public Preview)Agent skills are portable sets of instructions, scripts, and resources that teach AI coding agents how to perform specific tasks. The new
gh skillcommand makes it easy to discover, install, manage, and publish agent skills from GitHub repositories - right from the CLI.Skills are automatically installed to the correct directory for your agent host.
gh skillsupports GitHub Copilot, Claude Code, Cursor, Codex, Gemini CLI, and Antigravity. Target a specific agent and scope with--agentand--scopeflags.gh skill publishvalidates skills against the Agent Skills specification and checks remote settings like tag protection and immutable releases to improve supply chain security.Read the full announcement on the GitHub Blog.
gh skillis launching in public preview and is subject to change without notice.Official extension suggestions
When you run a command that matches a known official extension that isn't installed (e.g.
gh stack), the CLI now offers to install it instead of showing a generic "unknown command" error.This feature is available for github/gh-aw and github/gh-stack.
When possible, you'll be prompted to install immediately. When prompting isn't possible, the CLI prints the
gh extension installcommand to run.gh extension installno longer requires authenticationgh extension installpreviously required a valid auth token even though it only needs to download a public release asset. The auth check has been removed, so you can install extensions without being logged in.What's Changed
✨ Features
gh skillcommand group: install, preview, search, update, publish by @SamMorrowDrums and @tommaso-moro in #13165gh skill publish: auto-push unpushed commits before publish by @SamMorrowDrums in #13171gh extension installby @BagToad in #13176🐛 Fixes
gh release list --limit 0by @Bahtya in #13097apiandauthcommands record agentic invocations by @williammartin in #13046📚 Docs & Chores
New Contributors
Full Changelog: cli/cli@v2.89.0...v2.90.0
v2.89.0: GitHub CLI 2.89.0Compare Source
gh agent-tasknow works on ghe.com tenanciesgh agent-taskcommands previously failed with401 Unauthorizedfor users on ghe.com tenancy hosts because the Copilot API URL was hardcoded. The URL is now resolved dynamically per host, sogh agent-taskworks correctly regardless of your GitHub hosting environment.Experimental new prompter
A new TUI-based prompter powered by charmbracelet/huh is available behind the
GH_EXPERIMENTAL_PROMPTERenvironment variable. This is an early preview — try it out and share feedback!gh issue createandgh issue transferno longer require extra token scopesgh issue createandgh issue transferpreviously fetched repository fields they didn't need, which could require additional token scopes. These commands now fetch only the minimal fields necessary for issue operations.What's Changed
✨ Features
gh pr create,gh issue create,gh issue edit: search-based assignee selection and login-based mutation on github.com by @BagToad in #13009GH_EXPERIMENTAL_PROMPTERby @BagToad in #12859🐛 Fixes
issue createandissue transferby @babakks in #12884📚 Docs & Chores
gh pr edit --add-reviewercan re-request reviews by @joshjohanning in #13021ApiActorsSupportedby @BagToad in #13025New Contributors
Full Changelog: v2.88.1...v2.89.0
v2.88.1: GitHub CLI 2.88.1Compare Source
Fix
prcommands failing withread:projectscope errorv2.88.0 introduced a regression where
prcommands would fail with the error: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
prcommands work correctly without requiring theread:projectscope.What's Changed
Full Changelog: cli/cli@v2.88.0...v2.88.1
v2.88.0: GitHub CLI 2.88.0Compare Source
ghgh pr createandgh pr editnow 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:
Edit a pull request and request review from Copilot:
Close issues as duplicates with
gh issue close --duplicate-ofYou can now close issues as duplicates and link to a duplicate issue directly from the CLI. The new
--duplicate-offlag accepts an issue number or URL and marks the closed issue as a duplicate of the referenced one. You can also use--reason duplicateto set the close reason without linking a specific issue.JSON support for
gh agent-taskgh agent-task listandgh agent-task viewnow support--json,--jq, and--templateflags, consistent with otherghcommands.What's Changed
✨ Features
gh pr create: login-based reviewer requests and search-based interactive selection by @BagToad in #12627gh pr viewandgh issue view: show friendly display names for all actors by @BagToad in #12854gh issue close: add--duplicate-offlag and duplicate reason by @tksohishi in #12811gh pr diff: add--excludeflag to filter files from diff output by @yuvrajangadsingh in #12655gh pr view/list: addchangeTypefield to files JSON output by @yuvrajangadsingh in #12657gh repo clone: add--no-upstreamflag by @4RH1T3CT0R7 in #12686gh repo edit: add--squash-merge-commit-messageflag by @yuvrajangadsingh in #12846gh browse: add--blameflag by @masonmcelvain in #11486gh agent-task list: add--jsonsupport by @maxbeizer in #12806gh agent-task view: add--jsonsupport by @maxbeizer in #12807gh copilot: setCOPILOT_GHenv var when launching Copilot CLI by @devm33 in #12821🐛 Fixes
gh project item-editerror when editing Draft Issue with only one (--title/--body) flag by @ManManavadaria in #12787owner/repoby @Copilot in #12836databaseIdalways being0in--jsonoutput by @srt32 in #12783--remoteflag used with repo argument by @majiayu000 in #12375gh issue view --commentsby @VishnuVV27 in #12652gh issue listby @LouisLau-art in #12623.git/configcorruption on repeatedissue develop --nameinvocation by @gunadhya in #12651📚 Docs & Chores
gh issue closehelp text by @BagToad in #12830prefixin Makefile by @scarf005 in #11714api/client.goand project queries by @yuvrajangadsingh in #12845StateReasonandStateReasonDuplicatefeature detection by @BagToad in #12838Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.