Skip to content

Commit 7035be7

Browse files
authored
Merge pull request #8595 from timrogers/patch-1
Tweak Copilot coding agent information in v1.102 release notes
2 parents 2407366 + c7b1fe6 commit 7035be7

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
@@ -491,15 +491,25 @@ We now properly support Git Bash path completions for folders and files. Additio
491491

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

494-
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.
494+
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.
495495

496-
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).
496+
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).
497497

498498
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.
499499

500+
#### Start a coding agent session (Preview)
501+
502+
Ask Copilot to continue a local change in the background by invoking the `#copilotCodingAgent` tool in chat.
503+
504+
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.
505+
506+
![Screenshot showing handing off a session to Copilot coding agent](images/1_102/coding-agent-start.png)
507+
508+
**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.
509+
500510
#### Status tracking
501511

502-
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.
512+
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.
503513

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

@@ -515,16 +525,6 @@ The `#activePullRequest` tool returns information about the pull request, such a
515525

516526
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.
517527

518-
#### Start a coding agent session (Preview)
519-
520-
Delegate the remainder of a local change to coding agent by invoking the `#copilotCodingAgent` tool in chat.
521-
522-
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.
523-
524-
![Screenshot showing handing off a session to the coding agent.](images/1_102/coding-agent-start.png)
525-
526-
**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.
527-
528528
### Python
529529

530530
#### Python Environments extension improvements

0 commit comments

Comments
 (0)