You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/v1_102.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -489,15 +489,25 @@ We now properly support Git Bash path completions for folders and files. Additio
489
489
490
490
There has been more progress on the [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension, which enables you to work on, create, and manage pull requests and issues.
491
491
492
-
Deeper integration has been made between the [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension and the [Copilot coding agent](https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent), allowing you to begin, view, and manage coding agent sessions directly from VS Code.
492
+
Deeper integration has been made between the [GitHub Pull Requests](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension and [Copilot coding agent](https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent), allowing you to begin, view, and manage coding agent sessions directly from VS Code.
493
493
494
-
These features require your workspace is open to a repository that has [the Copilot coding agent enabled](https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent/enabling-copilot-coding-agent).
494
+
These features require that your workspace is open to a repository that has [the Copilot coding agent enabled](https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent/enabling-copilot-coding-agent).
495
495
496
496
Review the [changelog for the 0.114.0](https://github.com/microsoft/vscode-pull-request-github/blob/main/CHANGELOG.md#01140) release of the extension to learn about everything in the release.
497
497
498
+
#### Start a coding agent session (Preview)
499
+
500
+
Ask Copilot to continue a local change in the background by invoking the `#copilotCodingAgent` tool in chat.
501
+
502
+
This tool automatically pushes pending changes to a remote branch and initiates a coding agent session from that branch along with the user's instruction.
503
+
504
+

505
+
506
+
**Experimental:** Deeper UI integration can be enabled with the `setting(githubPullRequests.codingAgent.uiIntegration)` setting. Once enabled, a new **Delegate to coding agent** button appears in the Chat view for repositories that have the agent enabled.
507
+
498
508
#### Status tracking
499
509
500
-
We have made improvements to notify and prominently display the status of coding agent pull requests in the **Copilot on my behalf** query. A numeric badge now indicates new coding agent changes.
510
+
We have made improvements to notify and prominently display the status of coding agent pull requests in the **Copilot on my behalf** query. A numeric badge now indicates new changes.
501
511
502
512

503
513
@@ -513,16 +523,6 @@ The `#activePullRequest` tool returns information about the pull request, such a
513
523
514
524
This tool is automatically attached to chat when opening a pull request created through the coding agent experience, so you can maintain the context and keep working on the pull request if needed to.
515
525
516
-
#### Start a coding agent session (Preview)
517
-
518
-
Delegate the remainder of a local change to coding agent by invoking the `#copilotCodingAgent` tool in chat.
519
-
520
-
This tool automatically pushes pending changes to a remote branch and initiates a coding agent session from that branch along with the user's instruction.
521
-
522
-

523
-
524
-
**Experimental:** Deeper UI integration can be enabled with the `setting(githubPullRequests.codingAgent.uiIntegration)` setting. Once enabled, a new **Delegate to coding agent** button appears in the Chat view for repositories that have the coding agent enabled.
0 commit comments