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
andpr edit
by @BagToad in #10992gh issue edit
: actors are assignable to issues by @BagToad in #10960gh pr edit
: Assign actors to pull requests by @BagToad in #10984issue edit
,pr edit
: handle display names in interactive assignee editing by @BagToad in #10990issue 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
- Fix
StatusJSONResponse
usage by @babakks in #10810 - Fix panic on
gh pr view 0
by @nopcoder in #10729 - Fix flakey test for accessible prompter by @BagToad in #10918
- Fix accessible prompter flaky tests by @babakks in #10977
- Handle missing archive URLs on release download by @williammartin in #10947
- Fix bug when removing all PR reviewers by @babakks in #10975
📚 Docs & Chores
- Feature detect v1 projects on pr view by @williammartin in #10821
- Feature detect v1 projects on non-interactive pr create by @williammartin in #10909
- Feature detect v1 projects on web mode pr create by @williammartin in #10911
- Feature detect v1 projects on interactive
pr create
by @williammartin in #10915 - Feature detect v1 projects on pr edit by @williammartin in #10942
- Move predicate type filtering in
gh attestation verify
by @malancas in #10670 - Improve assertion for disabled echo mode by @babakks in #10927
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
- @sinansonmez made their first contribution in #10596
- @nopcoder made their first contribution in #10729
Full Changelog: v2.72.0...v2.73.0