Skip to content

0.100.0

Compare
Choose a tag to compare
@alexr00 alexr00 released this 30 Oct 08:43
· 92 commits to main since this release
fee2dce

0.100.0

Changes

This month, our focus was on integrating Copilot into GitHub Pull Requests, using the new VS Code extension API, to showcase how Copilot can be added to an extension. These features are behind several settings. To try everything out, you can set the following settings:

  • "githubPullRequests.experimental.chat": true
  • "githubPullRequests.experimental.notificationsView": true

Copilot integration

  • The new @githubpr Chat Participant can search for issues on GitHub.

Copilot issue search for most open bugs in November

  • When displaying issues, @githubpr will show a markdown table and try to pick the best columns to show based on the search.

Copilot issue search for closed October bugs

  • Each issue listed in the "Issues" view has a new action, "Summarize With Copilot", that will reveal the Chat panel and summarize the selected issue. We also added another action, "Fix With Copilot", that will summarize the selected issue and will use the workspace context to suggest a fix for it.
  • We have added an experimental "Notifications" view that lists the user's unread notifications across repositories. By default the notifications are sorted by most recently updated descending, but you can use the "Sort by Priority using Copilot" action from the view title's ... menu to have Copilot prioritize the notifications. Clicking on each notification trigger an action to summarize the notification using Copilot. The view also contains easily accessible action to mark a notification as read, as well as open the notification on GitHub.com.

Fixes

  • Gift icon is confusing to me here. #6289
  • Cannot get PR to show that is from a fork and main branch. #6267
  • Summary review comment buttons do not disable while review is submitting. #6261
  • Refreshing a PR doesn't refresh comments. #6252
  • Adding a new Review doesn't update the Tree Control Node. #6251
  • pr.markFileAsViewed doesn't update the parent nodes. #6248
  • Infinite error dialogs with GH account mixup. #6245
  • PRs do not refresh after changing account preferences in dropdown. #6244
  • Extension should still work if only upstream requires SAML. #6159
  • Checkbox likes to play Simon Says. #3972