Skip to content

Commit 5701467

Browse files
authored
Changelog 0.116.0 (#7500)
1 parent 24f6e0a commit 5701467

File tree

6 files changed

+50
-0
lines changed

6 files changed

+50
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Changelog
22

3+
## 0.116.0
4+
5+
### Changes
6+
7+
- `#copilotCodingAgent` renders the pull requests it creates as a PR card.
8+
9+
![pull request card in chat](./documentation/changelog/0.116.0/pr-card-in-chat.png)
10+
11+
- When checking out a Copilot-authored PR, the Chat view no longer opens.
12+
- You can dismiss the activity bar badge that indicates that Copilot has udpates to a PR by opening the PR description.
13+
- We've simplified the button bar on the pull request description.
14+
15+
![simplified button bar in pull request header](./documentation/changelog/0.116.0/simplified-pr-header-buttons.png)
16+
17+
![pull request copy actions moved to link context menu](./documentation/changelog/0.116.0/pr-header-copy-actions.png)
18+
19+
- You can see a summary of the Copilot coding agent's status in the "Copilot on My Behalf" tree item
20+
21+
![coding agent summary](./documentation/changelog/0.116.0/coding-agent-status.png)
22+
23+
- The commit links in the pull request description will open in VS Code in the multidiff editor instead of going to GitHub.com.
24+
- The `[WIP]` prefix that Copilot adds to PR titles is no longer shown in the Pull Requests view.
25+
- Using `@githubpr` is now sticky and will be pre-populated into the chat input for subsequent messages.
26+
- Changes in a PR are pre-fetched when the PR description is opened.
27+
- Pull requested created by Copilot will have `@copilot` as placeholder text in comment inputs.
28+
- If your issue queries (setting `githubIssues.queries`) return no issues, a suggestion to configure your queries is offered.
29+
30+
![suggestion in scm input to configure queries](./documentation/changelog/0.116.0/suggest-configure-queries.png)
31+
32+
- The "Checkout Pull Request by Number" command will also accept a pull URL.
33+
34+
### Fixes
35+
36+
- Improve PR list view performance. https://github.com/microsoft/vscode-pull-request-github/issues/7141
37+
- "Cancel coding agent" could use status. https://github.com/microsoft/vscode-pull-request-github/issues/7451
38+
- Icon missing from the tools picker for coding agent. https://github.com/microsoft/vscode-pull-request-github/issues/7446
39+
- Copy GitHub Permalink doesn't work for GitHub Managed User (ghe.com). https://github.com/microsoft/vscode-pull-request-github/issues/7389
40+
- Closing a pull request doesn't remove it from the copilot on my behalf section. https://github.com/microsoft/vscode-pull-request-github/issues/7364
41+
- `@githubpr` doesn't know PR assignees. https://github.com/microsoft/vscode-pull-request-github/issues/7349
42+
- "Copilot on My Behalf" tooltip. https://github.com/microsoft/vscode-pull-request-github/issues/7276
43+
- Unassigning myself from a PR removes all comments from the PR editor. https://github.com/microsoft/vscode-pull-request-github/issues/7218
44+
- GitHub warning icons aren't well aligned in PR view. https://github.com/microsoft/vscode-pull-request-github/issues/7219
45+
- pr.openDescription command error. https://github.com/microsoft/vscode/issues/253900
46+
- Can't assign Copilot when creating new issue from GHPRI directly. https://github.com/microsoft/vscode-pull-request-github/issues/7033
47+
- Create PR shows error if there has been a previous PR on that branch. https://github.com/microsoft/vscode-pull-request-github/issues/7018
48+
- Changing around assignees for PRs causes timeline to hide until refresh. https://github.com/microsoft/vscode-pull-request-github/issues/7012
49+
- Can times in the timeline update periodically? https://github.com/microsoft/vscode-pull-request-github/issues/7006
50+
- Pull requests view should refresh if a new PR suddenly appears linked in an issue. https://github.com/microsoft/vscode-pull-request-github/issues/6898
51+
- Opening Issue editor should be instantaneous. https://github.com/microsoft/vscode-pull-request-github/issues/6863
52+
353
## 0.114.2
454

555
### Fixes
19.8 KB
Loading
84 KB
Loading
50.2 KB
Loading
76.9 KB
Loading
19 KB
Loading

0 commit comments

Comments
 (0)