8000 Release GitHub CLI 2.73.0 · cli/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GitHub CLI 2.73.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 18:49
e0d7ad7

:copilot: Copilot Coding Agent Support

You can now assign issues to GitHub Copilot directly from gh, just as you would assign them to a teammate. Use gh issue edit <number> --add-assignee @copilot to assign the GitHub Copilot coding agent, and Copilot will work in the background to understand the issue, propose a solution, and open a pull request when it's ready for your review. If you run gh issue edit interactively, Copilot (AI) will be displayed as a potential assignee. This feature is available for GitHub Copilot Pro+ and Copilot Enterprise subscribers. For more details, refer to the full changelog post for Copilot coding agent.

What's Changed

✨ Features

  • Copilot is assignable to issues and pull requests with issue edit and pr edit by @BagToad in #10992
    • gh issue edit: actors are assignable to issues by @BagToad in #10960
    • gh pr edit: Assign actors to pull requests by @BagToad in #10984
    • issue edit, pr edit: handle display names in interactive assignee editing by @BagToad in #10990
    • issue edit, pr edit: Support special non-interactive (flags) assignee name @copilot by @BagToad in #10991
  • [gh issue/pr comment] Add support for last comment delete for issues and PRs by @sinansonmez in #10596
  • [gh issue view] Expose closedByPullRequestsReferences JSON field by @iamazeem in #10941
  • Accessible prompter always displays selection defaults in a format readable by a screen reader by @BagToad in #10937

🐛 Fixes

📚 Docs & Chores

:dependabot: Dependencies

  • chore(deps): bump actions/attest-build-provenance from 2.2.2 to 2.3.0 by @dependabot in #10886
  • chore(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.6 to 2.0.7 by @dependabot in #10869

What's Changed

New Contributors

Full Changelog: v2.72.0...v2.73.0

0