:copilot: Copilot Coding Agent Support
GitHub Copilot Pro+ and Copilot Enterprise subscribers can now assign issues to GitHub Copilot during issue creation using:
- Command-line flag:
gh issue create --assignee @copilot
- Launching web browser:
gh issue create --assignee @copilot --web
- Or interactively selecting
Copilot (AI)
as assignee ingh issue create
metadata
For more details, refer to the full changelog post for Copilot coding agent.
What's Changed
✨ Features
- Assign Copilot during
gh issue create
by @andyfeller in https://github.com/cli/cli/pull/11279 - Display immutable field in
release view
command by @bdehamer in https://github.com/cli/cli/pull/11251
🐛 Fixes
- FIX: Do not fetch logs for skipped jobs by @babakks in https://github.com/cli/cli/pull/11312
- Transform
extension
andfilename
qualifiers intopath
qualifier for web code search by @samcoe in https://github.com/cli/cli/pull/11211
📚 Docs & Chores
- FIX: Workflow does not contain permissions by @BagToad in https://github.com/cli/cli/pull/11322
- Add automated feature request response workflow by @BagToad in https://github.com/cli/cli/pull/11299
Full Changelog: https://github.com/cli/cli/compare/v2.75.1...v2.76.0