Skip to content

Commit c7b1fe6

Browse files
authored
Tweak Copilot coding agent information in v1.102 release notes
1 parent 5fea47d commit c7b1fe6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

release-notes/v1_102.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -489,15 +489,25 @@ We now properly support Git Bash path completions for folders and files. Additio
489489

490490
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.
491491

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.
493493

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).
495495

496496
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.
497497

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+
![Screenshot showing handing off a session to Copilot coding agent](images/1_102/coding-agent-start.png)
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+
498508
#### Status tracking
499509

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.
501511

502512
![Screenshot showing status of multiple coding agent pull requests](images/1_102/coding-agent-status.png)
503513

@@ -513,16 +523,6 @@ The `#activePullRequest` tool returns information about the pull request, such a
513523

514524
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.
515525

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-
![Screenshot showing handing off a session to the coding agent.](images/1_102/coding-agent-start.png)
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.
525-
526526
### Python
527527

528528
#### Python Environments extension improvements

0 commit comments

Comments
 (0)