Skip to content

chore(deps): bump github.com/cli/cli/v2 from 2.88.1 to 2.89.0#53

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/cli/cli/v2-2.89.0
Mar 29, 2026
Merged

chore(deps): bump github.com/cli/cli/v2 from 2.88.1 to 2.89.0#53
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/cli/cli/v2-2.89.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 29, 2026

Bumps github.com/cli/cli/v2 from 2.88.1 to 2.89.0.

Release notes

Sourced from github.com/cli/cli/v2's releases.

GitHub CLI 2.89.0

:copilot: gh agent-task now works on ghe.com tenancies

gh agent-task commands previously failed with 401 Unauthorized for users on ghe.com tenancy hosts because the Copilot API URL was hardcoded. The URL is now resolved dynamically per host, so gh agent-task works 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_PROMPTER environment variable. This is an early preview — try it out and share feedback!

export GH_EXPERIMENTAL_PROMPTER=1

gh issue create and gh issue transfer no longer require extra token scopes

gh issue create and gh issue transfer previously 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 #13009
  • Add experimental huh-only prompter gated by GH_EXPERIMENTAL_PROMPTER by @​BagToad in #12859

🐛 Fixes

  • fix(agent-task): resolve Copilot API URL dynamically for ghe.com tenancies by @​BagToad in #12956
  • fix(issue): avoid fetching unnecessary fields in issue create and issue transfer by @​babakks in #12884
  • fix: resolve data race in codespaces port forwarder by @​Lslightly in #13033

📚 Docs & Chores

:dependabot: Dependencies

... (truncated)

Commits
  • b626711 Merge pull request #12859 from cli/kw/experimental-huh-prompter
  • cb2b505 Ensure huh prompter cleans up
  • 84a3ba8 fix(huh prompter): remove unused fields and imports
  • f92fab6 go mod tidy
  • 13e47d0 feat(huh prompter): clear search input after submitting query
  • cfb2224 refactor(huh prompter): custom Field for MultiSelectWithSearch
  • f38abbe feat(huh prompter): add placeholder to search input
  • 38e10d5 fix(huh prompter): use synchronized accessors to eliminate data race
  • 95a59f4 fix(accessible prompter): update test expectations for huh v2
  • 4d74e05 refactor(huh prompter): pipe-based test harness with full coverage
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/cli/cli/v2](https://github.com/cli/cli) from 2.88.1 to 2.89.0.
- [Release notes](https://github.com/cli/cli/releases)
- [Changelog](https://github.com/cli/cli/blob/trunk/docs/release-process-deep-dive.md)
- [Commits](cli/cli@v2.88.1...v2.89.0)

---
updated-dependencies:
- dependency-name: github.com/cli/cli/v2
  dependency-version: 2.89.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 29, 2026
@github-actions github-actions Bot merged commit 8156e91 into main Mar 29, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/cli/cli/v2-2.89.0 branch March 29, 2026 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants