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
* createCopilotIssueTool v1
* implement jobs api
* tidy
* add chat participant slash cmd
* command
* add back slash command
* tidy
* shuffle around
* shuffling around
* consent dialog
* enablement settings
* delete CopilotApi
* add back copilotApi
* remove sandwich
* tidy up user string notifications and git
* quickpick
* polish quickpick strings
* localization
* open webview
* tidy up
* more tidy up
* redundant check
* dynamically show/hide status bar icon with event
* fix promise and also a string
"modelDescription": "Completes the provided task using an asynchronous coding agent. Use when the user wants copilot continue completing a task in the background or asynchronously.",
"githubPullRequests.codingAgent.description": "Enables integration with the asynchronous GitHub Coding Agent",
24
+
"githubPullRequests.codingAgent.autoCommitAndPush.description": "Automatically commit and push changes before initiating a GitHub Coding Agent session",
23
25
"githubPullRequests.remotes.markdownDescription": "List of remotes, by name, to fetch pull requests from.",
24
26
"githubPullRequests.queries.markdownDescription": "Specifies what queries should be used in the GitHub Pull Requests tree. All queries are made against **the currently opened repos**. Each query object has a `label` that will be shown in the tree and a search `query` using [GitHub search syntax](https://help.github.com/en/articles/understanding-the-search-syntax). The following variables can be used: \n - `${user}` will resolve to the currently logged in user \n - `${owner}` will resolve to the owner of the current repository, ex. `microsoft` in `microsoft/vscode` \n - `${repository}` will resolve to the repository name, ex. `vscode` in `microsoft/vscode` \n - `${today-Nd}`, where `N` is the number of days ago, will resolve to a date, ex. `2025-01-04`. \n\n By default these queries define the categories \"Waiting For My Review\", \"Assigned To Me\" and \"Created By Me\". If you want to preserve these, make sure they are still in the array when you modify the setting.",
25
27
"githubPullRequests.queries.label.description": "The label to display for the query in the Pull Requests tree",
@@ -368,6 +370,7 @@
368
370
"languageModelTools.github-pull-request_doSearch.displayName": "Execute a GitHub search",
369
371
"languageModelTools.github-pull-request_renderIssues.displayName": "Render issue items in a markdown table",
"languageModelTools.github-pull-request_activePullRequest.description": "Get information about the active GitHub pull request. This information includes: comments, files changed, pull request title + description, pull request state, and pull request status checks/CI."
372
-
373
+
"languageModelTools.github-pull-request_activePullRequest.description": "Get information about the active GitHub pull request. This information includes: comments, files changed, pull request title + description, pull request state, and pull request status checks/CI.",
"languageModelTools.github-pull-request_copilot-coding-agent.userDescription": "Complete a task asynchronously using the current chat context and in-progress work."
0 commit comments